From bde78e83a0df8096c6ce6d430501a9046b548ab0 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Fri, 9 Sep 2016 01:34:48 -0500 Subject: [PATCH 1/5] Added latest pypy 3.5 nightly build --- .../share/python-build/pypy3.5-c-jit-latest | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 plugins/python-build/share/python-build/pypy3.5-c-jit-latest diff --git a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest new file mode 100644 index 00000000..06ece70a --- /dev/null +++ b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest @@ -0,0 +1,35 @@ +case "$(pypy_architecture 2>/dev/null || true)" in +#"linux" ) +# install_nightly_package "pypy-c-jit-latest-linux" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux.tar.bz2" "pypy-c-jit-*-linux" "pypy" verify_py27 ensurepip +# ;; +#"linux-armel" ) +# install_nightly_package "pypy-c-jit-latest-linux-armel" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux-armel.tar.bz2" "pypy-c-jit-*-linux-armel" "pypy" verify_py27 ensurepip +# ;; +#"linux-armhf" ) +# if [[ "$(cat /etc/issue 2>/dev/null || true)" == "Raspbian"* ]]; then +# install_nightly_package "pypy-c-jit-latest-linux-armhf-raspbian" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux-armhf-raspbian.tar.bz2" "pypy-c-jit-*-linux-armhf-raspbian" "pypy" verify_py27 ensurepip +# else +# install_nightly_package "pypy-c-jit-latest-linux-armhf-raring" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux-armhf-raring.tar.bz2" "pypy-c-jit-*-linux-armhf-raring" "pypy" verify_py27 ensurepip +# fi +# ;; +"linux64" ) + install_nightly_package "pypy3.5-c-jit-latest-linux64" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux64.tar.bz2" "pypy-c-jit-*-linux64" "pypy" # verify_py35 ensurepip + ;; +#"osx64" ) +# install_nightly_package "pypy-c-jit-latest-osx64" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-osx64.tar.bz2" "pypy-c-jit-*-osx64" "pypy" verify_py27 ensurepip +# ;; +#"freebsd64" ) +# install_nightly_package "pypy-c-jit-latest-freebsd64" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-freebsd64.tar.bz2" "pypy-c-jit-*-freebsd64" "pypy" verify_py27 ensurepip +# ;; +#"win32" ) +# install_zip "pypy-c-jit-latest-win32" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-win32.zip" "pypy" verify_py27 ensurepip +# ;; +* ) + { echo + colorize 1 "ERROR" + echo ": The binary distribution of PyPy 3.5 is not available for $(pypy_architecture 2>/dev/null || true)." + echo + } >&2 + exit 1 + ;; +esac From 61ce66a7c64424a3818a0b87b96d39ce5549f629 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Fri, 9 Sep 2016 07:38:19 -0500 Subject: [PATCH 2/5] Added warning message --- .../share/python-build/pypy3.5-c-jit-latest | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest index 06ece70a..5362cb5b 100644 --- a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest +++ b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest @@ -1,3 +1,15 @@ +echo +colorize 1 "WARNING" +echo "This may eat your kittens/ affect timespace in alternate dimensions/" +echo "cause you to complain more. Nightly builds are meant for testing only." +echo "The PyPy team is interested in reports of what's already implemented, see:" +echo +echo "https://bitbucket.org/pypy/extradoc/src/c70f20cfb870/planning/py3.5/?at=extradoc" +echo +echo "for the latest status updates. To report bugs/regressions, please see:" +echo +echo "http://doc.pypy.org/en/latest/faq.html#how-should-i-report-a-bug" + case "$(pypy_architecture 2>/dev/null || true)" in #"linux" ) # install_nightly_package "pypy-c-jit-latest-linux" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux.tar.bz2" "pypy-c-jit-*-linux" "pypy" verify_py27 ensurepip From 709ff7fba7dd52f9d363d49344ceeb0a08dc8186 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sat, 15 Oct 2016 13:35:36 -0500 Subject: [PATCH 3/5] Fix some formatting --- plugins/python-build/share/python-build/pypy3.5-c-jit-latest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest index 5362cb5b..c0c9d4be 100644 --- a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest +++ b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest @@ -1,6 +1,6 @@ echo colorize 1 "WARNING" -echo "This may eat your kittens/ affect timespace in alternate dimensions/" +echo ": This may eat your kittens/ affect timespace in alternate dimensions/" echo "cause you to complain more. Nightly builds are meant for testing only." echo "The PyPy team is interested in reports of what's already implemented, see:" echo @@ -9,6 +9,7 @@ echo echo "for the latest status updates. To report bugs/regressions, please see:" echo echo "http://doc.pypy.org/en/latest/faq.html#how-should-i-report-a-bug" +echo case "$(pypy_architecture 2>/dev/null || true)" in #"linux" ) From a80f54307e916f20dc990a1130ab1d1d9be8d9a5 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sat, 15 Oct 2016 13:41:44 -0500 Subject: [PATCH 4/5] Add a link to the buildbot listing page --- plugins/python-build/share/python-build/pypy3.5-c-jit-latest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest index c0c9d4be..3bd8ff51 100644 --- a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest +++ b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest @@ -40,7 +40,8 @@ case "$(pypy_architecture 2>/dev/null || true)" in * ) { echo colorize 1 "ERROR" - echo ": The binary distribution of PyPy 3.5 is not available for $(pypy_architecture 2>/dev/null || true)." + echo ": The latest nightly build of PyPy 3.5 is not available for $(pypy_architecture 2>/dev/null || true)," + echo "Please check http://buildbot.pypy.org/nightly/py3.5/ for previous builds." echo } >&2 exit 1 From 1c63e733f80f5ea704e45a5d6a6317607775faf6 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Tue, 15 Nov 2016 21:29:03 -0500 Subject: [PATCH 5/5] Uncomment verify_py35 and ensurepip Don't remember exactly why I had these out, guess it could be something about pip, seems to be working now --- plugins/python-build/share/python-build/pypy3.5-c-jit-latest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest index 3bd8ff51..d7617170 100644 --- a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest +++ b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest @@ -26,7 +26,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in # fi # ;; "linux64" ) - install_nightly_package "pypy3.5-c-jit-latest-linux64" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux64.tar.bz2" "pypy-c-jit-*-linux64" "pypy" # verify_py35 ensurepip + install_nightly_package "pypy3.5-c-jit-latest-linux64" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-linux64.tar.bz2" "pypy-c-jit-*-linux64" "pypy" verify_py35 ensurepip ;; #"osx64" ) # install_nightly_package "pypy-c-jit-latest-osx64" "http://buildbot.pypy.org/nightly/py3.5/pypy-c-jit-latest-osx64.tar.bz2" "pypy-c-jit-*-osx64" "pypy" verify_py27 ensurepip