aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-archinfo
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-archinfo')
-rw-r--r--devel/py-archinfo/Makefile2
-rw-r--r--devel/py-archinfo/distinfo6
-rw-r--r--devel/py-archinfo/files/patch-pyproject.toml13
3 files changed, 17 insertions, 4 deletions
diff --git a/devel/py-archinfo/Makefile b/devel/py-archinfo/Makefile
index dacc4af7e0d9..f273a2f38c7a 100644
--- a/devel/py-archinfo/Makefile
+++ b/devel/py-archinfo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= archinfo
DISTVERSIONPREFIX= v
-DISTVERSION= 9.2.175
+DISTVERSION= 9.2.185
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-archinfo/distinfo b/devel/py-archinfo/distinfo
index 2033f887a8c7..4455c893e14a 100644
--- a/devel/py-archinfo/distinfo
+++ b/devel/py-archinfo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1758102902
-SHA256 (angr-archinfo-v9.2.175_GH0.tar.gz) = d89a609dc831a86bfd3e0b1ed979b0d17ce06ca101f75c3edc4b770b9d0f0acc
-SIZE (angr-archinfo-v9.2.175_GH0.tar.gz) = 45930
+TIMESTAMP = 1764325732
+SHA256 (angr-archinfo-v9.2.185_GH0.tar.gz) = 1359a25df46d836caead5aab930c3a599913981995815fe4c46d869812f634f5
+SIZE (angr-archinfo-v9.2.185_GH0.tar.gz) = 44783
diff --git a/devel/py-archinfo/files/patch-pyproject.toml b/devel/py-archinfo/files/patch-pyproject.toml
new file mode 100644
index 000000000000..80c0176153e8
--- /dev/null
+++ b/devel/py-archinfo/files/patch-pyproject.toml
@@ -0,0 +1,13 @@
+--- pyproject.toml.orig 2025-11-25 17:09:08 UTC
++++ pyproject.toml
+@@ -5,8 +5,8 @@ description = "Classes with architecture-specific info
+ [project]
+ name = "archinfo"
+ description = "Classes with architecture-specific information useful to other projects."
+-license = "BSD-2-Clause"
+-license-files = ["LICENSE"]
++license = {text = "BSD-2-Clause"}
++#license-files = ["LICENSE"]
+ classifiers = [
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3 :: Only",