Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 05:28:40 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: 5858e4f96792 - main - devel/py-optree: Update to 0.13.0
Message-ID:  <202410140528.49E5Sebd050005@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=5858e4f967922adecc5e1c20c60371bef28f76e7

commit 5858e4f967922adecc5e1c20c60371bef28f76e7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:49:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 05:25:33 +0000

    devel/py-optree: Update to 0.13.0
    
    Changes:        https://github.com/metaopt/optree/releases
---
 devel/py-optree/Makefile                   |  4 ++--
 devel/py-optree/distinfo                   |  6 +++---
 devel/py-optree/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/devel/py-optree/Makefile b/devel/py-optree/Makefile
index 6b7379d7ddde..fdf85ffbdab4 100644
--- a/devel/py-optree/Makefile
+++ b/devel/py-optree/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	optree
-PORTVERSION=	0.12.1
+PORTVERSION=	0.13.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW=		https://optree.readthedocs.io/en/latest/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>=2.12:devel/py-pybind11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR}
diff --git a/devel/py-optree/distinfo b/devel/py-optree/distinfo
index dd6b37e56598..57727c5c2f8e 100644
--- a/devel/py-optree/distinfo
+++ b/devel/py-optree/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720447688
-SHA256 (optree-0.12.1.tar.gz) = 76a2240e7482355966a73c6c701e3d1f148420a77849c78d175d3b08bf06ff36
-SIZE (optree-0.12.1.tar.gz) = 140037
+TIMESTAMP = 1728632372
+SHA256 (optree-0.13.0.tar.gz) = 1ea493cde8c60f7950ccbd682bd67e787bf67ed2251d6d3e9ad7471b72d37538
+SIZE (optree-0.13.0.tar.gz) = 153449
diff --git a/devel/py-optree/files/patch-pyproject.toml b/devel/py-optree/files/patch-pyproject.toml
new file mode 100644
index 000000000000..dc14822d831b
--- /dev/null
+++ b/devel/py-optree/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2024-10-03 13:09:10 UTC
++++ pyproject.toml
+@@ -1,7 +1,7 @@
+ # Package ######################################################################
+ 
+ [build-system]
+-requires = ["setuptools", "cmake >= 3.18", "pybind11 >= 2.12"]
++requires = ["setuptools", "pybind11 >= 2.12"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410140528.49E5Sebd050005>