pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-copier
Module Name: pkgsrc
Committed By: adam
Date: Sat Sep 5 05:11:26 UTC 2026
Modified Files:
pkgsrc/misc/py-copier: Makefile
Log Message:
py-copier: not for Python 3.10 nor 3.11
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-copier/Makefile
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-copier/Makefile
diff -u pkgsrc/misc/py-copier/Makefile:1.1 pkgsrc/misc/py-copier/Makefile:1.2
--- pkgsrc/misc/py-copier/Makefile:1.1 Thu Sep 3 05:13:15 2026
+++ pkgsrc/misc/py-copier/Makefile Sat Sep 5 05:11:26 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/09/03 05:13:15 adam Exp $
+# $NetBSD: Makefile,v 1.2 2026/09/05 05:11:26 adam Exp $
DISTNAME= copier-9.18.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -30,10 +30,7 @@ USE_LANGUAGES= # none
PY_RENAME_BINARIES= copier
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 311
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE= 310 311 # py-yaml
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index