From 71671df0e34b89fbbdb1310b41c01da9e786300f Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Sat, 28 Oct 2017 18:10:36 -0400 Subject: [PATCH] Remove old Jython 2.7.1 betas --- .../python-build/share/python-build/jython-2.7.1b1 | 14 -------------- .../python-build/share/python-build/jython-2.7.1b2 | 14 -------------- .../python-build/share/python-build/jython-2.7.1b3 | 14 -------------- 3 files changed, 42 deletions(-) delete mode 100644 plugins/python-build/share/python-build/jython-2.7.1b1 delete mode 100644 plugins/python-build/share/python-build/jython-2.7.1b2 delete mode 100644 plugins/python-build/share/python-build/jython-2.7.1b3 diff --git a/plugins/python-build/share/python-build/jython-2.7.1b1 b/plugins/python-build/share/python-build/jython-2.7.1b1 deleted file mode 100644 index 44c6d197..00000000 --- a/plugins/python-build/share/python-build/jython-2.7.1b1 +++ /dev/null @@ -1,14 +0,0 @@ -require_java -unrequire_python27 -install_jar "jython-2.7.1b1" "https://repo1.maven.org/maven2/org/python/jython-installer/2.7.1b1/jython-installer-2.7.1b1.jar#c7a05911fed666c8f9df5bdce50bb5dc75482b7f6b1f1dbe433162d94c960ec3" jython - -case "$(pypy_architecture 2>/dev/null || true)" in -"osx64"|"win32" ) - # Jython does not seem to work properly on OSX/windows unless JAVA_HOME is set - if [ -z "${JAVA_HOME+defined}" ]; then - colorize 1 "WARNING: " - echo "Please ensure that your JAVA_HOME environment variable is set correctly!" - echo "See http://bugs.jython.org/issue2346 for details." - fi - ;; -esac diff --git a/plugins/python-build/share/python-build/jython-2.7.1b2 b/plugins/python-build/share/python-build/jython-2.7.1b2 deleted file mode 100644 index 51b39656..00000000 --- a/plugins/python-build/share/python-build/jython-2.7.1b2 +++ /dev/null @@ -1,14 +0,0 @@ -require_java -unrequire_python27 -install_jar "jython-2.7.1b2" "https://repo1.maven.org/maven2/org/python/jython-installer/2.7.1b2/jython-installer-2.7.1b2.jar#d994500808c8d448baab1f98e043e6a11360cff302f401901e73f0e34c27251a" jython - -case "$(pypy_architecture 2>/dev/null || true)" in -"osx64"|"win32" ) - # Jython does not seem to work properly on OSX/windows unless JAVA_HOME is set - if [ -z "${JAVA_HOME+defined}" ]; then - colorize 1 "WARNING: " - echo "Please ensure that your JAVA_HOME environment variable is set correctly!" - echo "See http://bugs.jython.org/issue2346 for details." - fi - ;; -esac diff --git a/plugins/python-build/share/python-build/jython-2.7.1b3 b/plugins/python-build/share/python-build/jython-2.7.1b3 deleted file mode 100644 index 058d927f..00000000 --- a/plugins/python-build/share/python-build/jython-2.7.1b3 +++ /dev/null @@ -1,14 +0,0 @@ -require_java -unrequire_python27 -install_jar "jython-2.7.1b3" "https://repo1.maven.org/maven2/org/python/jython-installer/2.7.1b3/jython-installer-2.7.1b3.jar#5c6c7dc372a131dbc2b29b95407c69a4ebab22c1823d9098b7f993444f3090c5" jython - -case "$(pypy_architecture 2>/dev/null || true)" in -"osx64"|"win32" ) - # Jython does not seem to work properly on OSX/windows unless JAVA_HOME is set - if [ -z "${JAVA_HOME+defined}" ]; then - colorize 1 "WARNING: " - echo "Please ensure that your JAVA_HOME environment variable is set correctly!" - echo "See http://bugs.jython.org/issue2346 for details." - fi - ;; -esac