pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 18 17:51:00 UTC 2021

Modified Files:
        pkgsrc/devel/py-beniget: Makefile
        pkgsrc/devel/py-gast: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-beniget/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-gast/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-beniget/Makefile
diff -u pkgsrc/devel/py-beniget/Makefile:1.1 pkgsrc/devel/py-beniget/Makefile:1.2
--- pkgsrc/devel/py-beniget/Makefile:1.1        Fri Oct  1 19:53:00 2021
+++ pkgsrc/devel/py-beniget/Makefile    Thu Nov 18 17:51:00 2021
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-gast>=0.5.0:../
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-gast/Makefile
diff -u pkgsrc/devel/py-gast/Makefile:1.2 pkgsrc/devel/py-gast/Makefile:1.3
--- pkgsrc/devel/py-gast/Makefile:1.2   Sun Nov 14 08:36:45 2021
+++ pkgsrc/devel/py-gast/Makefile       Thu Nov 18 17:51:00 2021
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-astunparse
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index