pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-cramjam



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 31 08:50:44 UTC 2024

Modified Files:
        pkgsrc/archivers/py-cramjam: Makefile PLIST

Log Message:
py-cramjam: fix PLIST for latest py-maturin


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/py-cramjam/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/py-cramjam/PLIST

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

Modified files:

Index: pkgsrc/archivers/py-cramjam/Makefile
diff -u pkgsrc/archivers/py-cramjam/Makefile:1.2 pkgsrc/archivers/py-cramjam/Makefile:1.3
--- pkgsrc/archivers/py-cramjam/Makefile:1.2    Sun Jun  2 08:44:01 2024
+++ pkgsrc/archivers/py-cramjam/Makefile        Sat Aug 31 08:50:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/06/02 08:44:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/31 08:50:44 wiz Exp $
 
 DISTNAME=      cramjam-2.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,8 +16,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-memory-pro
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark-[0-9]*:../../devel/py-test-benchmark
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "cargo-depends.mk"
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/archivers/py-cramjam/PLIST
diff -u pkgsrc/archivers/py-cramjam/PLIST:1.1 pkgsrc/archivers/py-cramjam/PLIST:1.2
--- pkgsrc/archivers/py-cramjam/PLIST:1.1       Fri May 24 17:30:16 2024
+++ pkgsrc/archivers/py-cramjam/PLIST   Sat Aug 31 08:50:44 2024
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2024/05/24 17:30:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/08/31 08:50:44 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/license_files/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/cramjam/__init__.py
 ${PYSITELIB}/cramjam/__init__.pyc
 ${PYSITELIB}/cramjam/__init__.pyo



Home | Main Index | Thread Index | Old Index