pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-asdf-standard



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 15 06:05:12 UTC 2024

Modified Files:
        pkgsrc/math/py-asdf-standard: Makefile

Log Message:
py-asdf-standard: add test dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-asdf-standard/Makefile

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

Modified files:

Index: pkgsrc/math/py-asdf-standard/Makefile
diff -u pkgsrc/math/py-asdf-standard/Makefile:1.3 pkgsrc/math/py-asdf-standard/Makefile:1.4
--- pkgsrc/math/py-asdf-standard/Makefile:1.3   Sun Mar 17 09:54:01 2024
+++ pkgsrc/math/py-asdf-standard/Makefile       Wed May 15 06:05:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/03/17 09:54:01 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/15 06:05:12 wiz Exp $
 
 DISTNAME=      asdf_standard-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -13,6 +13,9 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-asdf>=3.0.0:../../math/py-asdf
+TEST_DEPENDS+= ${PYPKGPREFIX}-packaging>=16.0:../../devel/py-packaging
+TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index