pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-pyerfa



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  8 12:54:39 UTC 2024

Modified Files:
        pkgsrc/math/py-pyerfa: Makefile PLIST distinfo

Log Message:
py-pyerfa: updated to 2.0.1.4

2.0.1.4 (2024-04-12)

Reintroduces a work-around such that pyerfa can also be built
on older numpy.

2.0.1.3 (2024-04-05)

No new features, but wheels that are compatible with numpy 2.0
as well as older supported versions of numpy 1.x.

2.0.1.2 (2024-04-04)

Failed attempt to create wheels compatible with numpy 2.0.
Yanked from pypi.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-pyerfa/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-pyerfa/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-pyerfa/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-pyerfa/Makefile
diff -u pkgsrc/math/py-pyerfa/Makefile:1.10 pkgsrc/math/py-pyerfa/Makefile:1.11
--- pkgsrc/math/py-pyerfa/Makefile:1.10 Fri Oct 20 12:41:48 2023
+++ pkgsrc/math/py-pyerfa/Makefile      Wed May  8 12:54:39 2024
@@ -1,29 +1,31 @@
-# $NetBSD: Makefile,v 1.10 2023/10/20 12:41:48 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/05/08 12:54:39 adam Exp $
 
-DISTNAME=      pyerfa-2.0.1.1
+DISTNAME=      pyerfa-2.0.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyerfa/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/liberfa/pyerfa/
+HOMEPAGE=      https://github.com/liberfa/pyerfa
 COMMENT=       Python wrapper for ERFA library
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.18.0:../../math/py-numpy
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.19:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.10.3:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=20.4:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
 DEPENDS+=      erfa>=2.0.0:../../math/erfa
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-doctestplus>=0.7:../../devel/py-test-doctestplus
 
 MAKE_ENV+=     PYERFA_USE_SYSTEM_LIBERFA=1
 
 USE_LIBTOOL=   yes
-USE_LANGUAGES= c
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../math/erfa/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-pyerfa/PLIST
diff -u pkgsrc/math/py-pyerfa/PLIST:1.3 pkgsrc/math/py-pyerfa/PLIST:1.4
--- pkgsrc/math/py-pyerfa/PLIST:1.3     Fri Oct 20 12:41:48 2023
+++ pkgsrc/math/py-pyerfa/PLIST Wed May  8 12:54:39 2024
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/20 12:41:48 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2024/05/08 12:54:39 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/erfa/__init__.py
 ${PYSITELIB}/erfa/__init__.pyc
 ${PYSITELIB}/erfa/__init__.pyo
@@ -20,9 +19,6 @@ ${PYSITELIB}/erfa/helpers.pyo
 ${PYSITELIB}/erfa/tests/__init__.py
 ${PYSITELIB}/erfa/tests/__init__.pyc
 ${PYSITELIB}/erfa/tests/__init__.pyo
-${PYSITELIB}/erfa/tests/helper.py
-${PYSITELIB}/erfa/tests/helper.pyc
-${PYSITELIB}/erfa/tests/helper.pyo
 ${PYSITELIB}/erfa/tests/test_erfa.py
 ${PYSITELIB}/erfa/tests/test_erfa.pyc
 ${PYSITELIB}/erfa/tests/test_erfa.pyo

Index: pkgsrc/math/py-pyerfa/distinfo
diff -u pkgsrc/math/py-pyerfa/distinfo:1.5 pkgsrc/math/py-pyerfa/distinfo:1.6
--- pkgsrc/math/py-pyerfa/distinfo:1.5  Fri Oct 20 12:41:48 2023
+++ pkgsrc/math/py-pyerfa/distinfo      Wed May  8 12:54:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/10/20 12:41:48 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/05/08 12:54:39 adam Exp $
 
-BLAKE2s (pyerfa-2.0.1.1.tar.gz) = 284e2e37550b315400b44ff4778ccf3607988cf101b60b5841b1795a9bb61cb7
-SHA512 (pyerfa-2.0.1.1.tar.gz) = 1e268946f72db2012051dfabbd396c2b193198faec8a0a9849a131b6df3279b04cb3376d46f53256d225a7ad78309aa411a361bc801cfea5654bff0c160131e3
-Size (pyerfa-2.0.1.1.tar.gz) = 817669 bytes
+BLAKE2s (pyerfa-2.0.1.4.tar.gz) = db44a25218df66629cbdcec8dd420339f94cd4b5e78d64b9844f0454e9e97396
+SHA512 (pyerfa-2.0.1.4.tar.gz) = 37e5c4592ddd96a9c7951a83711c537ec0439350510863a695759e76d25289e66b6f506bc0883bfcf2aa68aa7c6d40dda81f91eb61ba80dc375696b08d55c405
+Size (pyerfa-2.0.1.4.tar.gz) = 817421 bytes



Home | Main Index | Thread Index | Old Index