devel/pybind11: Update 2.6.2 -> 2.7.0
Reported by: portscout
This commit is contained in:
parent
2cf860529c
commit
3ed0e13eed
3 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= pybind11
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.6.2
|
||||
DISTVERSION= 2.7.0
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1613276223
|
||||
SHA256 (pybind-pybind11-v2.6.2_GH0.tar.gz) = 8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2
|
||||
SIZE (pybind-pybind11-v2.6.2_GH0.tar.gz) = 647954
|
||||
TIMESTAMP = 1626551316
|
||||
SHA256 (pybind-pybind11-v2.7.0_GH0.tar.gz) = 6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e
|
||||
SIZE (pybind-pybind11-v2.7.0_GH0.tar.gz) = 666200
|
||||
|
|
|
@ -9,17 +9,20 @@ include/pybind11/detail/common.h
|
|||
include/pybind11/detail/descr.h
|
||||
include/pybind11/detail/init.h
|
||||
include/pybind11/detail/internals.h
|
||||
include/pybind11/detail/type_caster_base.h
|
||||
include/pybind11/detail/typeid.h
|
||||
include/pybind11/eigen.h
|
||||
include/pybind11/embed.h
|
||||
include/pybind11/eval.h
|
||||
include/pybind11/functional.h
|
||||
include/pybind11/gil.h
|
||||
include/pybind11/iostream.h
|
||||
include/pybind11/numpy.h
|
||||
include/pybind11/operators.h
|
||||
include/pybind11/options.h
|
||||
include/pybind11/pybind11.h
|
||||
include/pybind11/pytypes.h
|
||||
include/pybind11/stl/filesystem.h
|
||||
include/pybind11/stl.h
|
||||
include/pybind11/stl_bind.h
|
||||
share/cmake/pybind11/FindPythonLibsNew.cmake
|
||||
|
|
Loading…
Reference in a new issue