aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/pybind11/CONTROL6
-rw-r--r--ports/pybind11/portfile.cmake4
-rw-r--r--ports/pybind11/vcpkg.json9
3 files changed, 11 insertions, 8 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL
deleted file mode 100644
index bd62b362d..000000000
--- a/ports/pybind11/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: pybind11
-Version: 2.6.0
-Port-Version: 3
-Homepage: https://github.com/pybind/pybind11
-Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.
-Build-Depends: python3
diff --git a/ports/pybind11/portfile.cmake b/ports/pybind11/portfile.cmake
index e227e0971..3d2e13398 100644
--- a/ports/pybind11/portfile.cmake
+++ b/ports/pybind11/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pybind/pybind11
- REF 59a2ac2745d8a57ac94c6accced73620d59fb844 # v2.6.0
- SHA512 0fc5be2b09a324b4de1b65ee8b461591c02752658d9064d83f4e6ea9593fe81aaaaa1f8b5bafa8ccf50394f76747cefb5196ee6499b18b77234a58de9bc8604b
+ REF 8de7772cc72daca8e947b79b83fea46214931604 # v2.6.2
+ SHA512 9bb688209791bd5f294fa316ab9a8007f559673a733b796e76e223fe8653d048d3f01eb045b78aa1843f7eacf97f6e2ee090ac68fed2b43856eb0c4813583204
HEAD_REF master
)
diff --git a/ports/pybind11/vcpkg.json b/ports/pybind11/vcpkg.json
new file mode 100644
index 000000000..a760e31e8
--- /dev/null
+++ b/ports/pybind11/vcpkg.json
@@ -0,0 +1,9 @@
+{
+ "name": "pybind11",
+ "version": "2.6.2",
+ "description": "pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code",
+ "homepage": "https://github.com/pybind/pybind11",
+ "dependencies": [
+ "python3"
+ ]
+}