pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: adam
Date: Sat May 16 18:02:59 UTC 2020
Modified Files:
pkgsrc/www/py-test-django: Makefile
pkgsrc/www/py-urllib3: Makefile
Log Message:
pytest from versioned depends
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-test-django/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-urllib3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-test-django/Makefile
diff -u pkgsrc/www/py-test-django/Makefile:1.18 pkgsrc/www/py-test-django/Makefile:1.19
--- pkgsrc/www/py-test-django/Makefile:1.18 Mon Apr 6 16:55:46 2020
+++ pkgsrc/www/py-test-django/Makefile Sat May 16 18:02:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/04/06 16:55:46 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/16 18:02:59 adam Exp $
DISTNAME= pytest-django-3.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -10,10 +10,12 @@ HOMEPAGE= https://pytest-django.readthed
COMMENT= Django plugin for pytest
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-test>=3.6:../../devel/py-test
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.11.1:../../devel/py-setuptools_scm
+PYTHON_VERSIONED_DEPENDENCIES= test
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-urllib3/Makefile
diff -u pkgsrc/www/py-urllib3/Makefile:1.21 pkgsrc/www/py-urllib3/Makefile:1.22
--- pkgsrc/www/py-urllib3/Makefile:1.21 Thu Apr 16 18:30:05 2020
+++ pkgsrc/www/py-urllib3/Makefile Sat May 16 18:02:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/04/16 18:30:05 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/05/16 18:02:59 adam Exp $
DISTNAME= urllib3-1.25.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]
.endif
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
TEST_DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
Home |
Main Index |
Thread Index |
Old Index