pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-sh



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 17 10:32:59 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-sh: Makefile distinfo

Log Message:
py-sh: updated to 2.1.0

2.1.0 - 10/8/24

- Add contrib command `sh.contrib.bash`


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/py-sh/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/py-sh/distinfo

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

Modified files:

Index: pkgsrc/sysutils/py-sh/Makefile
diff -u pkgsrc/sysutils/py-sh/Makefile:1.13 pkgsrc/sysutils/py-sh/Makefile:1.14
--- pkgsrc/sysutils/py-sh/Makefile:1.13 Tue Jun  4 10:38:27 2024
+++ pkgsrc/sysutils/py-sh/Makefile      Thu Oct 17 10:32:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/06/04 10:38:27 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/10/17 10:32:59 adam Exp $
 
-DISTNAME=      sh-2.0.7
+DISTNAME=      sh-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sh/}
@@ -14,8 +14,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-poetry-cor
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest tests/sh_test.py
 

Index: pkgsrc/sysutils/py-sh/distinfo
diff -u pkgsrc/sysutils/py-sh/distinfo:1.11 pkgsrc/sysutils/py-sh/distinfo:1.12
--- pkgsrc/sysutils/py-sh/distinfo:1.11 Tue Jun  4 10:38:27 2024
+++ pkgsrc/sysutils/py-sh/distinfo      Thu Oct 17 10:32:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/06/04 10:38:27 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/10/17 10:32:59 adam Exp $
 
-BLAKE2s (sh-2.0.7.tar.gz) = 30f44ee79faebbe09669875917c80af212f626988f55ae387517c3b00c418e07
-SHA512 (sh-2.0.7.tar.gz) = 331a3bdc027eeac7100ae6318a579c85fb11ce0e1922d1078c2f09b0523733b146a9bd5b9f030a2da23e3d2bb2a6970bd451d53224259967efdcf99e949f7b9f
-Size (sh-2.0.7.tar.gz) = 345477 bytes
+BLAKE2s (sh-2.1.0.tar.gz) = b448cee50226b8fb90e176e274d38f1587308ab4d3786eee17e3a22c3b876bda
+SHA512 (sh-2.1.0.tar.gz) = 14defeb52c15d6571fe71b97f9b720e3cf161e905f4e7cbea12a5f4c27e14b28c86a4614189176cde4cf05920b86f927605df7cfb4e71accc44b3d58debaaece
+Size (sh-2.1.0.tar.gz) = 345525 bytes



Home | Main Index | Thread Index | Old Index