| Age | Commit message (Collapse) | Author |
|
Changes:
* python-build: Add new Anaconda/Anaconda3 releases; anaconda-2.0.0, anaconda3-2.0.0
* python-build: Add new CPython release; 2.7.7
* python-build: Update default setuptools version (3.6 -> 4.0)
* python-build: Respect environment variables of `CPPFLAGS` and `LDFLAGS`
* python-build: Support for xz-compressed Python tarballs
Closes #29768.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Changes:
* python-build: Add new CPython release; 3.4.1
* python-build: Update default pip version (1.5.5 -> 1.5.6)
Closes #29415.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #29310.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Changes:
* pyenv: Reads only the first word from version file. This is as same behavior as rbenv.
* python-build: Fix build of Tkinter with Tcl/Tk 8.6
* python-build: Fix build problem with Readline 6.3
* python-build: Do not exit with errors even if some of modules are absent
* python-build: MacOSX was mispelled as MaxOSX in `anaconda_architecture`
* python-build: Use default `cc` as the C Compiler to build CPython
* python-build: Display value from `pypy_architecture` and `anaconda_architecture` on errors
* python-build: Remove old development version; 2.6-dev
* python-build: Update default setuptools version (3.3 -> 3.4.1)
Closes #28133.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Without this fix, `FileUtils#ln_sf(src, dest)` will create nested
symlink inside `dest` if the `dest` exists and is a directory.
cf. #27629.
Closes #27663.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Changes:
* python-build: Add new CPython releases; 3.4.0
* python-build: Add new Anaconda releases; anaconda-1.9.0, anaconda-1.9.1
* python-build: Add new Miniconda releases; miniconda-3.0.4, miniconda-3.0.5, miniconda3-3.0.4, miniconda3-3.0.5
* python-build: Update default setuptools version (3.1 -> 3.3)
Closes #27629.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Changes:
* python-build: Add new CPython releases; 3.3.5
* python-build: Add new CPython release candidates; 3.4.0rc1, 3.4.0rc2, 3.4.0rc3
* python-build: Update default setuptools version (2.2 -> 3.1)
* python-build: Update default pip version (1.5.2 -> 1.5.4)
* python-build: Import recent changes from ruby-build v20140225
Closes #27399.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Changes:
* pyenv: Always append the directory at the top of the `$PATH` to return proper value for `sys.executable`
* pyenv: Unset `GREP_OPTIONS` to avoid issues of conflicting options
* python-build: Install `pip` with using `ensurepip` if available
* python-build: Add support for framework installation (`--enable-framework`) of CPython
* python-build: Import `bats` tests from ruby-build v20140110.1
* python-build: Add new CPython release candidates; 3.3.4, 3.4.0b3
* python-build: Add [Anaconda](https://store.continuum.io/cshop/anaconda/) and [Miniconda](http://repo.continuum.io/miniconda/) binary distributions
* python-build: Display error if the wget does not support Server Name Indication (SNI) to avoid SSL verification error when downloading from https://pypi.python.org.
* python-build: Update default setuptools version (2.1 -> 2.2)
* python-build: Update default pip version (1.5.1 -> 1.5.2)
* python-build: Import recent changes from ruby-build v20140204
Closes #26605.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Changes:
* pyenv: Reliably detect parent shell in `pyenv init` (yyuu/pyenv#93)
* pyenv: Import recent changes from rbenv 0.4.0
* pyenv: Import `bats` tests from rbenv 0.4.0
* python-build: Add new CPython releases candidates; 3.4.0b2
* python-build: Add ruby-build style patching feature (yyuu/pyenv#91)
* python-build: Set `RPATH` if `--enable-shared` was given
(yyuu/pyenv#65, yyuu/pyenv#66, yyuu/pyenv#82)
* python-build: Update default setuptools version (2.0 -> 2.1)
* python-build: Update default pip version (1.4.1 -> 1.5)
* python-build: Activate friendly CPython during build if the one is not
activated
* python-build: Fix broken install.sh
* python-build: Import recent changes from ruby-build v20131225.1
* python-build: Fix build error of CPython 2.x on the platform where the
`gcc` is llvm-gcc.
* version-ext-compat: Removed from default plugin. Please use
[pyenv-version-ext](https://github.com/yyuu/pyenv-version-ext)
instead.
Closes #25783.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Changes:
* python-build: Add new CPython releases; 3.3.3
* python-build: Add new CPython releases candidates; 3.4.0b1
* python-build: Add new PyPy releases; pypy-2.2.1, pypy-2.2.1-src
* python-build: Update default setuptools version (1.3.2 -> 2.0)
* python-build: Imported recent changes from ruby-build v20131211
* python-build: Fix broken build of CPython 3.3+ on Darwin
* python-build: Not build GNU Readline uselessly on Darwin
* pyenv: Fix pyenv-prefix to trim "/bin" in `pyenv prefix system`
Closes #25273.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Changes:
* python-build: Add new CPython releases; 2.6.9, 2.7.6 (#76)
* python-build: Add new CPython release candidates; 3.3.3-rc1, 3.3.3-rc2
* python-build: Add new PyPy releases; pypy-2.2, pypy-2.2-src (#77)
* python-build: Update default setuptools version (1.1.6 -> 1.3.2)
* python-build: Imported recent changes from ruby-build v20131030
Closes #24374.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Changes:
* pyenv: Improved [fish shell](http://fishshell.com/) support
* python-build: Add new PyPy releases; pypy-2.1, pypy-2.1-src,
* pypy3-2.1-beta1, pypy3-2.1-beta1-src
* python-build: Add ancient versions; 2.4, 2.4.1, 2.4.3, 2.4.4 and 2.4.5
* python-build: Add alpha releases; 3.4.0a2, 3.4.0a3, 3.4.0a4
* python-build: Update default pip version (1.4 -> 1.4.1)
* python-build: Update default setuptools version (0.9.7 -> 1.1.6)
Closes #23462.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Changes:
* pyenv: Fix minor issue of variable scope in `pyenv versions`
* python-build: Update base ruby-build version to v20130628
* python-build: Use brew managed OpenSSL and GNU Readline if they are available
* python-build: Fix build of CPython 3.3+ on OS X
* python-build: Fix build of native modules of CPython 2.5 on OS X
* python-build: Fix build of CPython 2.6+ on openSUSE
* python-build: Add ancient versions; 2.4.2 and 2.4.6. The build might be broken.
* python-build: Update default pip version (1.3.1 -> 1.4)
* python-build: Update default setuptools version (0.7.2 -> 0.9.7)
Closes #21459.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
The pyenv version is the date-like part.
The file is v0.4.0-20130613.tar.gz and the
0.4.0 part is taken from upstream rbenv, so
that pyenv is the latter part.
Homebrew currently autodetects only the
last part, so we don't have to explicitly
set the version.
Closes #20462.
Signed-off-by: Samuel John <github@SamuelJohn.de>
|
|
Closes #17250.
Signed-off-by: Samuel John <github@SamuelJohn.de>
|