pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-dot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 20 22:16:56 UTC 2022

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

Log Message:
py-dot: restrict to python3


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-dot/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-dot/Makefile
diff -u pkgsrc/graphics/py-dot/Makefile:1.12 pkgsrc/graphics/py-dot/Makefile:1.13
--- pkgsrc/graphics/py-dot/Makefile:1.12        Tue Jan  4 20:54:05 2022
+++ pkgsrc/graphics/py-dot/Makefile     Wed Jul 20 22:16:56 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/01/04 20:54:05 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/07/20 22:16:56 wiz Exp $
 
 DISTNAME=      pydot-1.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,11 +12,11 @@ COMMENT=    Python interface to Graphviz's 
 LICENSE=       mit
 
 DEPENDS+=      graphviz-[0-9]*:../../graphics/graphviz
+DEPENDS+=      ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
 
-PYTHON_VERSIONED_DEPENDENCIES+=        pyparsing
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index