diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-05-18 15:41:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:41:51 -0700 |
| commit | 1b36b92afac77dcd2e858f1f0f1ac567164224da (patch) | |
| tree | 05ee199511f36c1081011dda85a7399dec26886d | |
| parent | fe6e4b711f71159e2c358d0206edb5980842cda5 (diff) | |
| download | vcpkg-1b36b92afac77dcd2e858f1f0f1ac567164224da.tar.gz vcpkg-1b36b92afac77dcd2e858f1f0f1ac567164224da.zip | |
[pybind11] update to 2.6.2 (#17900)
* [pybind11] update to 2.6.2
* update version
| -rw-r--r-- | ports/pybind11/CONTROL | 6 | ||||
| -rw-r--r-- | ports/pybind11/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/pybind11/vcpkg.json | 9 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/p-/pybind11.json | 5 |
5 files changed, 18 insertions, 10 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" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 7c61cd422..1ce17bd33 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4977,8 +4977,8 @@ "port-version": 0 }, "pybind11": { - "baseline": "2.6.0", - "port-version": 3 + "baseline": "2.6.2", + "port-version": 0 }, "pystring": { "baseline": "1.1.3-2", diff --git a/versions/p-/pybind11.json b/versions/p-/pybind11.json index ff4beb115..b3c3b90b2 100644 --- a/versions/p-/pybind11.json +++ b/versions/p-/pybind11.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "e24d24b2afa6506e1dbea1bb922be82d0f4ffafb", + "version": "2.6.2", + "port-version": 0 + }, + { "git-tree": "e3d883eb6e3cf9a83a34c3640d049f627d9ab1ae", "version-string": "2.6.0", "port-version": 3 |
