pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pysvn
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 5 23:39:44 UTC 2023
Modified Files:
pkgsrc/devel/py-pysvn: Makefile
Log Message:
py-pysvn: not for Python 2 and 3.12.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/py-pysvn/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pysvn/Makefile
diff -u pkgsrc/devel/py-pysvn/Makefile:1.57 pkgsrc/devel/py-pysvn/Makefile:1.58
--- pkgsrc/devel/py-pysvn/Makefile:1.57 Tue Oct 24 22:08:56 2023
+++ pkgsrc/devel/py-pysvn/Makefile Sun Nov 5 23:39:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2023/10/24 22:08:56 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2023/11/05 23:39:44 wiz Exp $
VERS= 1.9.15
DISTNAME= pysvn-${VERS}
@@ -26,6 +26,8 @@ SUBST_VARS.path+= PREFIX
PYSETUPCONFIGARGS= --verbose --pycxx-dir="../Import/pycxx-7.1.5"
PYLIBVER= ${PYVERSSUFFIX:S/./_/g}
+PYTHON_VERSIONS_INCOMPATIBLE= 27 312
+
INSTALLATION_DIRS+= ${PYSITELIB}/pysvn
PRINT_PLIST_AWK+= { gsub(/${PYLIBVER}\.so/, "$${PYLIBVER}.so"); }
Home |
Main Index |
Thread Index |
Old Index