diff options
Diffstat (limited to 'science/py-asdf-standard/Makefile')
-rw-r--r-- | science/py-asdf-standard/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/science/py-asdf-standard/Makefile b/science/py-asdf-standard/Makefile index 5d9f5c50b8e9..9283d803ac3f 100644 --- a/science/py-asdf-standard/Makefile +++ b/science/py-asdf-standard/Makefile @@ -1,5 +1,5 @@ PORTNAME= asdf-standard -PORTVERSION= 1.1.1 +PORTVERSION= 1.3.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= asdf_standard-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= ASDF Standard schemas -WWW= https://github.com/asdf-format/asdf-standard +WWW= https://www.asdf-format.org/projects/asdf-standard/en/latest/ \ + https://github.com/asdf-format/asdf-standard LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |