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
This commit is contained in:
adam 2023-10-29 17:49:58 +00:00
parent cdd7fc76fc
commit 26d61b2e1b
3 changed files with 17 additions and 14 deletions

View File

@ -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/shellingham
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"

View File

@ -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

View File

@ -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