Date: Tue, 3 Sep 2019 19:09:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510987 - head/science/py-asdf Message-ID: <201909031909.x83J9Sjt041167@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 3 19:09:27 2019 New Revision: 510987 URL: https://svnweb.freebsd.org/changeset/ports/510987 Log: Update to 2.4.2 - Update version requirement of RUN_DEPENDS Changes: https://github.com/spacetelescope/asdf/releases Modified: head/science/py-asdf/Makefile head/science/py-asdf/distinfo Modified: head/science/py-asdf/Makefile ============================================================================== --- head/science/py-asdf/Makefile Tue Sep 3 19:09:22 2019 (r510986) +++ head/science/py-asdf/Makefile Tue Sep 3 19:09:27 2019 (r510987) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= asdf -PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTVERSION= 2.4.2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,16 +13,20 @@ COMMENT= Python tools to handle ASDF files LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.3:devel/py-jsonschema@${PY_FLAVOR} \ +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} \ ${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.3.1:devel/py-semantic_version@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.3.1<2.6.1:devel/py-semantic_version@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} -USES= python:3.3+ +USES= python:3.3+ shebangfix USE_PYTHON= autoplist distutils NO_ARCH= yes + +SHEBANG_FILES= asdf/extern/RangeHTTPServer.py \ + asdf-standard/reference_files/generate/generate .include <bsd.port.mk> Modified: head/science/py-asdf/distinfo ============================================================================== --- head/science/py-asdf/distinfo Tue Sep 3 19:09:22 2019 (r510986) +++ head/science/py-asdf/distinfo Tue Sep 3 19:09:27 2019 (r510987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554486017 -SHA256 (asdf-2.3.3.tar.gz) = d02e936a83abd206e7bc65050d94e8848da648344dbec9e49dddc2bdc3bd6870 -SIZE (asdf-2.3.3.tar.gz) = 578808 +TIMESTAMP = 1567510040 +SHA256 (asdf-2.4.2.tar.gz) = 6ff3557190c6a33781dae3fd635a8edf0fa0c24c6aca27d8679af36408ea8ff2 +SIZE (asdf-2.4.2.tar.gz) = 448618
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909031909.x83J9Sjt041167>