git: 86c3696a70ff - main - astro/py-astlib: Update to 0.13.2
Po-Chuan Hsieh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a85a86a.1d218.3ad8709__6845.64324781007$1787144475$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=86c3696a70fff22ca3e69a21aafdb74273d2de2c commit 86c3696a70fff22ca3e69a21aafdb74273d2de2c Author: Po-Chuan Hsieh <[email protected]> AuthorDate: 2026-08-19 12:25:02 +0000 Commit: Po-Chuan Hsieh <[email protected]> CommitDate: 2026-08-19 12:55:23 +0000 astro/py-astlib: Update to 0.13.2 Changes: https://github.com/mattyowl/astLib/releases --- astro/py-astlib/Makefile | 6 ++---- astro/py-astlib/distinfo | 6 +++--- astro/py-astlib/files/patch-setup.py | 6 +++--- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/astro/py-astlib/Makefile b/astro/py-astlib/Makefile index d2f44798ca45..dcf6381761e7 100644 --- a/astro/py-astlib/Makefile +++ b/astro/py-astlib/Makefile @@ -1,10 +1,8 @@ PORTNAME= astlib -PORTVERSION= 0.11.10 -PORTREVISION= 3 +PORTVERSION= 0.13.2 CATEGORIES= astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= astLib-${PORTVERSION} MAINTAINER= [email protected] COMMENT= Astronomy modules for Python @@ -18,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=3.2,2:astro/py-astropy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=2,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.7:science/py-scipy@${PY_FLAVOR} USES= python diff --git a/astro/py-astlib/distinfo b/astro/py-astlib/distinfo index e63b9bcd10f1..04da2b6bcc0b 100644 --- a/astro/py-astlib/distinfo +++ b/astro/py-astlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698340975 -SHA256 (astLib-0.11.10.tar.gz) = c7a7edf73202e35a07d363cd60fa1ee77faef9f605f29b69e91b1654138ba72e -SIZE (astLib-0.11.10.tar.gz) = 10022928 +TIMESTAMP = 1784005062 +SHA256 (astlib-0.13.2.tar.gz) = f2f4f978cbf6518136be582f709ce18296029006a30330d17befe95ca659584d +SIZE (astlib-0.13.2.tar.gz) = 8317616 diff --git a/astro/py-astlib/files/patch-setup.py b/astro/py-astlib/files/patch-setup.py index 4fa50ffca7cb..9be2af625dac 100644 --- a/astro/py-astlib/files/patch-setup.py +++ b/astro/py-astlib/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2023-10-19 08:41:05 UTC +--- setup.py.orig 2026-02-12 09:30:47 UTC +++ setup.py -@@ -55,7 +55,7 @@ class build_PyWCSTools_ext(build_ext): +@@ -56,7 +56,7 @@ class build_PyWCSTools_ext(build_ext): build_ext.build_extensions(self) -setup(name='astLib', +setup(name='astlib', - version='0.11.10', + version='0.13.2', packages=['astLib', 'PyWCSTools'], package_data={'astLib': ['data/*']},