Skip to content

Commit

Permalink
Autoupdating ports
Browse files Browse the repository at this point in the history
Update Bot committed Dec 7, 2024
1 parent eb9f27f commit 5982207
Showing 13 changed files with 37 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ports/py-fonttools/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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}")
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": [
3 changes: 2 additions & 1 deletion ports/py-pyqt-builder/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)
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": [
5 changes: 3 additions & 2 deletions ports/py-pyqt6-sip/portfile.cmake
Original file line number Diff line number Diff line change
@@ -2,9 +2,10 @@ set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)

vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME PyQt6-sip
PACKAGE_NAME PyQt6-sip
VERSION ${VERSION}
SHA512 6947690e61fe65a21f61d034ae9de7b7adb001c59a4a362933c5441648fe27140b43666efa73f981b138cfc73fac72777bb7318b98accc3c7f808687e3fc5d81
SHA512 0661fc4f851403183eeafaeec3c3176aa11fe0974b163a0168f757a357556ec0731d0c54afd0e581495178fda0aada4bd5c655b2e6f19bafa78c91ec7b74d61c
FILENAME PyQt6_sip
FILENAME PyQt6_sip
)

2 changes: 1 addition & 1 deletion ports/py-pyqt6-sip/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pyqt6-sip",
"version": "13.8.0",
"version": "13.9.0",
"description": "Python bindings for the Qt cross platform application toolkit",
"homepage": "https://www.riverbankcomputing.com/software/pyqt/",
"dependencies": [
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}")
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": [
10 changes: 5 additions & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@
"port-version": 1
},
"py-fonttools": {
"baseline": "4.55.1",
"baseline": "4.55.2",
"port-version": 0
},
"py-geographiclib": {
@@ -209,15 +209,15 @@
"port-version": 0
},
"py-pyqt-builder": {
"baseline": "1.16.4",
"baseline": "1.17.0",
"port-version": 0
},
"py-pyqt6": {
"baseline": "6.7.1",
"port-version": 0
},
"py-pyqt6-sip": {
"baseline": "13.8.0",
"baseline": "13.9.0",
"port-version": 0
},
"py-pyspnego": {
@@ -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",
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",
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",
5 changes: 5 additions & 0 deletions versions/p-/py-pyqt6-sip.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c736986617091e77d7cb1022c7b9bb7333b018de",
"version": "13.9.0",
"port-version": 0
},
{
"git-tree": "da5dfedeb7f7c093aa8c572f07c525c096f356d1",
"version": "13.8.0",
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",

0 comments on commit 5982207

Please sign in to comment.