Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2025 06:30:22 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: 112b024006a4 - main - databases/py-tiledb: Allow build with py-pybind11 3.0.0+
Message-ID:  <202510130630.59D6UMGY032320@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=112b024006a4453d5c2205d97991e3cdda148592

commit 112b024006a4453d5c2205d97991e3cdda148592
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-13 06:17:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-13 06:17:07 +0000

    databases/py-tiledb: Allow build with py-pybind11 3.0.0+
    
    - Bump PORTREVISION for package change
    
    Obtained from:  https://github.com/TileDB-Inc/TileDB-Py/commit/84af4d5992829c3e1a9454ac0aa59ae61c969ff4
---
 databases/py-tiledb/Makefile                   | 3 ++-
 databases/py-tiledb/files/patch-pyproject.toml | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/databases/py-tiledb/Makefile b/databases/py-tiledb/Makefile
index a049f8423bde..a445b0fa1c56 100644
--- a/databases/py-tiledb/Makefile
+++ b/databases/py-tiledb/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tiledb
 PORTVERSION=	0.34.2
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_i386=	error: static assertion failed due to requirement 'sizeof(unsigned long long) <= sizeof(int)': Implicit narrowing is not permitted.
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.25,1:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pybind11>=0<3:devel/py-pybind11@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0:devel/py-scikit-build-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
 		tiledb>=2.28.1:databases/tiledb
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml
index 2285b76dffdf..1849558a6452 100644
--- a/databases/py-tiledb/files/patch-pyproject.toml
+++ b/databases/py-tiledb/files/patch-pyproject.toml
@@ -1,10 +1,12 @@
 --- pyproject.toml.orig	2022-11-09 12:37:21 UTC
 +++ pyproject.toml
-@@ -2,7 +2,7 @@ requires = [
+@@ -1,8 +1,8 @@ requires = [
+ [build-system]
  requires = [
      "scikit-build-core",
-     "pybind11<3",
+-    "pybind11<3",
 -    "numpy>=2.0.1"
++    "pybind11",
 +    "numpy>=1.25"
  ]
  build-backend = "scikit_build_core.build"


home | help

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