pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-dot py-dot: restrict to python3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88645ab7bdfc
branches:  trunk
changeset: 382107:88645ab7bdfc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 20 22:16:56 2022 +0000

description:
py-dot: restrict to python3

diffstat:

 graphics/py-dot/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 5f910641d082 -r 88645ab7bdfc graphics/py-dot/Makefile
--- a/graphics/py-dot/Makefile  Wed Jul 20 22:13:26 2022 +0000
+++ b/graphics/py-dot/Makefile  Wed Jul 20 22:16:56 2022 +0000
@@ -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 @@
 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