From owner-svn-ports-head@freebsd.org Tue Sep 3 19:09:28 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 97A64D1DE2; Tue, 3 Sep 2019 19:09:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46NGj43Jgmz46Ky; Tue, 3 Sep 2019 19:09:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B95878BC; Tue, 3 Sep 2019 19:09:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x83J9S2m041168; Tue, 3 Sep 2019 19:09:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x83J9Sjt041167; Tue, 3 Sep 2019 19:09:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201909031909.x83J9Sjt041167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2019 19:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510987 - head/science/py-asdf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-asdf X-SVN-Commit-Revision: 510987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2019 19:09:28 -0000 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 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