pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-backports.zstd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep  5 09:25:46 UTC 2026

Modified Files:
        pkgsrc/archivers/py-backports.zstd: Makefile

Log Message:
py-backports.zstd: do not enable for Python 3.10

3.10 is not in the default-allowed set, so the dependencies
are not available for bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/py-backports.zstd/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-backports.zstd/Makefile
diff -u pkgsrc/archivers/py-backports.zstd/Makefile:1.2 pkgsrc/archivers/py-backports.zstd/Makefile:1.3
--- pkgsrc/archivers/py-backports.zstd/Makefile:1.2     Thu Sep  3 12:50:36 2026
+++ pkgsrc/archivers/py-backports.zstd/Makefile Sat Sep  5 09:25:46 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/09/03 12:50:36 adam Exp $
+# $NetBSD: Makefile,v 1.3 2026/09/05 09:25:46 wiz Exp $
 
 DISTNAME=      backports_zstd-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/./}
@@ -12,7 +12,7 @@ LICENSE=      python-software-foundation
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=80:../../devel/py-setuptools
 
-PYTHON_VERSIONS_ACCEPTED=      313 312 311 310 # included in 3.14+
+PYTHON_VERSIONS_ACCEPTED=      313 312 311 # included in 3.14+
 
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index