aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-archinfo/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-archinfo/files/patch-pyproject.toml')
-rw-r--r--devel/py-archinfo/files/patch-pyproject.toml13
1 files changed, 13 insertions, 0 deletions
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",