Received: by mail.netbsd.org (Postfix, from userid 605) id 08F0F84D4C; Mon, 5 Apr 2021 19:45:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43D2F84D2C for ; Mon, 5 Apr 2021 19:45:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bT9VLvP8bXRh for ; Mon, 5 Apr 2021 19:45:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 793E984D17 for ; Mon, 5 Apr 2021 19:45:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76A61FA95; Mon, 5 Apr 2021 19:45:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1617651949105820" MIME-Version: 1.0 Date: Mon, 5 Apr 2021 19:45:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-asdf To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210405194549.76A61FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1617651949105820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 5 19:45:49 UTC 2021 Modified Files: pkgsrc/math/py-asdf: Makefile PLIST distinfo Added Files: pkgsrc/math/py-asdf: ALTERNATIVES Log Message: py-asdf: updated to 2.7.3 2.7.3 (2021-02-25) ------------------ - Add pytest plugin options to skip and xfail individual tests and xfail the unsupported ndarray-1.0.0 example. - Fix bug resulting in invalid strides values for views over FITS arrays. 2.7.2 (2021-01-15) ------------------ - Fix bug causing test collection failures in some environments. - Fix bug when decompressing arrays with numpy 1.20 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-asdf/ALTERNATIVES cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-asdf/Makefile \ pkgsrc/math/py-asdf/PLIST pkgsrc/math/py-asdf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1617651949105820 Content-Disposition: inline Content-Length: 3956 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-asdf/Makefile diff -u pkgsrc/math/py-asdf/Makefile:1.1 pkgsrc/math/py-asdf/Makefile:1.2 --- pkgsrc/math/py-asdf/Makefile:1.1 Sat Dec 19 12:26:57 2020 +++ pkgsrc/math/py-asdf/Makefile Mon Apr 5 19:45:49 2021 @@ -1,32 +1,33 @@ -# $NetBSD: Makefile,v 1.1 2020/12/19 12:26:57 mef Exp $ +# $NetBSD: Makefile,v 1.2 2021/04/05 19:45:49 adam Exp $ -DISTNAME= asdf-2.7.1 +DISTNAME= asdf-2.7.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://pypi.org/project/asdf/ +HOMEPAGE= https://github.com/asdf-format/asdf COMMENT= Advanced Scientific Data Format LICENSE= modified-bsd -USE_LIBTOOL= yes -USE_LANGUAGES= c - -PYTHON_VERSIONS_INCOMPATIBLE+= 27 -PYTHON_VERSIONS_INCOMPATIBLE+= 36 -REPLACE_PYTHON+= asdf-standard/reference_files/generate/generate -REPLACE_PYTHON+= asdf/extern/RangeHTTPServer.py - -BUILD_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm -DEPENDS+= ${PYPKGPREFIX}-numpy>=1.10.0:../../math/py-numpy DEPENDS+= ${PYPKGPREFIX}-jsonschema>=3.0.2:../../textproc/py-jsonschema -DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml -DEPENDS+= ${PYPKGPREFIX}-semantic_version>=2.8:../../devel/py-semantic_version DEPENDS+= ${PYPKGPREFIX}-lz4>=0.10:../../archivers/py-lz4 +DEPENDS+= ${PYPKGPREFIX}-numpy>=1.10.0:../../math/py-numpy +DEPENDS+= ${PYPKGPREFIX}-semantic_version>=2.8:../../devel/py-semantic_version +DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml + +USE_LANGUAGES= # none + +REPLACE_PYTHON+= asdf-standard/reference_files/generate/generate +REPLACE_PYTHON+= asdf/extern/RangeHTTPServer.py + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +post-install: + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} asdftool asdftool-${PYVERSSUFFIX} || ${TRUE} -.include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" -.include "../../math/py-numpy/buildlink3.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/py-asdf/PLIST diff -u pkgsrc/math/py-asdf/PLIST:1.1 pkgsrc/math/py-asdf/PLIST:1.2 --- pkgsrc/math/py-asdf/PLIST:1.1 Sat Dec 19 12:26:57 2020 +++ pkgsrc/math/py-asdf/PLIST Mon Apr 5 19:45:49 2021 @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2020/12/19 12:26:57 mef Exp $ -bin/asdftool +@comment $NetBSD: PLIST,v 1.2 2021/04/05 19:45:49 adam Exp $ +bin/asdftool-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt Index: pkgsrc/math/py-asdf/distinfo diff -u pkgsrc/math/py-asdf/distinfo:1.1 pkgsrc/math/py-asdf/distinfo:1.2 --- pkgsrc/math/py-asdf/distinfo:1.1 Sat Dec 19 12:26:57 2020 +++ pkgsrc/math/py-asdf/distinfo Mon Apr 5 19:45:49 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/12/19 12:26:57 mef Exp $ +$NetBSD: distinfo,v 1.2 2021/04/05 19:45:49 adam Exp $ -SHA1 (asdf-2.7.1.tar.gz) = 203f6a05ace43412d5b55d40d4e0880961097569 -RMD160 (asdf-2.7.1.tar.gz) = 5144ad925555369adf3bde20f158975f5ea0a373 -SHA512 (asdf-2.7.1.tar.gz) = dc807013d7dbf67c8cb269398d0b7ff56b1c5212d2cfbb768b7844979951c56b9263327cba3a3db32b65ac9de2ede94731823b4d7f120a4306efc203cfc75266 -Size (asdf-2.7.1.tar.gz) = 494491 bytes +SHA1 (asdf-2.7.3.tar.gz) = 93e613bd6d2b5ef65cb0d53f9c4fe31f3162bb53 +RMD160 (asdf-2.7.3.tar.gz) = 59c0a16528293e481d631746a7f4d7aee3d65b5e +SHA512 (asdf-2.7.3.tar.gz) = 3fb713f536213cae49a9f30273f411327be02d59d61ee39d2ab7a643655359eda8698c801d10f3922ef1a5fb8a7070ce08ef0fc36b556dfe9632a7e8baef9dfc +Size (asdf-2.7.3.tar.gz) = 509984 bytes Added files: Index: pkgsrc/math/py-asdf/ALTERNATIVES diff -u /dev/null pkgsrc/math/py-asdf/ALTERNATIVES:1.1 --- /dev/null Mon Apr 5 19:45:49 2021 +++ pkgsrc/math/py-asdf/ALTERNATIVES Mon Apr 5 19:45:49 2021 @@ -0,0 +1 @@ +bin/asdftool @PREFIX@/bin/asdftool-@PYVERSSUFFIX@ --_----------=_1617651949105820--