aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyenv.rb
AgeCommit message (Collapse)Author
2014-06-02pyenv 0.4.0-20140602Yamashita Yuu
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>
2014-05-19pyenv: styleAdam Vandenberg
2014-05-19pyenv 0.4.0-20140520Yamashita Yuu
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>
2014-05-16pyenv 0.4.0-20140516Yamashita Yuu
Closes #29310. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-04pyenv 0.4.0-20140404Yamashita Yuu
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>
2014-03-30Remove stale symlink in `var/lib/pyenv` before renewing itYamashita Yuu
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>
2014-03-17pyenv 0.4.0-20140217Yamashita Yuu
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>
2014-03-11pyenv 0.4.0-20140311Yamashita Yuu
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>
2014-02-10pyenv 0.4.0-20140211Yamashita Yuu
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>
2014-01-24pyenv 0.4.0-20140110.1Yamashita Yuu
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>
2013-12-16pyenv v0.4.0-20131217Yamashita Yuu
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>
2013-11-16pyenv 0.4.0-20131116Yamashita Yuu
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>
2013-10-23pyenv 0.4.0-20131023Yamashita Yuu
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>
2013-07-26pyenv 0.4.0-20130726Yamashita Yuu
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>
2013-06-13pyenv: Version number not explicitly needed.Samuel John
2013-06-13pyenv: New version 20130613Yamashita Yuu
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>
2013-06-13pyenv: 0.2.0. Like rbenv but for pythonYamashita Yuu
Closes #17250. Signed-off-by: Samuel John <github@SamuelJohn.de>