Wed May 15 06:54:27 2024 UTC (33d)
py-asdf-transform-schemas: add test dependencies


(wiz)
diff -r1.4 -r1.5 pkgsrc/math/py-asdf-transform-schemas/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/math/py-asdf-transform-schemas/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-asdf-transform-schemas/Makefile 2024/03/17 09:56:26 1.4
+++ pkgsrc/math/py-asdf-transform-schemas/Makefile 2024/05/15 06:54:27 1.5
@@ -1,23 +1,26 @@ @@ -1,23 +1,26 @@
1# $NetBSD: Makefile,v 1.4 2024/03/17 09:56:26 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2024/05/15 06:54:27 wiz Exp $
2 2
3DISTNAME= asdf_transform_schemas-0.5.0 3DISTNAME= asdf_transform_schemas-0.5.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
5CATEGORIES= math python 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf-transform-schemas/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf-transform-schemas/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/asdf-format/asdf-transform-schemas 9HOMEPAGE= https://github.com/asdf-format/asdf-transform-schemas
10COMMENT= ASDF schemas for transforms 10COMMENT= ASDF schemas for transforms
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
16DEPENDS+= ${PYPKGPREFIX}-asdf-standard>=1.1.0:../../math/py-asdf-standard 16DEPENDS+= ${PYPKGPREFIX}-asdf-standard>=1.1.0:../../math/py-asdf-standard
 17TEST_DEPENDS+= ${PYPKGPREFIX}-asdf>=2.8.0:../../math/py-asdf
 18TEST_DEPENDS+= ${PYPKGPREFIX}-asdf_astropy>=0:../../math/py-asdf_astropy
 19TEST_DEPENDS+= ${PYPKGPREFIX}-scipy>=0:../../math/py-scipy
17 20
18USE_LANGUAGES= # none 21USE_LANGUAGES= # none
19 22
20PYTHON_VERSIONS_INCOMPATIBLE= 27 38 23PYTHON_VERSIONS_INCOMPATIBLE= 27 38
21 24
22.include "../../lang/python/wheel.mk" 25.include "../../lang/python/wheel.mk"
23.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"