Skip to content

Commit

Permalink
Autoupdating ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Update Bot committed Dec 6, 2024
1 parent eb9f27f commit 09043d5
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ports/py-fonttools/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME fonttools
VERSION ${VERSION}
SHA512 a936d2365ca6c1a852d93b027bd4e864e03e381108f1e33f41fb40048b0da982d1b566cd2b6a7f4939f21c0d891ec4f8d69541464274ba78d5e8b599ded630e1
SHA512 4168a708f97da6ab211fa8b006166f8b56fcc3337b269f4c1c09d5be4298b3066fc196153fd3928a254101e2c659ac20fc45bf35de2e7624487ed9e1a3db20db
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/py-fonttools/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-fonttools",
"version": "4.55.1",
"version": "4.55.2",
"description": "A library to manipulate font files from Python.",
"homepage": "https://github.com/fonttools/fonttools",
"dependencies": [
Expand Down
3 changes: 2 additions & 1 deletion ports/py-pyqt-builder/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ vcpkg_from_pythonhosted(
PACKAGE_NAME PyQt-builder
FILENAME pyqt_builder
VERSION ${VERSION}
SHA512 8f92feeed1112e47845dd716de68dab2d0620e53bccdb7eb35d57e737110ef9f5e0fe338f064db21e052870b5c0a0c459ebe7d2933cd4854eebf63a1bc517652
SHA512 e8e2755611cbe1430ec50af3189bcf06152b7fe524787e0823a594be9fd18fb8ff7055fead4b55d4025b97f2e856ccf3bac8cbc9019f9cfe1658f1f3e402133f
FILENAME pyqt_builder
PATCHES
libpath.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyqt-builder/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pyqt-builder",
"version": "1.16.4",
"version": "1.17.0",
"description": "PyQt-builder is the PEP 517 compliant build system for PyQt and projects that extend PyQt. It extends the SIP build system and uses Qt’s qmake to perform the actual compilation and installation of extension modules.",
"homepage": "https://www.riverbankcomputing.com/software/pyqt-builder",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions ports/py-sip/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 sip
PACKAGE_NAME sip
VERSION ${VERSION}
SHA512 c884c58fc51708e2dd247453f2214e6b01d7e1a9a0166b4228feb5d996310ace2665238dde26af34907e596a0a1c710fc130ae79297f430f73f639a3eb781a50
SHA512 1bcd097936e5f1762588df9146467216d069000c0bbfef93fc7fc49d4775fa8917332d31391165b80e204c59109ec09be14bbd143598b12c8f77eb7c5d086195
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
3 changes: 1 addition & 2 deletions ports/py-sip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-sip",
"version": "6.8.6",
"port-version": 1,
"version": "6.9.0",
"description": "A tool that makes it easy to create Python bindings for C and C++ libraries",
"homepage": "https://www.riverbankcomputing.com/software/sip",
"dependencies": [
Expand Down
8 changes: 4 additions & 4 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"port-version": 1
},
"py-fonttools": {
"baseline": "4.55.1",
"baseline": "4.55.2",
"port-version": 0
},
"py-geographiclib": {
Expand Down Expand Up @@ -209,7 +209,7 @@
"port-version": 0
},
"py-pyqt-builder": {
"baseline": "1.16.4",
"baseline": "1.17.0",
"port-version": 0
},
"py-pyqt6": {
Expand Down Expand Up @@ -269,8 +269,8 @@
"port-version": 1
},
"py-sip": {
"baseline": "6.8.6",
"port-version": 1
"baseline": "6.9.0",
"port-version": 0
},
"py-six": {
"baseline": "1.16.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-fonttools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8f8e33bf6fcf898e31bece1bd14e6cd2e7b146a1",
"version": "4.55.2",
"port-version": 0
},
{
"git-tree": "a31aa5d10e1fb995b32bbbe4a43dd0ea56d59b44",
"version": "4.55.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pyqt-builder.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bb8109e5d1d431928a3c933e9a7284e23f5654e7",
"version": "1.17.0",
"port-version": 0
},
{
"git-tree": "d375c0f3d6ac75743817ef3dda46fbd598d9875d",
"version": "1.16.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-sip.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d1e8a583806604e0d46d0e28b67262f6f7daa647",
"version": "6.9.0",
"port-version": 0
},
{
"git-tree": "a3eda0972c1d13b7fadcc15d6ba03fe30ab83017",
"version": "6.8.6",
Expand Down

0 comments on commit 09043d5

Please sign in to comment.