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:   jperkin
Date:           Sun Jun  2 08:44:01 UTC 2024

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

Log Message:
py-cramjam: Fix PYTHON_VERSIONS_INCOMPATIBLE.


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

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.1 pkgsrc/archivers/py-cramjam/Makefile:1.2
--- pkgsrc/archivers/py-cramjam/Makefile:1.1    Fri May 24 17:30:16 2024
+++ pkgsrc/archivers/py-cramjam/Makefile        Sun Jun  2 08:44:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/24 17:30:16 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/06/02 08:44:01 jperkin Exp $
 
 DISTNAME=      cramjam-2.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ 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"



Home | Main Index | Thread Index | Old Index