git: 6667a5422f9a - main - math/py-awkward-cpp: Update to 47
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Jul 2025 12:41:57 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6667a5422f9a6f8ea352a33c827811cec4d6e674
commit 6667a5422f9a6f8ea352a33c827811cec4d6e674
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-13 12:35:56 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-13 12:39:37 +0000
math/py-awkward-cpp: Update to 47
Changes: https://github.com/scikit-hep/awkward/commits/main/awkward-cpp
---
math/py-awkward-cpp/Makefile | 2 +-
math/py-awkward-cpp/distinfo | 6 +++---
math/py-awkward-cpp/files/patch-pyproject.toml | 12 ++++++++++++
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/math/py-awkward-cpp/Makefile b/math/py-awkward-cpp/Makefile
index c13e55e9f295..0532d55560ef 100644
--- a/math/py-awkward-cpp/Makefile
+++ b/math/py-awkward-cpp/Makefile
@@ -1,5 +1,5 @@
PORTNAME= awkward-cpp
-PORTVERSION= 46
+PORTVERSION= 47
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-awkward-cpp/distinfo b/math/py-awkward-cpp/distinfo
index 31362187a7f6..bd191dd6466c 100644
--- a/math/py-awkward-cpp/distinfo
+++ b/math/py-awkward-cpp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747715450
-SHA256 (awkward_cpp-46.tar.gz) = b82becb65a33280c6c27336ee5c037c5b7e394be52565aa31e087ca54adce59e
-SIZE (awkward_cpp-46.tar.gz) = 1688149
+TIMESTAMP = 1752266152
+SHA256 (awkward_cpp-47.tar.gz) = 676cf4976810edab32187edf5a8a716af95047b9038c96d27d3be44f1331950f
+SIZE (awkward_cpp-47.tar.gz) = 1485902
diff --git a/math/py-awkward-cpp/files/patch-pyproject.toml b/math/py-awkward-cpp/files/patch-pyproject.toml
new file mode 100644
index 000000000000..61728bd4677c
--- /dev/null
+++ b/math/py-awkward-cpp/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2025-07-03 22:14:18 UTC
++++ pyproject.toml
+@@ -43,8 +43,7 @@ classifiers = [
+ "Topic :: Software Development",
+ "Topic :: Utilities",
+ ]
+-license = "BSD-3-Clause AND MIT"
+-license-files = ["LICENSE", "rapidjson/license.txt"]
++license = {text = "BSD-3-Clause"}
+ requires-python = ">=3.9"
+
+ [project.urls]