From 68fa84620992ac18d3fe821e1fa02286bb15d3f3 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Fri, 28 Jun 2024 21:05:21 +0200 Subject: [PATCH 1/3] Bump gpep517 --- ports/py-gpep517/vcpkg.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ports/py-gpep517/vcpkg.json b/ports/py-gpep517/vcpkg.json index 757e015..65f7473 100644 --- a/ports/py-gpep517/vcpkg.json +++ b/ports/py-gpep517/vcpkg.json @@ -1,7 +1,6 @@ { "name": "py-gpep517", - "version": "15", - "port-version": 1, + "version": "16", "description": "Python package builder and installer for non-pip-centric world", "homepage": "https://github.com/projg2/gpep517", "license": "MIT", From c9b32fd0b8d2cd29197a5ad01f7c800ffab8c20c Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sat, 29 Jun 2024 06:14:07 +0200 Subject: [PATCH 2/3] Update portfile.cmake --- ports/py-gpep517/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/py-gpep517/portfile.cmake b/ports/py-gpep517/portfile.cmake index f19400f..2f99ff5 100644 --- a/ports/py-gpep517/portfile.cmake +++ b/ports/py-gpep517/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO projg2/gpep517 REF v${VERSION} - SHA512 7c3b878220e907ef801301eadc0e3031dd3c31770cc50bb7119ab32f9244c8a33792b4896ddeffc5d4b7be9f1d881fba5179de155f11845f510e455be59fb92e + SHA512 fcd7cb0f98003a8ecb9976cffe3d4140b16e537dbfcfa8e8416569cd7e38e8e9ab359b35c1e22b830dc2711b3c07f8e3113c0f6b73d415ce63ad5f7d76f180c6 HEAD_REF main ) From d3b14c7f9433609ab43a963d782cc1e284548977 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sat, 29 Jun 2024 06:16:46 +0200 Subject: [PATCH 3/3] Update portfile.cmake --- ports/py-gpep517/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/py-gpep517/portfile.cmake b/ports/py-gpep517/portfile.cmake index 2f99ff5..32149ba 100644 --- a/ports/py-gpep517/portfile.cmake +++ b/ports/py-gpep517/portfile.cmake @@ -9,6 +9,6 @@ vcpkg_from_github( file(COPY "${SOURCE_PATH}/gpep517" DESTINATION "${CURRENT_PACKAGES_DIR}/${PYTHON3_SITE}") # TODO: python3 -m compileall "$pkgdir/$sitedir" -vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING") set(VCPKG_POLICY_EMPTY_INCLUDE_FOLDER enabled)