Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/py-meson/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mesonbuild/meson-python
REF ${VERSION}
SHA512 f1fce89bb0a3d279b9900c4ecec78e5f24da92d72f64ebf6c27648b4201a75a65204c3fac08aaa3e8d70dbeef245c3235e39994c7c0b9cba27c0df528211c7f7
SHA512 f3943b8b00eee962da5c734419d2793dca19bab962a2247369287b46f80203bc24eaa394ace93e988bf2f91808b6201d574907bd7070ab2e4c3f4f5df972e639
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/py-meson/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-meson",
"version": "0.15.0",
"port-version": 1,
"version": "0.19.0",
"description": "Meson PEP 517 Python build backend",
"homepage": "https://github.com/mesonbuild/meson-python",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyproject-metadata/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO FFY00/python-pyproject-metadata
REF ${VERSION}
SHA512 8d8c7839a318acce64b0cf15b3adbc49c2f309b453135b55f2d7942967ba8bbd4f85696d0f3c651e1246c50e33657e6108f0f05ac20b4a9162cdb2875269c548
SHA512 6f56d2c59118027da4d00c1f2df06ebadc296f810576b28ff6b28ee472c2c0cef72b1bbe7d36480679740b1dd91acdc9d693246dfc921b7bf012886f17a87c0d
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyproject-metadata/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pyproject-metadata",
"version": "0.8.0",
"version": "0.11.0",
"description": "PEP 621 metadata parsing",
"homepage": "https://pep621.readthedocs.io/",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@
"port-version": 0
},
"py-meson": {
"baseline": "0.15.0",
"port-version": 1
"baseline": "0.19.0",
"port-version": 0
},
"py-networkx": {
"baseline": "3.6.1",
Expand Down Expand Up @@ -309,7 +309,7 @@
"port-version": 0
},
"py-pyproject-metadata": {
"baseline": "0.8.0",
"baseline": "0.11.0",
"port-version": 0
},
"py-pyqt-builder": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-meson.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0b669f8acc1d7eaab955ef1eaf5bf41a36011814",
"version": "0.19.0",
"port-version": 0
},
{
"git-tree": "4591934dff1753aba64d4485df767cdd39a0a46f",
"version": "0.15.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pyproject-metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d2d0baf4cce8629fb83a5ae994d0920d83c3b950",
"version": "0.11.0",
"port-version": 0
},
{
"git-tree": "0ca95a8aed50455b3e96c940b73c663834fe0e66",
"version": "0.8.0",
Expand Down
Loading