pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/py-shellingham



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct 29 17:49:58 UTC 2023

Modified Files:
        pkgsrc/misc/py-shellingham: Makefile PLIST distinfo

Log Message:
py-shellingham: updated to 1.5.4

1.5.4

Fix test_get_shell test according to new code
Bump certifi from 2021.5.30 to 2022.12.7
fix: always detect the host shell on MacOS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-shellingham/Makefile \
    pkgsrc/misc/py-shellingham/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-shellingham/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-shellingham/Makefile
diff -u pkgsrc/misc/py-shellingham/Makefile:1.4 pkgsrc/misc/py-shellingham/Makefile:1.5
--- pkgsrc/misc/py-shellingham/Makefile:1.4     Thu Aug 24 20:26:50 2023
+++ pkgsrc/misc/py-shellingham/Makefile Sun Oct 29 17:49:58 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/08/24 20:26:50 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/10/29 17:49:58 adam Exp $
 
-DISTNAME=      shellingham-1.5.3
+DISTNAME=      shellingham-1.5.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/post//}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/shellingham/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/sarugaku/sh
 COMMENT=       Tool to detect surrounding shell
 LICENSE=       isc
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
@@ -18,7 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 # needs 'make install'
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-shellingham/distinfo
diff -u pkgsrc/misc/py-shellingham/distinfo:1.4 pkgsrc/misc/py-shellingham/distinfo:1.5
--- pkgsrc/misc/py-shellingham/distinfo:1.4     Thu Aug 24 20:26:50 2023
+++ pkgsrc/misc/py-shellingham/distinfo Sun Oct 29 17:49:58 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/08/24 20:26:50 wiz Exp $
+$NetBSD: distinfo,v 1.5 2023/10/29 17:49:58 adam Exp $
 
-BLAKE2s (shellingham-1.5.3.tar.gz) = 0fb875595282841349cdddf02ae5873f37dba2eb7e5f1c2bc43d1db2178265cb
-SHA512 (shellingham-1.5.3.tar.gz) = 07104438ac7b5bd526a319279312af5c0341a2faea83e3bd583d31296bf2fce048c9f6167b33c906f75b8f553909ceaaed11df762b5780251dd535a676ba978a
-Size (shellingham-1.5.3.tar.gz) = 10421 bytes
+BLAKE2s (shellingham-1.5.4.tar.gz) = c22cc080cbc59216dd6b87eeb4b430a18e795c84576bb6693915ae341b7f8c6e
+SHA512 (shellingham-1.5.4.tar.gz) = 6eeacda73c35f24ad35f82c92409b3ac9aaf6b265f07af2ceeea7e1cd3072fadf763a014e002932e8314598189bdee273a9a1e9ea10cee3bea1129d92957d707
+Size (shellingham-1.5.4.tar.gz) = 10310 bytes

Index: pkgsrc/misc/py-shellingham/PLIST
diff -u pkgsrc/misc/py-shellingham/PLIST:1.1 pkgsrc/misc/py-shellingham/PLIST:1.2
--- pkgsrc/misc/py-shellingham/PLIST:1.1        Tue Jan 11 19:15:37 2022
+++ pkgsrc/misc/py-shellingham/PLIST    Sun Oct 29 17:49:58 2023
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:15:37 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.2 2023/10/29 17:49:58 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/shellingham/__init__.py
 ${PYSITELIB}/shellingham/__init__.pyc
 ${PYSITELIB}/shellingham/__init__.pyo



Home | Main Index | Thread Index | Old Index