From a7895e6ea828487bc63cb3bb589507fb82844b30 Mon Sep 17 00:00:00 2001 From: Kevin Modzelewski Date: Tue, 28 Sep 2021 14:12:46 -0400 Subject: [PATCH] Update to Pyston's v2 package of the 2.3.1 release (#2078) This one gets rid of the extra "usr" subdirectory that we had and now fits the format that pyenv expects --- plugins/python-build/bin/python-build | 4 +--- plugins/python-build/share/python-build/pyston-2.3.1 | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 4e23d342..2c7176ee 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -877,10 +877,8 @@ build_package_pyston2.2() { } build_package_pyston() { - # currently supported version 2.3.1 and higher + # currently supported version 2.3.1v2 and higher build_package_copy - mv "${PREFIX_PATH}/usr/bin" "${PREFIX_PATH}/bin" - mv "${PREFIX_PATH}/usr/lib" "${PREFIX_PATH}/lib" } build_package_ironpython() { diff --git a/plugins/python-build/share/python-build/pyston-2.3.1 b/plugins/python-build/share/python-build/pyston-2.3.1 index 7a503954..c6a44350 100644 --- a/plugins/python-build/share/python-build/pyston-2.3.1 +++ b/plugins/python-build/share/python-build/pyston-2.3.1 @@ -6,7 +6,7 @@ echo case "$(pyston_architecture 2>/dev/null || true)" in "linux64" ) - install_package "pyston_2.3.1" "https://github.com/pyston/pyston/releases/download/pyston_2.3.1/pyston_2.3.1_portable.tar.gz#04ba4cb0249973870b8f198f05d6d22c054cb5b059865cacf7e623b3624949e8" "pyston" verify_py38 get_pip + install_package "pyston_2.3.1" "https://github.com/pyston/pyston/releases/download/pyston_2.3.1/pyston_2.3.1_portable_v2.tar.gz#4e16df1eaf5f226c0629f2db1e63033454c94cb9e29f50154177819662df5b15" "pyston" verify_py38 get_pip ;; * ) { echo