aboutsummaryrefslogtreecommitdiff
path: root/science/py-asdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-05 13:47:27 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-05 13:47:27 +0000
commitf01d4476bb54c62c0b4cdd660f23edcf9f5a0b96 (patch)
tree81ce19b2de970aa50f1ad36d0e9e238fbce6ed30 /science/py-asdf
parentccfd63748c64662c53f1d11f1c86a42349a1f92e (diff)
downloadports-f01d4476bb54c62c0b4cdd660f23edcf9f5a0b96.tar.gz
ports-f01d4476bb54c62c0b4cdd660f23edcf9f5a0b96.zip
Move devel/py-semantic_version to devel/py-semantic-version
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=557058
Diffstat (limited to 'science/py-asdf')
-rw-r--r--science/py-asdf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile
index 0f32957692c1..86a20315d9f2 100644
--- a/science/py-asdf/Makefile
+++ b/science/py-asdf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= asdf
PORTVERSION= 2.7.1
+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>=3.0.2<4:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \
${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.8:devel/py-semantic_version@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8:devel/py-semantic-version@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
USES= python:3.5+ shebangfix