pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-xmldiff
Module Name: pkgsrc
Committed By: wiz
Date: Thu May 4 11:39:23 UTC 2023
Modified Files:
pkgsrc/textproc/py-xmldiff: Makefile
Log Message:
py-xmldiff: not for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-xmldiff/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-xmldiff/Makefile
diff -u pkgsrc/textproc/py-xmldiff/Makefile:1.1 pkgsrc/textproc/py-xmldiff/Makefile:1.2
--- pkgsrc/textproc/py-xmldiff/Makefile:1.1 Thu May 4 11:35:13 2023
+++ pkgsrc/textproc/py-xmldiff/Makefile Thu May 4 11:39:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/04 11:35:13 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/04 11:39:23 wiz Exp $
DISTNAME= xmldiff-2.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
post-install:
cd ${DESTDIR}${PREFIX}/bin; \
${MV} xmldiff xmldiff-${PYVERSSUFFIX}; \
Home |
Main Index |
Thread Index |
Old Index