Skip to content

Commit

Permalink
Merge pull request #49 from open-vcpkg/create-pull-request/patch
Browse files Browse the repository at this point in the history
Autoupdating ports
  • Loading branch information
m-kuhn authored Oct 10, 2024
2 parents c24978f + 4dce128 commit 198a52c
Show file tree
Hide file tree
Showing 20 changed files with 68 additions and 57 deletions.
4 changes: 2 additions & 2 deletions ports/py-fonttools/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 fonttools
PACKAGE_NAME fonttools
VERSION ${VERSION}
SHA512 c031bef5cb8850f7d30bbd64b746e5ff4e15d3a11ebc0fc2365bcfcb9c173e09d520a3c82b05aa76d6a8fcb404037f070f937f25baeacf88e98673857aed9700
SHA512 7a0224b0cc493b0535ab328d3e741f4ad932ee0af314c729f26b6b6be2ac7e1d3958f287c0408fb0e6e481ef4bc78b01d0a069388fd1ea4f9d7eb92726e55482
)

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.53.1",
"version": "4.54.1",
"description": "A library to manipulate font files from Python.",
"homepage": "https://github.com/fonttools/fonttools",
"dependencies": [
Expand Down
5 changes: 3 additions & 2 deletions ports/py-pyqt6-sip/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 bd2fa70d64544d8104d3477cb650a0e6bcefa0008680afcf7d187ba3fb1117871c0237d3a7f047144c8a8a8eeb8da941a3b206f8ee0601cb2cc734243cdb9d46
SHA512 6947690e61fe65a21f61d034ae9de7b7adb001c59a4a362933c5441648fe27140b43666efa73f981b138cfc73fac72777bb7318b98accc3c7f808687e3fc5d81
FILENAME PyQt6_sip
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")
Expand Down
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.6.0",
"version": "13.8.0",
"description": "Python bindings for the Qt cross platform application toolkit",
"homepage": "https://www.riverbankcomputing.com/software/pyqt/",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions ports/py-pyqt6/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set(VCPKG_BUILD_TYPE release)

vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME PyQt6
PACKAGE_NAME PyQt6
VERSION ${VERSION}
SHA512 619210d2de3e149b55e2d45cbd8ec2113b3effcaccd25eef6067ea99b82e250f1ce288b38136604536053690071f8c843339b934b5ce5e539a5dfdecc26f44d2
SHA512 1e0fec009e1823b06460fd96eddc00ed31388c20f6d832aa0ebaa130baf06d83514df43af7961c3cb2872570d27e539d6db7bf6143ccdfd61a19da7521be2c7e
)

