diff options
Diffstat (limited to 'science/py-asdf-transform-schemas/Makefile')
-rw-r--r-- | science/py-asdf-transform-schemas/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/science/py-asdf-transform-schemas/Makefile b/science/py-asdf-transform-schemas/Makefile index a41c58ee6590..50b0113ca45f 100644 --- a/science/py-asdf-transform-schemas/Makefile +++ b/science/py-asdf-transform-schemas/Makefile @@ -1,5 +1,5 @@ PORTNAME= asdf-transform-schemas -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= asdf_transform_schemas-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= ASDF schemas for transforms -WWW= https://github.com/asdf-format/asdf-transform-schemas +WWW= https://www.asdf-format.org/projects/asdf-transform-schemas/en/latest/ \ + https://github.com/asdf-format/asdf-transform-schemas LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asdf-standard>=1.1.0:science/py-asdf-standard@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |