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:           Tue Aug 23 10:38:36 UTC 2022

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

Log Message:
py-shellingham: updated to 1.5.0

1.5.0
Drop support for Python version older than 3.4.
Support detecting NuShell.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/misc/py-shellingham/Makefile:1.2
--- pkgsrc/misc/py-shellingham/Makefile:1.1     Tue Jan 11 19:15:37 2022
+++ pkgsrc/misc/py-shellingham/Makefile Tue Aug 23 10:38:36 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/01/11 19:15:37 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/23 10:38:36 adam Exp $
 
-DISTNAME=      shellingham-1.4.0
+DISTNAME=      shellingham-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/shellingham/}
@@ -12,5 +12,7 @@ LICENSE=      isc
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/py-shellingham/distinfo
diff -u pkgsrc/misc/py-shellingham/distinfo:1.1 pkgsrc/misc/py-shellingham/distinfo:1.2
--- pkgsrc/misc/py-shellingham/distinfo:1.1     Tue Jan 11 19:15:37 2022
+++ pkgsrc/misc/py-shellingham/distinfo Tue Aug 23 10:38:36 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/01/11 19:15:37 adam Exp $
+$NetBSD: distinfo,v 1.2 2022/08/23 10:38:36 adam Exp $
 
-BLAKE2s (shellingham-1.4.0.tar.gz) = d360dc5c34e73500cd1c6150ce547efcfd5dd68739dc03b93bee6244f2b57302
-SHA512 (shellingham-1.4.0.tar.gz) = fb071566be34e5f20b380b23166a8d6d7e9d412404387c8b6e5f83c0cd88622adfc1459a55774dfaf2bf7aba5fb1d7e1e5de7c3d2e340d69a864568abe398878
-Size (shellingham-1.4.0.tar.gz) = 9599 bytes
+BLAKE2s (shellingham-1.5.0.tar.gz) = 61b6c2980212b4feb17c2d1cf3784e6248368bdbad8eab8db70a13eb27208dee
+SHA512 (shellingham-1.5.0.tar.gz) = 1772cf807f37feb2ea9301aca9c84149b7d718b70daccfe80c8dfd90b20461ab22c11798b240c63c12861d544a99dca4671d560da68e757bf9acb02a62242afe
+Size (shellingham-1.5.0.tar.gz) = 8974 bytes



Home | Main Index | Thread Index | Old Index