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:           Wed May  3 18:50:31 UTC 2023

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

Log Message:
py-shellingham: update to 1.5.0.1.

Add syntax highlighting to readme by @swaldhoer in #63
Limit package installation to Python >= 3.7 by @hswong3i in #62


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/misc/py-shellingham/Makefile:1.3
--- pkgsrc/misc/py-shellingham/Makefile:1.2     Tue Aug 23 10:38:36 2022
+++ pkgsrc/misc/py-shellingham/Makefile Wed May  3 18:50:31 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/08/23 10:38:36 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/05/03 18:50:31 wiz Exp $
 
-DISTNAME=      shellingham-1.5.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      shellingham-1.5.0.post1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/post//}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/shellingham/}
 
Index: pkgsrc/misc/py-shellingham/distinfo
diff -u pkgsrc/misc/py-shellingham/distinfo:1.2 pkgsrc/misc/py-shellingham/distinfo:1.3
--- pkgsrc/misc/py-shellingham/distinfo:1.2     Tue Aug 23 10:38:36 2022
+++ pkgsrc/misc/py-shellingham/distinfo Wed May  3 18:50:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/08/23 10:38:36 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/05/03 18:50:31 wiz Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index