Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:24:31 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 64e3b962f368 - main - math/py-awkward-cpp: Update to 52
Message-ID:  <69af105f.1e53a.2a42c1d6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=64e3b962f368cf73536cc439211abaf526bb468b

commit 64e3b962f368cf73536cc439211abaf526bb468b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:19:07 +0000

    math/py-awkward-cpp: Update to 52
    
    Changes:        https://github.com/scikit-hep/awkward/commits/main/awkward-cpp
---
 math/py-awkward-cpp/Makefile                   | 4 ++--
 math/py-awkward-cpp/distinfo                   | 6 +++---
 math/py-awkward-cpp/files/patch-pyproject.toml | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/math/py-awkward-cpp/Makefile b/math/py-awkward-cpp/Makefile
index 064a9091cf2b..5e8d13159bc6 100644
--- a/math/py-awkward-cpp/Makefile
+++ b/math/py-awkward-cpp/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	awkward-cpp
-PORTVERSION=	51
+PORTVERSION=	52
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>=3:devel/py-pybind11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.11:devel/py-scikit-build-core@${PY_FLAVOR} \
 		rapidjson>=0:devel/rapidjson
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.21.3,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		cmake:indirect compiler:c++11-lang localbase python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/math/py-awkward-cpp/distinfo b/math/py-awkward-cpp/distinfo
index 699fded4d11b..ace701c31217 100644
--- a/math/py-awkward-cpp/distinfo
+++ b/math/py-awkward-cpp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1766036497
-SHA256 (awkward_cpp-51.tar.gz) = 8c74e8f9fb2501766d1b0f9f2eb8777e384411d33534a8fa667d56599223a04b
-SIZE (awkward_cpp-51.tar.gz) = 1486658
+TIMESTAMP = 1771421700
+SHA256 (awkward_cpp-52.tar.gz) = ef141eb20544df261b973c986cfae57be329022061be86817506add676597275
+SIZE (awkward_cpp-52.tar.gz) = 1486576
diff --git a/math/py-awkward-cpp/files/patch-pyproject.toml b/math/py-awkward-cpp/files/patch-pyproject.toml
index 61728bd4677c..134008e4cf50 100644
--- a/math/py-awkward-cpp/files/patch-pyproject.toml
+++ b/math/py-awkward-cpp/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-07-03 22:14:18 UTC
+--- pyproject.toml.orig	2026-02-08 18:23:02 UTC
 +++ pyproject.toml
 @@ -43,8 +43,7 @@ classifiers = [
      "Topic :: Software Development",
@@ -6,7 +6,7 @@
  ]
 -license = "BSD-3-Clause AND MIT"
 -license-files = ["LICENSE", "rapidjson/license.txt"]
-+license = {text = "BSD-3-Clause"}
- requires-python = ">=3.9"
++license = {text = "BSD-3-Clause AND MIT"}
+ requires-python = ">=3.10"
  
  [project.urls]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af105f.1e53a.2a42c1d6>