mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/{,py-}pybind11: update 2.11.1 → 2.12.0
Reported by: portscout
This commit is contained in:
parent
001584e0da
commit
c86cbc1570
5 changed files with 10 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= pybind11
|
PORTNAME= pybind11
|
||||||
DISTVERSION= 2.11.1
|
DISTVERSION= 2.12.0
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1689662252
|
TIMESTAMP = 1711604013
|
||||||
SHA256 (pybind11-2.11.1.tar.gz) = 00cd59116a6e8155aecd9174f37ba299d1d397ed4a6b86ac1dfe01b3e40f2cc4
|
SHA256 (pybind11-2.12.0.tar.gz) = 5e3c557a84b06b969247630407fc4d985bed157b4253b13153b8e8e165e0c3dc
|
||||||
SIZE (pybind11-2.11.1.tar.gz) = 205844
|
SIZE (pybind11-2.12.0.tar.gz) = 211887
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pybind11
|
PORTNAME= pybind11
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.11.1
|
DISTVERSION= 2.12.0
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1689661103
|
TIMESTAMP = 1711602668
|
||||||
SHA256 (pybind-pybind11-v2.11.1_GH0.tar.gz) = d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
|
SHA256 (pybind-pybind11-v2.12.0_GH0.tar.gz) = bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
|
||||||
SIZE (pybind-pybind11-v2.11.1_GH0.tar.gz) = 756445
|
SIZE (pybind-pybind11-v2.12.0_GH0.tar.gz) = 771004
|
||||||
|
|
|
@ -19,6 +19,7 @@ include/pybind11/embed.h
|
||||||
include/pybind11/eval.h
|
include/pybind11/eval.h
|
||||||
include/pybind11/functional.h
|
include/pybind11/functional.h
|
||||||
include/pybind11/gil.h
|
include/pybind11/gil.h
|
||||||
|
include/pybind11/gil_safe_call_once.h
|
||||||
include/pybind11/iostream.h
|
include/pybind11/iostream.h
|
||||||
include/pybind11/numpy.h
|
include/pybind11/numpy.h
|
||||||
include/pybind11/operators.h
|
include/pybind11/operators.h
|
||||||
|
@ -29,6 +30,7 @@ include/pybind11/stl.h
|
||||||
include/pybind11/stl/filesystem.h
|
include/pybind11/stl/filesystem.h
|
||||||
include/pybind11/stl_bind.h
|
include/pybind11/stl_bind.h
|
||||||
include/pybind11/type_caster_pyobject_ptr.h
|
include/pybind11/type_caster_pyobject_ptr.h
|
||||||
|
include/pybind11/typing.h
|
||||||
share/cmake/pybind11/FindPythonLibsNew.cmake
|
share/cmake/pybind11/FindPythonLibsNew.cmake
|
||||||
share/cmake/pybind11/pybind11Common.cmake
|
share/cmake/pybind11/pybind11Common.cmake
|
||||||
share/cmake/pybind11/pybind11Config.cmake
|
share/cmake/pybind11/pybind11Config.cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue