summaryrefslogtreecommitdiff
path: root/astro/py-astropy
diff options
context:
space:
mode:
Diffstat (limited to 'astro/py-astropy')
-rw-r--r--astro/py-astropy/Makefile2
-rw-r--r--astro/py-astropy/distinfo6
-rw-r--r--astro/py-astropy/files/patch-pyproject.toml13
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",