git: f55f4418c368 - main - astro/py-astropy: Update to 7.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Oct 2025 08:06:47 UTC
The branch main has been updated by wen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f55f4418c368dd2e30aabaa4d1ae820575f39c7a
commit f55f4418c368dd2e30aabaa4d1ae820575f39c7a
Author: Wen Heping <wen@FreeBSD.org>
AuthorDate: 2025-10-21 08:06:13 +0000
Commit: Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-10-21 08:06:39 +0000
astro/py-astropy: Update to 7.1.1
---
astro/py-astropy/Makefile | 2 +-
astro/py-astropy/distinfo | 6 +++---
astro/py-astropy/files/patch-pyproject.toml | 13 +++++++++++++
3 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/astro/py-astropy/Makefile b/astro/py-astropy/Makefile
index ee16b26b3ba7..b536d74a680f 100644
--- a/astro/py-astropy/Makefile
+++ b/astro/py-astropy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= astropy
-DISTVERSION= 7.0.2
+DISTVERSION= 7.1.1
PORTEPOCH= 2
CATEGORIES= astro
MASTER_SITES= PYPI
diff --git a/astro/py-astropy/distinfo b/astro/py-astropy/distinfo
index b3fdb0717a40..066f09942713 100644
--- a/astro/py-astropy/distinfo
+++ b/astro/py-astropy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747183609
-SHA256 (astropy-7.0.2.tar.gz) = 11cd23037cfb3de460472078b88c8e942b0838ef6e79fca2ca24d9ccc434e969
-SIZE (astropy-7.0.2.tar.gz) = 7149131
+TIMESTAMP = 1761016766
+SHA256 (astropy-7.1.1.tar.gz) = 6d128f0005e2c34f70113484468bf9d0e4ca1ee15a279cfd08bdd979d38db0f8
+SIZE (astropy-7.1.1.tar.gz) = 6982773
diff --git a/astro/py-astropy/files/patch-pyproject.toml b/astro/py-astropy/files/patch-pyproject.toml
new file mode 100644
index 000000000000..91da0fc64f3a
--- /dev/null
+++ b/astro/py-astropy/files/patch-pyproject.toml
@@ -0,0 +1,13 @@
+--- pyproject.toml.orig 2025-10-10 20:12:49 UTC
++++ pyproject.toml
+@@ -8,8 +8,8 @@ authors = [
+ authors = [
+ { name = "The Astropy Developers", email = "astropy.team@gmail.com" }
+ ]
+-license = "BSD-3-Clause"
+-license-files = ["LICENSE.rst", "licenses/*.rst"]
++license = { text="BSD-3-Clause" }
++#license-files = ["LICENSE.rst", "licenses/*.rst"]
+ requires-python = ">=3.11"
+ classifiers = [
+ "Intended Audience :: Science/Research",