pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-test-remotedata



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep  6 11:43:25 UTC 2023

Modified Files:
        pkgsrc/net/py-test-remotedata: Makefile

Log Message:
py-test-remote-data: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-test-remotedata/Makefile

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

Modified files:

Index: pkgsrc/net/py-test-remotedata/Makefile
diff -u pkgsrc/net/py-test-remotedata/Makefile:1.1 pkgsrc/net/py-test-remotedata/Makefile:1.2
--- pkgsrc/net/py-test-remotedata/Makefile:1.1  Thu Aug 31 13:56:46 2023
+++ pkgsrc/net/py-test-remotedata/Makefile      Wed Sep  6 11:43:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/08/31 13:56:46 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/09/06 11:43:25 wiz Exp $
 
 DISTNAME=      pytest-remotedata-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/astropy/pyt
 COMMENT=       Pytest plugin for controlling remote data access
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-test>=4.6:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 
@@ -17,6 +18,7 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# needs 'make install'
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 



Home | Main Index | Thread Index | Old Index