pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-dict2xml
Module Name: pkgsrc
Committed By: wiz
Date: Sat Mar 19 08:54:29 UTC 2022
Modified Files:
pkgsrc/devel/py-dict2xml: Makefile
Log Message:
py-dict2xml: 1.7.1 does not support python2 any longer, mark it as such
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-dict2xml/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-dict2xml/Makefile
diff -u pkgsrc/devel/py-dict2xml/Makefile:1.3 pkgsrc/devel/py-dict2xml/Makefile:1.4
--- pkgsrc/devel/py-dict2xml/Makefile:1.3 Wed Mar 16 06:23:44 2022
+++ pkgsrc/devel/py-dict2xml/Makefile Sat Mar 19 08:54:29 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/03/16 06:23:44 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/03/19 08:54:29 wiz Exp $
DISTNAME= dict2xml-1.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE= mit
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index