pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pygments25



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 12 22:25:13 UTC 2021

Modified Files:
        pkgsrc/textproc/py-pygments25: Makefile

Log Message:
py-pygments25: remove versioned dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-pygments25/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-pygments25/Makefile
diff -u pkgsrc/textproc/py-pygments25/Makefile:1.2 pkgsrc/textproc/py-pygments25/Makefile:1.3
--- pkgsrc/textproc/py-pygments25/Makefile:1.2  Wed Nov 10 14:18:33 2021
+++ pkgsrc/textproc/py-pygments25/Makefile      Fri Nov 12 22:25:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/11/10 14:18:33 hauke Exp $
+# $NetBSD: Makefile,v 1.3 2021/11/12 22:25:13 adam Exp $
 
 DISTNAME=      Pygments-2.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -12,8 +12,7 @@ LICENSE=      2-clause-bsd
 
 # circular dependency
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
-
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test4
 
 PYTHON_VERSIONS_ACCEPTED=      27
 
@@ -27,5 +26,4 @@ do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index