Skip to content

Commit

Permalink
Merge pull request #37 from open-vcpkg/m-kuhn-patch-1
Browse files Browse the repository at this point in the history
Bump gpep517
  • Loading branch information
m-kuhn authored Jun 29, 2024
2 parents 3715a06 + d3b14c7 commit 4321f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/py-gpep517/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO projg2/gpep517
REF v${VERSION}
SHA512 7c3b878220e907ef801301eadc0e3031dd3c31770cc50bb7119ab32f9244c8a33792b4896ddeffc5d4b7be9f1d881fba5179de155f11845f510e455be59fb92e
SHA512 fcd7cb0f98003a8ecb9976cffe3d4140b16e537dbfcfa8e8416569cd7e38e8e9ab359b35c1e22b830dc2711b3c07f8e3113c0f6b73d415ce63ad5f7d76f180c6
HEAD_REF main
)

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)
3 changes: 1 addition & 2 deletions ports/py-gpep517/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4321f85

Please sign in to comment.