Skip to content

Commit

Permalink
Autoupdating ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Update Bot committed Nov 4, 2024
1 parent a45e057 commit 19ab652
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ports/py-setuptools-rust/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME setuptools_rust
PACKAGE_NAME setuptools-rust
VERSION ${VERSION}
SHA512 6a89447d1642c46595df9922a2ded209bebd69639195b2ead85946ededc661a2b76fef5be43b6fbf0e184850df8483703142ed4306b392a4ccf2ff7e53dc624a
SHA512 4a97ece7d42856532c9517ec1cc5ad7d8f765b8b4157ffcf458688478db7b3d1b4aa10898ebedd2251e3d29d80e81b45ad93128ae72bc270794f77c006ece324
FILENAME setuptools_rust
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-setuptools-rust/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-setuptools-rust",
"version": "1.10.1",
"version": "1.10.2",
"description": "Setuptools Rust extension plugin",
"homepage": "https://github.com/PyO3/setuptools-rust",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"port-version": 0
},
"py-setuptools-rust": {
"baseline": "1.10.1",
"baseline": "1.10.2",
"port-version": 0
},
"py-setuptools-scm": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-setuptools-rust.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cde684bcbe89d26845c12486bfb831d17c2228b9",
"version": "1.10.2",
"port-version": 0
},
{
"git-tree": "2cee6392f4ca03f2e95610cbddf8913ac86977d2",
"version": "1.10.1",
Expand Down

0 comments on commit 19ab652

Please sign in to comment.