pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-gast, py-beniget: mark as incompatible with P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f92d902ff925
branches:  trunk
changeset: 769682:f92d902ff925
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 18 17:51:00 2021 +0000

description:
py-gast, py-beniget: mark as incompatible with Python 2.7

diffstat:

 devel/py-beniget/Makefile |  4 +++-
 devel/py-gast/Makefile    |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 241010704231 -r f92d902ff925 devel/py-beniget/Makefile
--- a/devel/py-beniget/Makefile Thu Nov 18 17:47:46 2021 +0000
+++ b/devel/py-beniget/Makefile Thu Nov 18 17:51:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/10/01 19:53:00 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/11/18 17:51:00 adam Exp $
 
 DISTNAME=      beniget-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 241010704231 -r f92d902ff925 devel/py-gast/Makefile
--- a/devel/py-gast/Makefile    Thu Nov 18 17:47:46 2021 +0000
+++ b/devel/py-gast/Makefile    Thu Nov 18 17:51:00 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/11/14 08:36:45 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/11/18 17:51:00 adam Exp $
 
 DISTNAME=      gast-0.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,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