git: 6d9b0c39d4f0 - main - devel/pybind11: Update 2.10.1 -> 2.10.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Dec 2022 09:15:24 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d9b0c39d4f07ec06d7f76063e78de08b8ec36f9 commit 6d9b0c39d4f07ec06d7f76063e78de08b8ec36f9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-23 08:56:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-23 09:15:17 +0000 devel/pybind11: Update 2.10.1 -> 2.10.2 Reported by: portscout --- devel/pybind11/Makefile | 4 ++-- devel/pybind11/distinfo | 6 +++--- devel/pybind11/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/pybind11/Makefile b/devel/pybind11/Makefile index 6ed4d83d236b..11ff5f747baa 100644 --- a/devel/pybind11/Makefile +++ b/devel/pybind11/Makefile @@ -1,6 +1,6 @@ PORTNAME= pybind11 DISTVERSIONPREFIX= v -DISTVERSION= 2.10.1 +DISTVERSION= 2.10.2 CATEGORIES= devel python MAINTAINER= yuri@FreeBSD.org @@ -17,7 +17,7 @@ GH_ACCOUNT= pybind CMAKE_OFF= PYBIND11_TEST -CMAKE_TESTING_ON= PYBIND11_TEST # one test is known to fail: https://github.com/pybind/pybind11/issues/3537 +CMAKE_TESTING_ON= PYBIND11_TEST # two tests are known to fail: https://github.com/pybind/pybind11/issues/3537, https://github.com/pybind/pybind11/issues/4416 CMAKE_TESTING_TARGET= pytest NO_ARCH= yes diff --git a/devel/pybind11/distinfo b/devel/pybind11/distinfo index a78cfcf891ba..3d37c75deee2 100644 --- a/devel/pybind11/distinfo +++ b/devel/pybind11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667870505 -SHA256 (pybind-pybind11-v2.10.1_GH0.tar.gz) = 111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad -SIZE (pybind-pybind11-v2.10.1_GH0.tar.gz) = 727880 +TIMESTAMP = 1671765054 +SHA256 (pybind-pybind11-v2.10.2_GH0.tar.gz) = 93bd1e625e43e03028a3ea7389bba5d3f9f2596abc074b068e70f4ef9b1314ae +SIZE (pybind-pybind11-v2.10.2_GH0.tar.gz) = 739436 diff --git a/devel/pybind11/pkg-plist b/devel/pybind11/pkg-plist index d2f84331ab1d..985920bf58c3 100644 --- a/devel/pybind11/pkg-plist +++ b/devel/pybind11/pkg-plist @@ -12,6 +12,8 @@ include/pybind11/detail/internals.h include/pybind11/detail/type_caster_base.h include/pybind11/detail/typeid.h include/pybind11/eigen.h +include/pybind11/eigen/matrix.h +include/pybind11/eigen/tensor.h include/pybind11/embed.h include/pybind11/eval.h include/pybind11/functional.h