Thu Aug 24 20:26:51 2023 UTC ()
py-shellingham: update to 1.5.3.

1.5.3

Detect proc format eagerly so it throws the error
at the correct location.

1.5.2

Fixed a regression causing `ShellDetectionFailure` if `/proc` is used for process lookup.

1.5.1

Version 1.5.1


(wiz)
diff -r1.3 -r1.4 pkgsrc/misc/py-shellingham/Makefile
diff -r1.3 -r1.4 pkgsrc/misc/py-shellingham/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/misc/py-shellingham/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/py-shellingham/Makefile 2023/05/03 18:50:31 1.3
+++ pkgsrc/misc/py-shellingham/Makefile 2023/08/24 20:26:50 1.4
@@ -1,18 +1,24 @@ @@ -1,18 +1,24 @@
1# $NetBSD: Makefile,v 1.3 2023/05/03 18:50:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2023/08/24 20:26:50 wiz Exp $
2 2
3DISTNAME= shellingham-1.5.0.post1 3DISTNAME= shellingham-1.5.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/post//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/post//}
5CATEGORIES= misc python 5CATEGORIES= misc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/shellingham/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/shellingham/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/sarugaku/shellingham 9HOMEPAGE= https://github.com/sarugaku/shellingham
10COMMENT= Tool to detect surrounding shell 10COMMENT= Tool to detect surrounding shell
11LICENSE= isc 11LICENSE= isc
12 12
 13TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 14
13USE_LANGUAGES= # none 15USE_LANGUAGES= # none
14 16
15PYTHON_VERSIONS_INCOMPATIBLE= 27 17PYTHON_VERSIONS_INCOMPATIBLE= 27
16 18
 19# needs 'make install'
 20do-test:
 21 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 22
17.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
18.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/misc/py-shellingham/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/py-shellingham/distinfo 2023/05/03 18:50:31 1.3
+++ pkgsrc/misc/py-shellingham/distinfo 2023/08/24 20:26:50 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2023/05/03 18:50:31 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2023/08/24 20:26:50 wiz Exp $
2 2
3BLAKE2s (shellingham-1.5.0.post1.tar.gz) = c49cb7f6ed56054d4c891e59b4483e35e2c3c96e4c3a3aed4f1657226742c9e1 3BLAKE2s (shellingham-1.5.3.tar.gz) = 0fb875595282841349cdddf02ae5873f37dba2eb7e5f1c2bc43d1db2178265cb
4SHA512 (shellingham-1.5.0.post1.tar.gz) = 5e0049c0c82fa63f01a75b7baac20c20496eaf8aa7a869e2c6e64a582d525ef4d2a5927b716a46d1b0c8fad8e09aad316fa5dd1b85acc82fa89da6187278a37b 4SHA512 (shellingham-1.5.3.tar.gz) = 07104438ac7b5bd526a319279312af5c0341a2faea83e3bd583d31296bf2fce048c9f6167b33c906f75b8f553909ceaaed11df762b5780251dd535a676ba978a
5Size (shellingham-1.5.0.post1.tar.gz) = 9104 bytes 5Size (shellingham-1.5.3.tar.gz) = 10421 bytes