diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-26 18:16:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-26 18:16:28 +0000 |
commit | bcb3b5da8cbd7b746bc57d9ddae0107edeb36487 (patch) | |
tree | 062cf2dabcc82fcec3fcd5db3a37731a4db11163 /science/py-asdf/Makefile | |
parent | afbfdface9f8657d4dc2b1b9bf1234617c15afb2 (diff) |
Notes
Diffstat (limited to 'science/py-asdf/Makefile')
-rw-r--r-- | science/py-asdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index 41208494fd8d..02bf12275d8a 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= asdf PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.3<4:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.3.1<2.6.1:devel/py-semantic_version@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semantic_version26>=2.3.1<2.6.1:devel/py-semantic_version26@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} |