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:   wiz
Date:           Thu Aug 24 20:26:51 UTC 2023

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

Log Message:
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


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

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.3 pkgsrc/misc/py-shellingham/Makefile:1.4
--- pkgsrc/misc/py-shellingham/Makefile:1.3     Wed May  3 18:50:31 2023
+++ pkgsrc/misc/py-shellingham/Makefile Thu Aug 24 20:26:50 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/05/03 18:50:31 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/08/24 20:26:50 wiz Exp $
 
-DISTNAME=      shellingham-1.5.0.post1
+DISTNAME=      shellingham-1.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/post//}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/shellingham/}
@@ -10,9 +10,15 @@ HOMEPAGE=    https://github.com/sarugaku/sh
 COMMENT=       Tool to detect surrounding shell
 LICENSE=       isc
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# needs 'make install'
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-shellingham/distinfo
diff -u pkgsrc/misc/py-shellingham/distinfo:1.3 pkgsrc/misc/py-shellingham/distinfo:1.4
--- pkgsrc/misc/py-shellingham/distinfo:1.3     Wed May  3 18:50:31 2023
+++ pkgsrc/misc/py-shellingham/distinfo Thu Aug 24 20:26:50 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/05/03 18:50:31 wiz Exp $
+$NetBSD: distinfo,v 1.4 2023/08/24 20:26:50 wiz Exp $
 
-BLAKE2s (shellingham-1.5.0.post1.tar.gz) = c49cb7f6ed56054d4c891e59b4483e35e2c3c96e4c3a3aed4f1657226742c9e1
-SHA512 (shellingham-1.5.0.post1.tar.gz) = 5e0049c0c82fa63f01a75b7baac20c20496eaf8aa7a869e2c6e64a582d525ef4d2a5927b716a46d1b0c8fad8e09aad316fa5dd1b85acc82fa89da6187278a37b
-Size (shellingham-1.5.0.post1.tar.gz) = 9104 bytes
+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



Home | Main Index | Thread Index | Old Index