summaryrefslogtreecommitdiff
path: root/time/py-jdcal
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-18 10:40:11 +0000
committeradam <adam@pkgsrc.org>2020-05-18 10:40:11 +0000
commit15195eca89c5709814318e9532c99f195f79e211 (patch)
treeb2d722ab483fd1a5e73ebf64607ec1a1b0e3cb46 /time/py-jdcal
parent66d5a3d5e5635fe1edf552da2f22d8c37d8c9d40 (diff)
downloadpkgsrc-15195eca89c5709814318e9532c99f195f79e211.tar.gz
pytest from versioned depends
Diffstat (limited to 'time/py-jdcal')
-rw-r--r--time/py-jdcal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/time/py-jdcal/Makefile b/time/py-jdcal/Makefile
index 2227cb92291..40de0a582f4 100644
--- a/time/py-jdcal/Makefile
+++ b/time/py-jdcal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/05/05 04:59:38 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/18 10:40:11 adam Exp $
DISTNAME= jdcal-1.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/phn/jdcal
COMMENT= Julian dates from proleptic Gregorian and Julian calendars
LICENSE= modified-bsd
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
@@ -18,4 +18,5 @@ do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} test_jdcal.py
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"