Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47C92859B4 for ; Mon, 30 Oct 2023 14:15:36 +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 22EoV_EhJj2a for ; Mon, 30 Oct 2023 14:15:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9A8D684ED5 for ; Mon, 30 Oct 2023 14:15:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94855FADC; Mon, 30 Oct 2023 14:15:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698675335152120" MIME-Version: 1.0 Date: Mon, 30 Oct 2023 14:15:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-cftime To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231030141535.94855FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698675335152120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 30 14:15:35 UTC 2023 Modified Files: pkgsrc/time/py-cftime: Makefile PLIST distinfo Log Message: py-cftime: updated to 1.6.3 version 1.6.3 (release tag v1.6.3rel) * add support for formats without separators in strptime (e.g. '20200229')/ This required removing support for > 4 digit years. * set the c_api_binop_methods compiler directive to True to retain Cython 0.x behavior for arithmetic operators for Cython >= 3.0.0. * support for python 3.12. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/time/py-cftime/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-cftime/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/py-cftime/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698675335152120 Content-Disposition: inline Content-Length: 3374 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-cftime/Makefile diff -u pkgsrc/time/py-cftime/Makefile:1.12 pkgsrc/time/py-cftime/Makefile:1.13 --- pkgsrc/time/py-cftime/Makefile:1.12 Tue Aug 1 23:20:55 2023 +++ pkgsrc/time/py-cftime/Makefile Mon Oct 30 14:15:35 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2023/08/01 23:20:55 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2023/10/30 14:15:35 adam Exp $ -DISTNAME= cftime-1.6.2 +DISTNAME= cftime-1.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cftime/} @@ -10,17 +10,18 @@ HOMEPAGE= https://github.com/Unidata/cft COMMENT= Time-handling functionality LICENSE= gnu-gpl-v3 +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=41.2:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov -#TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner PYTHON_VERSIONS_INCOMPATIBLE= 27 38 -TEST_ENV+= PYTHONPATH=build/lib -do-test: - cd ${WRKSRC}/build && ${LN} -sf lib.* lib - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test +#TEST_ENV+= PYTHONPATH=build/lib +#do-test: +# cd ${WRKSRC}/build && ${LN} -sf lib.* lib +# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test .include "../../devel/py-cython/buildlink3.mk" -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/time/py-cftime/PLIST diff -u pkgsrc/time/py-cftime/PLIST:1.2 pkgsrc/time/py-cftime/PLIST:1.3 --- pkgsrc/time/py-cftime/PLIST:1.2 Sun Dec 18 10:12:42 2022 +++ pkgsrc/time/py-cftime/PLIST Mon Oct 30 14:15:35 2023 @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2022/12/18 10:12:42 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.3 2023/10/30 14:15:35 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/cftime/__init__.py ${PYSITELIB}/cftime/__init__.pyc ${PYSITELIB}/cftime/__init__.pyo Index: pkgsrc/time/py-cftime/distinfo diff -u pkgsrc/time/py-cftime/distinfo:1.6 pkgsrc/time/py-cftime/distinfo:1.7 --- pkgsrc/time/py-cftime/distinfo:1.6 Sun Dec 18 10:12:42 2022 +++ pkgsrc/time/py-cftime/distinfo Mon Oct 30 14:15:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/12/18 10:12:42 adam Exp $ +$NetBSD: distinfo,v 1.7 2023/10/30 14:15:35 adam Exp $ -BLAKE2s (cftime-1.6.2.tar.gz) = 3f6ae0856daa4b44dade0dfeb5a2049fac83d828c4960ed04a2dd2708c5ee7d4 -SHA512 (cftime-1.6.2.tar.gz) = d5135a55e5c9982247835e379bd35e4d8b47f0f70d08766f73223e0c40dc1875840c5cb40515e233196af1c10e992911325ff33a3c41efc3b8009e49de2a6e31 -Size (cftime-1.6.2.tar.gz) = 52745 bytes +BLAKE2s (cftime-1.6.3.tar.gz) = b47e854eabf199aafc4afb8b074a9b0c505ef479fa44063c7b02d671a4407638 +SHA512 (cftime-1.6.3.tar.gz) = 0bcb8dcf7a840e500d7cc0f784f960b4972803f353fcffbf36dc30b2169b6864aea1fd8cab2d60e7908a063db55f2cfa3639c51fea84692b2dfe2d83b954c0ae +Size (cftime-1.6.3.tar.gz) = 53256 bytes --_----------=_1698675335152120--