pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-pygal



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 27 08:02:38 UTC 2020

Modified Files:
        pkgsrc/graphics/py-pygal: Makefile

Log Message:
py-pygal: mark as not for 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-pygal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-pygal/Makefile
diff -u pkgsrc/graphics/py-pygal/Makefile:1.11 pkgsrc/graphics/py-pygal/Makefile:1.12
--- pkgsrc/graphics/py-pygal/Makefile:1.11      Mon May 18 10:30:16 2020
+++ pkgsrc/graphics/py-pygal/Makefile   Fri Nov 27 08:02:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/05/18 10:30:16 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/11/27 08:02:38 adam Exp $
 
 DISTNAME=      pygal-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,6 +20,8 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-runn
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pyquery
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} pygal_gen.py pygal_gen${PYVERSSUFFIX}.py || ${TRUE}
 



Home | Main Index | Thread Index | Old Index