diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 4f8485af..4095ad21 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -858,7 +858,7 @@ build_package_jython_builder() { ( cd "dist" && build_package_jython ) } -build_package_pyston2.2() { +build_package_pyston2_2() { # currently supported version 2.2 and 2.3 build_package_copy mkdir -p "${PREFIX_PATH}/bin" "${PREFIX_PATH}/lib" diff --git a/plugins/python-build/share/python-build/pyston-2.2 b/plugins/python-build/share/python-build/pyston-2.2 index 667e3af5..31a5c15a 100644 --- a/plugins/python-build/share/python-build/pyston-2.2 +++ b/plugins/python-build/share/python-build/pyston-2.2 @@ -6,7 +6,7 @@ echo case "$(pyston_architecture 2>/dev/null || true)" in "linux64" ) - install_package "pyston_2.2" "https://github.com/pyston/pyston/releases/download/pyston_2.2/pyston_2.2_portable.tar.gz#d113cc4d1f6821c0f117f7a84978823d8ac751d7970fa7841eb994663ec5a59f" "pyston2.2" verify_py38 get_pip + install_package "pyston_2.2" "https://github.com/pyston/pyston/releases/download/pyston_2.2/pyston_2.2_portable.tar.gz#d113cc4d1f6821c0f117f7a84978823d8ac751d7970fa7841eb994663ec5a59f" "pyston2_2" verify_py38 get_pip ;; * ) { echo diff --git a/plugins/python-build/share/python-build/pyston-2.3 b/plugins/python-build/share/python-build/pyston-2.3 index ae4c4dc2..25d5b413 100644 --- a/plugins/python-build/share/python-build/pyston-2.3 +++ b/plugins/python-build/share/python-build/pyston-2.3 @@ -6,7 +6,7 @@ echo case "$(pyston_architecture 2>/dev/null || true)" in "linux64" ) - install_package "pyston_2.3" "https://github.com/pyston/pyston/releases/download/v2.3/pyston_2.3_portable-v2.tar.gz#90185e29e4a1a19562c095f2bb4e81a5d0715150fa10eca363ec1188b5ba7ee7" "pyston2.2" verify_py38 get_pip + install_package "pyston_2.3" "https://github.com/pyston/pyston/releases/download/v2.3/pyston_2.3_portable-v2.tar.gz#90185e29e4a1a19562c095f2bb4e81a5d0715150fa10eca363ec1188b5ba7ee7" "pyston2_2" verify_py38 get_pip ;; * ) { echo