pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-dict2xml py-dict2xml: 1.7.1 does not support ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4f5f723d02d
branches:  trunk
changeset: 375647:a4f5f723d02d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 19 08:54:29 2022 +0000

description:
py-dict2xml: 1.7.1 does not support python2 any longer, mark it as such

diffstat:

 devel/py-dict2xml/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e358af3732a6 -r a4f5f723d02d devel/py-dict2xml/Makefile
--- a/devel/py-dict2xml/Makefile        Sat Mar 19 08:51:58 2022 +0000
+++ b/devel/py-dict2xml/Makefile        Sat Mar 19 08:54:29 2022 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index