Skip to content

Commit

Permalink
Downgrade pyyaml because of cython
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 12, 2024
1 parent 5db6c9a commit d1ba20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/py-pyyaml/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 PyYAML
VERSION ${VERSION}
SHA512 94a29924484f557c0966d485c2b70232909253f27fcea9b89e1db1462abf61f2f85d55fbae0177b2bed70eb5daa75813551e868df4df4cddfdee9a87bd08485f
SHA512 87372877d396bd06cdb6b9052ef8822ef0589a211659bf27d7a1c4deca8429cb39e120a23e5d590d7adc0f8059ce1c8af42409bebd7c6d504d49dc8504d5683a
)

vcpkg_python_build_and_install_wheel(SOURCE_PATH "${SOURCE_PATH}" OPTIONS -x)
Expand Down
2 changes: 1 addition & 1 deletion ports/py-pyyaml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "py-pyyaml",
"version": "6.0.1",
"version": "5.3.1",

This comment has been minimized.

Copy link
@Neumann-A
"description": "YAML parser and emitter for Python",
"homepage": "https://pyyaml.org/",
"dependencies": [
Expand Down

0 comments on commit d1ba20f

Please sign in to comment.