pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-transitions



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 25 14:50:01 UTC 2023

Modified Files:
        pkgsrc/devel/py-transitions: Makefile

Log Message:
py-transitions: not for python 2

add test dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-transitions/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-transitions/Makefile
diff -u pkgsrc/devel/py-transitions/Makefile:1.1 pkgsrc/devel/py-transitions/Makefile:1.2
--- pkgsrc/devel/py-transitions/Makefile:1.1    Thu Mar 30 19:08:56 2023
+++ pkgsrc/devel/py-transitions/Makefile        Tue Apr 25 14:50:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/03/30 19:08:56 he Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/25 14:50:01 wiz Exp $
 
 DISTNAME=      transitions-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,14 @@ COMMENT=     Lightweight object-oriented sta
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+TEST_DEPENDS+= ${PYPKGPREFIX}-codestyle-[0-9]*:../../devel/py-codestyle
+TEST_DEPENDS+= ${PYPKGPREFIX}-graphviz-[0-9]*:../../graphics/py-graphviz
+TEST_DEPENDS+= ${PYPKGPREFIX}-pygraphviz-[0-9]*:../../graphics/py-pygraphviz
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index