diff --git a/plugins/python-build/share/python-build/pypy-portable-2.3.1 b/plugins/python-build/share/python-build/pypy-portable-2.3.1 deleted file mode 100644 index a4347dab..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-2.3.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-2.3.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.3.1-linux_i686-portable.tar.bz2#d8784020f6b8a5812fd8b3f5e1df8afb176fd56c2a929d4408d28d4a925525fa" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-2.3.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.3.1-linux_x86_64-portable.tar.bz2#453bd1291f0372e25ceab6b37b7a8d1756bebd3e708fcce1379ef931ccf9f75a" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-2.4 b/plugins/python-build/share/python-build/pypy-portable-2.4 deleted file mode 100644 index dbc86267..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-2.4 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-2.4-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.4-linux_i686-portable.tar.bz2#2a330bbeae038c143366982f2104bf4096752f1ec7520fc5608f0527c124b0c2" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-2.4-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.4-linux_x86_64-portable.tar.bz2#b6ed31aff0ebcc9b40554576b1ce789fe4e8c93f7a34cd3983515e1a9a8a45b6" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-2.5 b/plugins/python-build/share/python-build/pypy-portable-2.5 deleted file mode 100644 index 1bc3e6bd..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-2.5 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-2.5-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.5-linux_i686-portable.tar.bz2#6cbe3e1a48900f22c8e4412f82906fba92dd4a165bac5fe6866a2a26383fe3b8" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-2.5-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.5-linux_x86_64-portable.tar.bz2#26c5a0964b32b09be0282766c27937c843a12b6820ff2d440c6d47a6092837e0" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-2.5.1 b/plugins/python-build/share/python-build/pypy-portable-2.5.1 deleted file mode 100644 index 4b27bc03..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-2.5.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-2.5.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.5.1-linux_i686-portable.tar.bz2#ed532ddde3332d10faa59af49854cacbca458c597889352e619a87ab22363063" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-2.5.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.5.1-linux_x86_64-portable.tar.bz2#157bee6349878cf0ef575b0d7bfd6cbb837c00e83b2872c924580ef7bc32c0d7" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-2.6 b/plugins/python-build/share/python-build/pypy-portable-2.6 deleted file mode 100644 index 781807e7..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-2.6 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-2.6-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6-linux_i686-portable.tar.bz2#e01db0984f7fecd80dadfb1d5f65118e596e3984d12643b4d552e83f92bff549" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-2.6-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6-linux_x86_64-portable.tar.bz2#97284b66476c5d1b17a62f5017569a0073730928e19f95b49d78d6bc60b69495" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-2.6.1 b/plugins/python-build/share/python-build/pypy-portable-2.6.1 deleted file mode 100644 index f0cd5420..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-2.6.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-2.6.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_i686-portable.tar.bz2#af8f05790fe21bffdb0619d39f2890e2ecabe47bbd3b21c2c97b9778e4cdb378" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-2.6.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-2.6.1-linux_x86_64-portable.tar.bz2#ed6a35dee4c982123af716e62975039e18920b599afc4f6a2f3c7c89d0403389" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-4.0 b/plugins/python-build/share/python-build/pypy-portable-4.0 deleted file mode 100644 index 14743962..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-4.0 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-4.0-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-4.0-linux_i686-portable.tar.bz2#8d6b775a1fdc79db453f80e6b50cd9979d89be3714cd71d3af21bf9f56745610" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-4.0-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-4.0-linux_x86_64-portable.tar.bz2#61fb04eaa823763b8de777e16edc02b09116985586f53c14c6e85d531072a38f" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-4.0.1 b/plugins/python-build/share/python-build/pypy-portable-4.0.1 deleted file mode 100644 index ecf2c8aa..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-4.0.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-4.0.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-4.0.1-linux_i686-portable.tar.bz2#2a1078bf36372b1c2919c11c418860dd7f0d44c92e6772bb36490eaf793b5c47" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-4.0.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-4.0.1-linux_x86_64-portable.tar.bz2#b3803f6dd9bbb964f7d322aa4aeb93191ff0ebe573428c1d2014ea26da49ff53" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-5.0 b/plugins/python-build/share/python-build/pypy-portable-5.0 deleted file mode 100644 index 57ae9772..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-5.0 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-5.0-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.0-linux_i686-portable.tar.bz2#316e03afdd2f6212857789933c01f0d41a1665c80d28526c0fb4082b6d3f4f60" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-5.0-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.0-linux_x86_64-portable.tar.bz2#57c9ea251bf1e7074e14aeecdd1ac8bb2fc53dbf3f90a9613d03e33076a7fa08" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-5.0.1 b/plugins/python-build/share/python-build/pypy-portable-5.0.1 deleted file mode 100644 index 6fe5f17f..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-5.0.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-5.0.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.0.1-linux_i686-portable.tar.bz2#96f1b487655c914a03f56747dfff9c20350175cae01e2911f19b1016442ed6b5" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-5.0.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.0.1-linux_x86_64-portable.tar.bz2#14d65f84fe8228cfa2b8e924364cf4c71e2bc6b13649098fa340baf044606436" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-5.1 b/plugins/python-build/share/python-build/pypy-portable-5.1 deleted file mode 100644 index d2b34bdc..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-5.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-5.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.1-linux_i686-portable.tar.bz2#893507603a58b8983b69924e60591de39b8f71f70ba36d6e3894db8f7c49c3ea" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-5.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.1-linux_x86_64-portable.tar.bz2#b2df9b0127457d1c3cc0dc9b8f027a53569ccd3ba5a79012d641e576d9cc003a" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-5.1.1 b/plugins/python-build/share/python-build/pypy-portable-5.1.1 deleted file mode 100644 index 698c98a9..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-5.1.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-5.1.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.1.1-linux_i686-portable.tar.bz2#f00faf426f41f9980344d03fd74bb949875c0cf86048ad762dd445f72353eb8f" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-5.1.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.1.1-linux_x86_64-portable.tar.bz2#c0502d8db1cc2b81513cc6047813669b0a561cb20e41d60e179f51fe8657a794" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-5.3.1 b/plugins/python-build/share/python-build/pypy-portable-5.3.1 deleted file mode 100644 index f552cd03..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-5.3.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-5.3.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.3.1-linux_i686-portable.tar.bz2#4460dad6376406c221406676208abae989c126115b0f0b2e46c8b8a027bf978a" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-5.3.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.3.1-linux_x86_64-portable.tar.bz2#73014c3840609a62c0984b9c383652097f0a8c52fb74dd9de70d9df2a9a743ff" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-5.4 b/plugins/python-build/share/python-build/pypy-portable-5.4 deleted file mode 100644 index 6575710b..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-5.4 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-5.4-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.4-linux_i686-portable.tar.bz2#7d7d253f009bb2624f43db6b8caeeb73d29177c4166a643a581a231a099c8689" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-5.4-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.4-linux_x86_64-portable.tar.bz2#0a48c7ba7163589b1ade9cfe184f422d1bc9a0f988321b2fdcbd924d90594d9a" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-5.4.1 b/plugins/python-build/share/python-build/pypy-portable-5.4.1 deleted file mode 100644 index 0b2cbde1..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-5.4.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-5.4.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.4.1-linux_i686-portable.tar.bz22#190e1df78886f0b2bd700f110b7d312d91cafc84886c5de3c5d55c10fe1a5e75" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-5.4.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.4.1-linux_x86_64-portable.tar.bz2#0b59f8e69c7883d454fce6364ab01a5ec6a481ed7f0cc0f1612c3b0c253f7da4" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-5.6.0 b/plugins/python-build/share/python-build/pypy-portable-5.6.0 deleted file mode 100644 index b1549229..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-5.6.0 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy-5.6-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.6-linux_i686-portable.tar.bz2#1f220e05ddd4423882794f0e9d3e2dfdecee259d00f1151a52dd244607313399" "pypy" verify_py27 ensurepip - ;; -"linux64" ) - install_package "pypy-5.6-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.6-linux_x86_64-portable.tar.bz2#9bd220bc54000e142bd4929435959305efeef8c832fbe3c907211cc5214095ce" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy-portable-5.7.0 b/plugins/python-build/share/python-build/pypy-portable-5.7.0 deleted file mode 100644 index bd551088..00000000 --- a/plugins/python-build/share/python-build/pypy-portable-5.7.0 +++ /dev/null @@ -1,13 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux64" ) - install_package "pypy-5.7-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7-linux_x86_64-portable.tar.bz2#209d2224fe461d85afb201a0c8da18df21219687defadd4550b60420a120bacb" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy2.7-portable-5.8.0 b/plugins/python-build/share/python-build/pypy2.7-portable-5.8.0 deleted file mode 100644 index f15b0047..00000000 --- a/plugins/python-build/share/python-build/pypy2.7-portable-5.8.0 +++ /dev/null @@ -1,13 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux64" ) - install_package "pypy-5.8-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.8-1-linux_x86_64-portable.tar.bz2#52556230af5769c656173ae8a1bdcb2e16aef46e3993ed89f3aec3d220aec862" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy2.7-portable-5.9.0 b/plugins/python-build/share/python-build/pypy2.7-portable-5.9.0 deleted file mode 100644 index 8cc1d14c..00000000 --- a/plugins/python-build/share/python-build/pypy2.7-portable-5.9.0 +++ /dev/null @@ -1,13 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux64" ) - install_package "pypy-5.9-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.9-linux_x86_64-portable.tar.bz2#8d39eb98df3adf7882a7f3551f47b8c7cff47a0e20d6aabc57bb592f155c2616" "pypy" verify_py27 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy3-portable-2.3.1 b/plugins/python-build/share/python-build/pypy3-portable-2.3.1 deleted file mode 100644 index a5ac9639..00000000 --- a/plugins/python-build/share/python-build/pypy3-portable-2.3.1 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy3-2.3.1-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3-2.3.1-linux_i686-portable.tar.bz2#32a5b3fd4299b13aedf7bc6262eee0f6be9a27744ccf787718553d973ec38abb" "pypy" verify_py32 ensurepip - ;; -"linux64" ) - install_package "pypy3-2.3.1-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3-2.3.1-linux_x86_64-portable.tar.bz2#cb56b5bde8f444d44a0ea9cd475ddeed00aa895f3dcc89fd37577a51439540aa" "pypy" verify_py32 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy3 is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy3-portable-2.4 b/plugins/python-build/share/python-build/pypy3-portable-2.4 deleted file mode 100644 index 897c3152..00000000 --- a/plugins/python-build/share/python-build/pypy3-portable-2.4 +++ /dev/null @@ -1,16 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux" ) - install_package "pypy3-2.4-linux_i686-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3-2.4-linux_i686-portable.tar.bz2#7ce050b4928dc58f7e9dd01e3e48c443c85616ca83f4bcc9147f1078d0fd126c" "pypy" verify_py32 ensurepip - ;; -"linux64" ) - install_package "pypy3-2.4-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3-2.4-linux_x86_64-portable.tar.bz2#7b3e0f0bc924bd0d68d85c0b566979e74a2b366595db3d81502267367370a5fb" "pypy" verify_py32 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy3 is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy3-portable-5.7.0 b/plugins/python-build/share/python-build/pypy3-portable-5.7.0 deleted file mode 100644 index 58ab9234..00000000 --- a/plugins/python-build/share/python-build/pypy3-portable-5.7.0 +++ /dev/null @@ -1,13 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux64" ) - install_package "pypy3.5-5.7-beta-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.7-beta-linux_x86_64-portable.tar.bz2#d289ff7c32fd4263c3889994c8191c626891513e8ab60a65ba41a58b331db92c" "pypy" verify_py35 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 b/plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 deleted file mode 100644 index fde20833..00000000 --- a/plugins/python-build/share/python-build/pypy3.5-portable-5.8.0 +++ /dev/null @@ -1,13 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux64" ) - install_package "pypy3.5-5.8-beta-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.8-1-beta-linux_x86_64-portable.tar.bz2#cab20a6d315a1bb05aa953ebc37d8deaa34dcbe298cb5938e373c42c05542b99" "pypy" verify_py35 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy3 is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac diff --git a/plugins/python-build/share/python-build/pypy3.5-portable-5.9.0 b/plugins/python-build/share/python-build/pypy3.5-portable-5.9.0 deleted file mode 100644 index b522fd15..00000000 --- a/plugins/python-build/share/python-build/pypy3.5-portable-5.9.0 +++ /dev/null @@ -1,13 +0,0 @@ -case "$(pypy_architecture 2>/dev/null || true)" in -"linux64" ) - install_package "pypy3.5-5.9-beta-linux_x86_64-portable" "https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.9-beta-linux_x86_64-portable.tar.bz2#b0a79dabe2c48b0374d567936139ecf1379904a504d4a645be5c3e7e35140575" "pypy" verify_py35 ensurepip - ;; -* ) - { echo - colorize 1 "ERROR" - echo ": Portable PyPy3 is not available for $(pypy_architecture 2>/dev/null || true)." - echo - } >&2 - exit 1 - ;; -esac