Skip to content

Commit

Permalink
Merge pull request #58 from open-vcpkg/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
m-kuhn authored Oct 28, 2024
2 parents dbf087b + 2671cb5 commit e9337e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/py-pip/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME pip
PACKAGE_NAME pip
VERSION ${VERSION}
SHA512 42da0dc6ccf5759fea20fd6f54db272aae7afb2d997c84e1d817e3c95437ba073f4f15cb511e5275cf4f35a82828bb0259c5ffe381d278dc75c2bc8f82dfa404
SHA512 2fad7072473d67fa0dbfc2c060b1b4752ea1b0d021051ebef44a668e6c9c731a530b1afb38872fdbc2efec0598fae532e61a5ed545524875b51a3fe0a8d11d96
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pip",
"version": "24.2",
"version": "24.3.1",
"description": "Tool for installing and managing Python packages",
"homepage": "https://pypi.org/project/setuptools",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"port-version": 0
},
"py-pip": {
"baseline": "24.2",
"baseline": "24.3.1",
"port-version": 0
},
"py-pluggy": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pip.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ffbb218b157b083ac18dcefa89ae4b915b5d364c",
"version": "24.3.1",
"port-version": 0
},
{
"git-tree": "b9633538a6eda37fdf9909907ebe7121df8ddbc3",
"version": "24.2",
Expand Down

0 comments on commit e9337e3

Please sign in to comment.