Update to 2.7.0
Changes: https://github.com/spacetelescope/asdf/releases
This commit is contained in:
parent
175c6d5a1b
commit
1df17c2f24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543309
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asdf
|
||||
PORTVERSION= 2.6.0
|
||||
PORTVERSION= 2.7.0
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,14 +14,14 @@ LICENSE= BSD3CLAUSE
|
|||
LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.3<4:devel/py-jsonschema@${PY_FLAVOR} \
|
||||
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}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+ shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1587721905
|
||||
SHA256 (asdf-2.6.0.tar.gz) = 6549c3f84d16ad60c17001b1dece76827a9a93c4aee7e0a98dd4da2b7bada9fa
|
||||
SIZE (asdf-2.6.0.tar.gz) = 492956
|
||||
TIMESTAMP = 1595578502
|
||||
SHA256 (asdf-2.7.0.tar.gz) = 687d741f19db663b769eb188458dafd4fe5cc10201640ffed3210c7f138f15d0
|
||||
SIZE (asdf-2.7.0.tar.gz) = 494204
|
||||
|
|
Loading…
Reference in a new issue