Date: Wed, 27 Nov 2024 02:41:02 GMT 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: cc269187a051 - main - math/py-awkward-cpp: Update to 42 Message-ID: <202411270241.4AR2f23u019505@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc269187a051c1dafce233197ba4aeea97414607 commit cc269187a051c1dafce233197ba4aeea97414607 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-27 02:34:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-27 02:34:29 +0000 math/py-awkward-cpp: Update to 42 Changes: https://github.com/scikit-hep/awkward/commits/main/awkward-cpp --- math/py-awkward-cpp/Makefile | 12 +++--------- math/py-awkward-cpp/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/math/py-awkward-cpp/Makefile b/math/py-awkward-cpp/Makefile index 7bdebc70ba57..5ec8a5c4a81a 100644 --- a/math/py-awkward-cpp/Makefile +++ b/math/py-awkward-cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= awkward-cpp -PORTVERSION= 41 +PORTVERSION= 42 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,15 +18,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} rapidjson>=0:devel/rapidjson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR} -USES= cmake:indirect compiler:c++11-lang localbase python +USES= cmake:indirect compiler:c++11-lang localbase python:3.9+ USE_PYTHON= autoplist concurrent pep517 -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR} -.endif - post-patch: # Clean up bundled libraries @${RM} -r ${WRKSRC}/rapidjson/ @@ -34,4 +28,4 @@ post-patch: post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/py-awkward-cpp/distinfo b/math/py-awkward-cpp/distinfo index a08acabd33ff..ce00dc14ba83 100644 --- a/math/py-awkward-cpp/distinfo +++ b/math/py-awkward-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679326 -SHA256 (awkward_cpp-41.tar.gz) = a2b043bd5fefb7f92e2b5d5209ea8dcbe1d06aa68ae0b6df5f3e0b149acdb437 -SIZE (awkward_cpp-41.tar.gz) = 1590191 +TIMESTAMP = 1732260950 +SHA256 (awkward_cpp-42.tar.gz) = d6c489ecbe9ab2eaa34d45ccecec55b74807b363feca23b8d76dc8bc207355ec +SIZE (awkward_cpp-42.tar.gz) = 1590138
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411270241.4AR2f23u019505>