# https://www.riverbankcomputing.com/static/Docs/PyQt6/installation.html
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyqt6/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pyqt6",
"version": "6.7.0",
"version": "6.7.1",
"description": "Python bindings for the Qt cross platform application toolkit",
"homepage": "https://www.riverbankcomputing.com/software/pyqt/",
"dependencies": [
Expand Down
17 changes: 0 additions & 17 deletions ports/py-pyyaml/cy-me-a-river.patch

This file was deleted.

27 changes: 13 additions & 14 deletions ports/py-pyyaml/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME PyYAML
VERSION ${VERSION}
SHA512 94a29924484f557c0966d485c2b70232909253f27fcea9b89e1db1462abf61f2f85d55fbae0177b2bed70eb5daa75813551e868df4df4cddfdee9a87bd08485f
PATCHES
cy-me-a-river.patch
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
vcpkg_from_pythonhosted(
OUT_SOURCE_PATH SOURCE_PATH
PACKAGE_NAME PyYAML
VERSION ${VERSION}
SHA512 a675e0056bb6af9119c7f2796e349ced05afca64118a5b444d66dafcb6a774cf274eeba7eab044b86eb6c12a9d7c785c654f6cf229e1d190340dd06ea76e25ec
FILENAME pyyaml
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)
3 changes: 1 addition & 2 deletions ports/py-pyyaml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "py-pyyaml",
"version": "6.0.1",
"port-version": 2,
"version": "6.0.2",
"description": "YAML parser and emitter for Python",
"homepage": "https://pyyaml.org/",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions ports/py-setuptools/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 setuptools
PACKAGE_NAME setuptools
VERSION ${VERSION}
SHA512 63452aa1e1d1dea6ad622a21fcc9334bc3603e45de9a1485f79776e02a0fb3b0a0a8b3e886af73845c3c373348c7021f2e06a5665676e9015ee9855441512136
SHA512 5003e81c7988dd522cfba233ac643ade9a1ff074a13182a81da7fe3f40565b97dd2696c96b8a0694fcd3417e527e2cf6d6ea5e21d29ff927c1ab5916a2607239
PATCHES
fix-prefix.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/py-setuptools/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-setuptools",
"version": "70.1.1",
"version": "75.1.0",
"description": "Official project repository for the Setuptools build system ",
"homepage": "https://pypi.org/project/setuptools/",
"license": "MIT",
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 8a0ff1c16ead4c2b1c53963a015fb3d149362f649eeec2523e6b243945493f28f5ecf29aabbf5cee5f7909ded40d64a1f469d2d0c1b3c33244e6213ab23ec733
SHA512 c884c58fc51708e2dd247453f2214e6b01d7e1a9a0166b4228feb5d996310ace2665238dde26af34907e596a0a1c710fc130ae79297f430f73f639a3eb781a50
)

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.3",
"port-version": 1,
"version": "6.8.6",
"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
16 changes: 8 additions & 8 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"port-version": 1
},
"py-fonttools": {
"baseline": "4.53.1",
"baseline": "4.54.1",
"port-version": 0
},
"py-gpep517": {
Expand Down Expand Up @@ -125,16 +125,16 @@
"port-version": 0
},
"py-pyqt6": {
"baseline": "6.7.0",
"baseline": "6.7.1",
"port-version": 0
},
"py-pyqt6-sip": {
"baseline": "13.6.0",
"baseline": "13.8.0",
"port-version": 0
},
"py-pyyaml": {
"baseline": "6.0.1",
"port-version": 2
"baseline": "6.0.2",
"port-version": 0
},
"py-qscintilla": {
"baseline": "2.14.1",
Expand All @@ -145,16 +145,16 @@
"port-version": 0
},
"py-setuptools": {
"baseline": "70.1.1",
"baseline": "75.1.0",
"port-version": 0
},
"py-setuptools-scm": {
"baseline": "8.1.0",
"port-version": 1
},
"py-sip": {
"baseline": "6.8.3",
"port-version": 1
"baseline": "6.8.6",
"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": "56d48f0e40dfaa33e8e6be71ca4fe89020943fcf",
"version": "4.54.1",
"port-version": 0
},
{
"git-tree": "cf2aca18033802fdb9fafd3ce2b664063709f307",
"version": "4.53.1",
Expand Down
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": "da5dfedeb7f7c093aa8c572f07c525c096f356d1",
"version": "13.8.0",
"port-version": 0
},
{
"git-tree": "33763906fd54d30b85cb451638d9e112098e62b8",
"version": "13.6.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pyqt6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "63996161fdc6804e6c353ff82e8ce5301040b9c9",
"version": "6.7.1",
"port-version": 0
},
{
"git-tree": "ba88a69a5ad266dd3e38c827013ad7658dd6332f",
"version": "6.7.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-pyyaml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c7efdaf1cbd2c633dcd6f056e139284aa46a38e1",
"version": "6.0.2",
"port-version": 0
},
{
"git-tree": "3ffce016706b9faa8fca31f5015ec69bcef52953",
"version": "6.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/py-setuptools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "89281f2a6bbb87ebd7a8e1d1874a4289ccde3375",
"version": "75.1.0",
"port-version": 0
},
{
"git-tree": "f314c1b3238022d3421684c7868850432d93d62d",
"version": "70.1.1",
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": "a3dfa9392dbea6ab39556c7273cf375e7dc766c0",
"version": "6.8.6",
"port-version": 0
},
{
"git-tree": "fa3c66f6c4bbc17ad954c85269e8cdbd4bd7a3bc",
"version": "6.8.3",
Expand Down

0 comments on commit 198a52c

Please sign in to comment.