diff --git a/devel/py-pybind11/Makefile b/devel/py-pybind11/Makefile index a5a3eb98b68c..3c5b665f5a2e 100644 --- a/devel/py-pybind11/Makefile +++ b/devel/py-pybind11/Makefile @@ -1,18 +1,21 @@ PORTNAME= pybind11 -DISTVERSION= 2.11.0 +DISTVERSION= 2.11.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Seamless interoperability between C++11 and Python WWW= https://github.com/pybind/pybind11 LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= pep517 concurrent autoplist NO_ARCH= yes .include diff --git a/devel/py-pybind11/distinfo b/devel/py-pybind11/distinfo index e5d7c2dcf847..9a444f4844fa 100644 --- a/devel/py-pybind11/distinfo +++ b/devel/py-pybind11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689407434 -SHA256 (pybind11-2.11.0.tar.gz) = 03006fb261379ed19cb0171a9cc6238d64da8a31b3f5e754cb276d4615449217 -SIZE (pybind11-2.11.0.tar.gz) = 205752 +TIMESTAMP = 1689662252 +SHA256 (pybind11-2.11.1.tar.gz) = 00cd59116a6e8155aecd9174f37ba299d1d397ed4a6b86ac1dfe01b3e40f2cc4 +SIZE (pybind11-2.11.1.tar.gz) = 205844 diff --git a/devel/pybind11/Makefile b/devel/pybind11/Makefile index 54271c73cd02..d80727d3512c 100644 --- a/devel/pybind11/Makefile +++ b/devel/pybind11/Makefile @@ -1,25 +1,25 @@ PORTNAME= pybind11 DISTVERSIONPREFIX= v -DISTVERSION= 2.11.0 +DISTVERSION= 2.11.1 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org COMMENT= Seamless interoperability between C++11 and Python (cmake part) WWW= https://pybind11.readthedocs.io/en/stable/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake:testing compiler:c++11-lang python:build USE_GITHUB= yes GH_ACCOUNT= pybind CMAKE_OFF= PYBIND11_TEST CMAKE_TESTING_ON= PYBIND11_TEST # 3 tests are known to fail: https://github.com/pybind/pybind11/issues/3537, https://github.com/pybind/pybind11/issues/4416, https://github.com/pybind/pybind11/issues/4467, https://github.com/pybind/pybind11/issues/4580 CMAKE_TESTING_TARGET= pytest NO_ARCH= yes .include diff --git a/devel/pybind11/distinfo b/devel/pybind11/distinfo index 0dff6f1fc198..88148aed843f 100644 --- a/devel/pybind11/distinfo +++ b/devel/pybind11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689405521 -SHA256 (pybind-pybind11-v2.11.0_GH0.tar.gz) = 7af30a84c6810e721829c4646e31927af9d8861e085aa5dd37c3c8b8169fcda1 -SIZE (pybind-pybind11-v2.11.0_GH0.tar.gz) = 756250 +TIMESTAMP = 1689661103 +SHA256 (pybind-pybind11-v2.11.1_GH0.tar.gz) = d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c +SIZE (pybind-pybind11-v2.11.1_GH0.tar.gz) = 756445