pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-objgraph



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  6 19:20:20 UTC 2021

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

Log Message:
py-objgraph: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-objgraph/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-objgraph/Makefile
diff -u pkgsrc/graphics/py-objgraph/Makefile:1.3 pkgsrc/graphics/py-objgraph/Makefile:1.4
--- pkgsrc/graphics/py-objgraph/Makefile:1.3    Mon Jan 11 13:58:09 2021
+++ pkgsrc/graphics/py-objgraph/Makefile        Wed Oct  6 19:20:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/11 13:58:09 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/10/06 19:20:20 adam Exp $
 
 DISTNAME=      objgraph-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-graphviz-[0-9]*
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-graphviz
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index