pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-testresources
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 11 07:29:00 UTC 2020
Modified Files:
pkgsrc/devel/py-testresources: Makefile
Log Message:
py-testresources: fix DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-testresources/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-testresources/Makefile
diff -u pkgsrc/devel/py-testresources/Makefile:1.2 pkgsrc/devel/py-testresources/Makefile:1.3
--- pkgsrc/devel/py-testresources/Makefile:1.2 Sun Nov 3 10:18:29 2019
+++ pkgsrc/devel/py-testresources/Makefile Sat Apr 11 07:29:00 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2019/11/03 10:18:29 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/11 07:29:00 adam Exp $
DISTNAME= testresources-2.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/testresources/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,13 +10,10 @@ HOMEPAGE= https://pypi.python.org/pypi/t
COMMENT= Pyunit extension for managing expensive test resources
LICENSE= apache-2.0 OR modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
-DEPENDS+= ${PYPKGPREFIX}-fixtures-[0-9]*:../../devel/py-fixtures
-DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
-# TEST_DEPENDS
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-# circular dependency
-#BUILD_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
+DEPENDS+= ${PYPKGPREFIX}-fixtures-[0-9]*:../../devel/py-fixtures
+DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
do-test:
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
Home |
Main Index |
Thread Index |
Old Index