Marcel Telka
2024-03-28 6ccef2d937174fa99ed55d4dd825d14b41593c3a
python/pybind11: update to 2.12.0

4 files modified
18 ■■■■■ changed files
components/python/pybind11/Makefile 6 ●●●●● patch | view | raw | blame | history
components/python/pybind11/manifests/sample-manifest.p5m 4 ●●● patch | view | raw | blame | history
components/python/pybind11/pkg5 6 ●●●● patch | view | raw | blame | history
components/python/pybind11/pybind11-PYVER.p5m 2 ●●●●● patch | view | raw | blame | history
components/python/pybind11/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        pybind11
HUMAN_VERSION =            2.11.1
HUMAN_VERSION =            2.12.0
COMPONENT_SUMMARY =        pybind11 - Seamless operability between C++11 and Python
COMPONENT_PROJECT_URL =        https://github.com/pybind/pybind11
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/3a/cc/903bb18de90b5d6e15379c97175371ac6414795d94b9c2f6468a9c1303aa/pybind11-2.11.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:00cd59116a6e8155aecd9174f37ba299d1d397ed4a6b86ac1dfe01b3e40f2cc4
    sha256:5e3c557a84b06b969247630407fc4d985bed157b4253b13153b8e8e165e0c3dc
COMPONENT_LICENSE =        BSD-3-Clause
COMPONENT_LICENSE_FILE =    LICENSE
components/python/pybind11/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -54,6 +54,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/eval.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/functional.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/gil.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/gil_safe_call_once.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/iostream.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/numpy.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/operators.h
@@ -64,6 +65,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/stl/filesystem.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/stl_bind.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/type_caster_pyobject_ptr.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/typing.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/py.typed
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/setup_helpers.py
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/share/cmake/pybind11/FindPythonLibsNew.cmake
components/python/pybind11/pkg5
@@ -5,8 +5,8 @@
        "runtime/python-39"
    ],
    "fmris": [
        "library/python/pybind11-39",
        "library/python/pybind11"
        "library/python/pybind11",
        "library/python/pybind11-39"
    ],
    "name": "pybind11"
}
}
components/python/pybind11/pybind11-PYVER.p5m
@@ -54,6 +54,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/eval.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/functional.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/gil.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/gil_safe_call_once.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/iostream.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/numpy.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/operators.h
@@ -64,6 +65,7 @@
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/stl/filesystem.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/stl_bind.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/type_caster_pyobject_ptr.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/include/pybind11/typing.h
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/py.typed
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/setup_helpers.py
file path=usr/lib/python$(PYVER)/vendor-packages/pybind11/share/cmake/pybind11/FindPythonLibsNew.cmake