mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
commit
aa36a3f69c
33 changed files with 35 additions and 35 deletions
|
@ -315,7 +315,7 @@
|
|||
* python-build: Fix build of Tkinter with Tcl/Tk 8.6 (#131)
|
||||
* python-build: Fix build problem with Readline 6.3 (#126, #131, #149, #152)
|
||||
* python-build: Do not exit with errors even if some of modules are absent (#131)
|
||||
* python-build: MacOSX was mispelled as MaxOSX in `anaconda_architecture` (#136)
|
||||
* python-build: MacOSX was misspelled as MaxOSX in `anaconda_architecture` (#136)
|
||||
* python-build: Use default `cc` as the C Compiler to build CPython (#148, #150)
|
||||
* python-build: Display value from `pypy_architecture` and `anaconda_architecture` on errors (yyuu/pyenv-virtualenv#18)
|
||||
* python-build: Remove old development version; 2.6-dev
|
||||
|
|
|
@ -175,7 +175,7 @@ definition. (All bundled definitions include checksums.)
|
|||
python-build will first attempt to download package files from a mirror hosted on
|
||||
GitHub Pages. If a package is not available on the mirror, if the mirror
|
||||
is down, or if the download is corrupt, python-build will fall back to the
|
||||
official URL specified in the defintion file.
|
||||
official URL specified in the definition file.
|
||||
|
||||
You can point python-build to another mirror by specifying the
|
||||
`PYTHON_BUILD_MIRROR_URL` environment variable--useful if you'd like to run your
|
||||
|
|
|
@ -191,7 +191,7 @@ if [ -z "${PYENV_BOOTSTRAP_VERSION}" ]; then
|
|||
# unsatisfied local .python-version file can cause the installer to
|
||||
# fail.)
|
||||
for version_info in "${VERSION_NAME%-dev}" "${VERSION_NAME%.*}" "${VERSION_NAME%%.*}"; do
|
||||
# Anaconda's `curl` doesn't work on platfrom where `/etc/pki/tls/certs/ca-bundle.crt` isn't available (e.g. Debian)
|
||||
# Anaconda's `curl` doesn't work on platform where `/etc/pki/tls/certs/ca-bundle.crt` isn't available (e.g. Debian)
|
||||
for version in $(pyenv-whence "python${version_info}" 2>/dev/null || true); do
|
||||
if [[ "${version}" != "anaconda"* ]] && [[ "${version}" != "miniconda"* ]]; then
|
||||
PYENV_BOOTSTRAP_VERSION="${version}"
|
||||
|
|
|
@ -16,7 +16,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-1.7-dev' to build from soruce."
|
||||
echo "try 'pypy-1.7-dev' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -16,7 +16,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-1.8-dev' to build from soruce."
|
||||
echo "try 'pypy-1.8-dev' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -16,7 +16,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-1.9-dev' to build from soruce."
|
||||
echo "try 'pypy-1.9-dev' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -26,7 +26,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.0-src' to build from soruce."
|
||||
echo "try 'pypy-2.0-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -18,7 +18,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.0.1-src' to build from soruce."
|
||||
echo "try 'pypy-2.0.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -18,7 +18,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.0.2-src' to build from soruce."
|
||||
echo "try 'pypy-2.0.2-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -30,7 +30,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.1-src' to build from soruce."
|
||||
echo "try 'pypy-2.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -30,7 +30,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.2-src' to build from soruce."
|
||||
echo "try 'pypy-2.2-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -30,7 +30,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.2.1-src' to build from soruce."
|
||||
echo "try 'pypy-2.2.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -30,7 +30,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.3-src' to build from soruce."
|
||||
echo "try 'pypy-2.3-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.3.1-src' to build from soruce."
|
||||
echo "try 'pypy-2.3.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -30,7 +30,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.4-beta1-src' to build from soruce."
|
||||
echo "try 'pypy-2.4-beta1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.4.0-src' to build from soruce."
|
||||
echo "try 'pypy-2.4.0-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.5.0-src' to build from soruce."
|
||||
echo "try 'pypy-2.5.0-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.5.1-src' to build from soruce."
|
||||
echo "try 'pypy-2.5.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.6.0-src' to build from soruce."
|
||||
echo "try 'pypy-2.6.0-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -39,7 +39,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-2.6.1-src' to build from soruce."
|
||||
echo "try 'pypy-2.6.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -44,7 +44,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-4.0.0-src' to build from soruce."
|
||||
echo "try 'pypy-4.0.0-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -44,7 +44,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-4.0.1-src' to build from soruce."
|
||||
echo "try 'pypy-4.0.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -44,7 +44,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-5.0.0-src' to build from soruce."
|
||||
echo "try 'pypy-5.0.0-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-5.0.1-src' to build from soruce."
|
||||
echo "try 'pypy-5.0.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -44,7 +44,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-5.1.0-src' to build from soruce."
|
||||
echo "try 'pypy-5.1.0-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -44,7 +44,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-5.1.1-src' to build from soruce."
|
||||
echo "try 'pypy-5.1.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -6,7 +6,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy2-5.3-src' to build from soruce."
|
||||
echo "try 'pypy2-5.3-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
@ -31,7 +31,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy2-5.3-src' to build from soruce."
|
||||
echo "try 'pypy2-5.3-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
@ -48,7 +48,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy-5.3-src' to build from soruce."
|
||||
echo "try 'pypy-5.3-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy2-5.3.1-src' to build from soruce."
|
||||
echo "try 'pypy2-5.3.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy2-5.4-src' to build from soruce."
|
||||
echo "try 'pypy2-5.4-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy3-2.3.1-src' to build from soruce."
|
||||
echo "try 'pypy3-2.3.1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -36,7 +36,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy3-2.4.0-src' to build from soruce."
|
||||
echo "try 'pypy3-2.4.0-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -32,7 +32,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
|||
{ echo
|
||||
colorize 1 "ERROR"
|
||||
echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)."
|
||||
echo "try 'pypy3.3-5.2-alpha1-src' to build from soruce."
|
||||
echo "try 'pypy3.3-5.2-alpha1-src' to build from source."
|
||||
echo
|
||||
} >&2
|
||||
exit 1
|
||||
|
|
|
@ -17,7 +17,7 @@ setup() {
|
|||
assert_success "system"
|
||||
}
|
||||
|
||||
@test "system version is not checked for existance" {
|
||||
@test "system version is not checked for existence" {
|
||||
PYENV_VERSION=system run pyenv-version-name
|
||||
assert_success "system"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue