git: 8b92f725402e - main - devel/py-archinfo: Update 9.2.181 => 9.2.185
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Nov 2025 14:46:42 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8b92f725402e774638b7bed7a04c6a235a42df33
commit 8b92f725402e774638b7bed7a04c6a235a42df33
Author: Rares Aioanei <schaiba@gmail.com>
AuthorDate: 2025-11-29 14:41:01 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-11-29 14:41:01 +0000
devel/py-archinfo: Update 9.2.181 => 9.2.185
Commit log:
https://github.com/angr/archinfo/compare/v9.2.181...v9.2.185
PR: 291265
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
---
devel/py-archinfo/Makefile | 2 +-
devel/py-archinfo/distinfo | 6 +++---
devel/py-archinfo/files/patch-pyproject.toml | 13 +++++++++++++
3 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/devel/py-archinfo/Makefile b/devel/py-archinfo/Makefile
index 994af24c72ce..f273a2f38c7a 100644
--- a/devel/py-archinfo/Makefile
+++ b/devel/py-archinfo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= archinfo
DISTVERSIONPREFIX= v
-DISTVERSION= 9.2.181
+DISTVERSION= 9.2.185
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-archinfo/distinfo b/devel/py-archinfo/distinfo
index 46f29faf0f85..4455c893e14a 100644
--- a/devel/py-archinfo/distinfo
+++ b/devel/py-archinfo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761206752
-SHA256 (angr-archinfo-v9.2.181_GH0.tar.gz) = 10039c6595ecd5627218e0171cf319bfea3a1d25c70bb2ab75b7ea83e5f2fc5b
-SIZE (angr-archinfo-v9.2.181_GH0.tar.gz) = 45936
+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",