From be456649fd835f6d2d676b81886fb6a58d5b52da Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Tue, 10 Aug 2021 10:11:41 +0200 Subject: [yaml-cpp] update to 0.7.0 (#19272) * [yaml-cpp] update to 0.7.0 * [opencolorio] update to 2.0.1 * [openimageio] Update to 2.2.17.0 * [pystring] move header to pystring subfolder * add version files --- ports/pystring/CMakeLists.txt | 2 +- ports/pystring/CONTROL | 4 ---- ports/pystring/vcpkg.json | 7 +++++++ 3 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 ports/pystring/CONTROL create mode 100644 ports/pystring/vcpkg.json (limited to 'ports/pystring') diff --git a/ports/pystring/CMakeLists.txt b/ports/pystring/CMakeLists.txt index ecfdaa4fb..ca410d6dc 100644 --- a/ports/pystring/CMakeLists.txt +++ b/ports/pystring/CMakeLists.txt @@ -15,5 +15,5 @@ install( ) if(NOT DISABLE_INSTALL_HEADERS) - install(FILES pystring.h DESTINATION include) + install(FILES pystring.h DESTINATION include/pystring) endif() diff --git a/ports/pystring/CONTROL b/ports/pystring/CONTROL deleted file mode 100644 index 698e0466d..000000000 --- a/ports/pystring/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: pystring -Version: 1.1.3-2 -Homepage: https://github.com/imageworks/pystring -Description: Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string diff --git a/ports/pystring/vcpkg.json b/ports/pystring/vcpkg.json new file mode 100644 index 000000000..f9b0dcaff --- /dev/null +++ b/ports/pystring/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "pystring", + "version-semver": "1.1.3", + "port-version": 3, + "description": "Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string", + "homepage": "https://github.com/imageworks/pystring" +} -- cgit v1.2.3