Yamashita Yuu
d5c24f5122
Update setuptools (0.8 -> 0.9.5)
преди 13 години
Yamashita Yuu
392e404cc6
Use https instead of http when downloading from pypi
преди 13 години
Yamashita Yuu
b04e067c83
update setuptools (0.7.7 -> 0.8)
преди 13 години
Yamashita Yuu
ed2937f4d1
update setuptools (0.7.4 -> 0.7.7)
преди 13 години
Yamashita Yuu
8848006540
remove meaningless `break` ( fixes #26 )
преди 13 години
Yamashita Yuu
7a4fe458b8
Merge branch 'llvm-gcc-4.2-on-osx'
преди 13 години
Yamashita Yuu
f76faa88b8
add has_broken_mac_gcc_llvm and use clang if true
преди 13 години
Yamashita Yuu
9ce760c798
add `require_cc()` to test existence of CC other than GCC
преди 13 години
Yamashita Yuu
152ebe6e61
Download GNU Readline from mirror site of GNU
преди 13 години
Yamashita Yuu
1a6eb80bcd
should not declare IFS in toplevel
преди 13 години
Mislav Marohnić
db143bb654
rbenv exec: avoid mutating PATH
Enables shelling out from a ruby process started with rbenv to a ruby
process with a different RBENV_VERSION. Fixes #121
This removes the workaround created for #15 and solves `ruby -S` support
by setting RUBYPATH. PATH is never changed.
To illustrate how RUBYPATH changes in various configurations:
PATH=~/bin:~/.rbenv/shims:/usr/bin:/bin
RBENV_VERSION=1.8 ruby -S rake
#=> executes ~/.rbenv/versions/1.8/bin/rake
#=> RUBYPATH=~/bin:~/.rbenv/versions/1.8/bin:/usr/bin:/bin
RBENV_VERSION=2.0 ruby -S rake
#=> executes ~/.rbenv/versions/2.0/bin/rake
#=> RUBYPATH=~/bin:~/.rbenv/versions/2.0/bin:/usr/bin:/bin
RBENV_VERSION=system ruby -S rake
#=> executes /usr/bin/rake
#=> RUBYPATH=~/bin:/rbenv_shims_were_here:/usr/bin:/bin
RBENV_VERSION=1.8 ruby -S rake
#=> executes ~/.rbenv/versions/1.8/bin/rake
#=> RUBYPATH=~/bin:~/.rbenv/versions/1.8/bin:/usr/bin:/bin
преди 13 години
Mislav Marohnić
8b043038b8
ensure cleaner PATH in test environment
преди 13 години
Yamashita Yuu
745bceac22
update setuptools (0.7.2 -> 0.7.4)
преди 13 години
Yamashita Yuu
583f3b0e21
fix build of 3.4-dev. append existing 3.4 at the last.
this is because `hg` (which is a dependency of *-dev build) might be
installed in existing pyenv versions.
преди 13 години
Yamashita Yuu
cc9c72747a
v0.4.0-20130613
преди 13 години
Yamashita Yuu
b473f7a271
add CHANGELOG.md
преди 13 години
Yamashita Yuu
b726ace943
update README about Homebrew
преди 13 години
Yamashita Yuu
499edda1d7
Merge branch 'preparing-removal-of-pyenv-version-ext'
преди 13 години
Yamashita Yuu
3bfd91de51
rename to `version-ext-compat` because `pyenv-version-ext` must precede
than compatibility plugin.
преди 13 години
Yamashita Yuu
c7e139186b
update README
преди 13 години
Yamashita Yuu
7c84490649
ignore pyenv-version-ext-compat plugin
преди 13 години
Yamashita Yuu
b75ef17db7
add deprecation warning for push/pop commands
преди 13 години
Yamashita Yuu
daa12e97c6
rename plugin
преди 13 години
Yamashita Yuu
1c5eb82e93
Merge branch 'has_broken_mac_readline' ( fixes #23 )
преди 13 години
Yamashita Yuu
ff387010b3
use environment variable "${CPP}" if defined
преди 13 години
Yamashita Yuu
27dd805acb
enable `require_gcc` to confirm if there is $CC
преди 13 години
Yamashita Yuu
5f1761645f
fix `has_broken_mac_openssl` for building Python.
`--with-*-dir` is only effective for Ruby's mkmf.rb.
преди 13 години
Yamashita Yuu
f8c9282e8c
Install GNU Readline on Darwin if the readline is broken (refs #23 )
The `has_broken_mac_readline` checks the existence of
`readline/rhconf.h`. This is the same mechanism as setup.py of CPython.
преди 13 години
Yamashita Yuu
37f46df390
Merge branch 'setuptools-0.7.2'
преди 13 години
Yamashita Yuu
4f8138c70a
update setuptools for jython versions (distribute 0.6.45 -> setuptools 0.7.2)
https://bitbucket.org/pypa/setuptools/issue/14/installation-failed-on-jython
преди 13 години
Yamashita Yuu
db3b4773bc
update setuptools (0.7.1 -> 0.7.2)
преди 13 години
Marc Huffnagle
5130b41f5b
suggest cloning rbenv via https instead of git://
преди 13 години
James FitzGibbon
81bb14e181
bail out early if readlink is not available
readlink comes from GNU coreutils. On systems without it, rbenv used to
spin out of control when it didn't have readlink or greadlink available
because it would re-exec the frontend script over and over instead of the
worker script in libexec.
Fixes #389
преди 13 години
Mislav Marohnić
e93ab45dc3
work around bug in git 1.8.2.1 in tests
Making empty commits in tests blocked by opening the default text
editor, waiting for a message which we specified to be empty.
http://thread.gmane.org/gmane.comp.version-control.git/225529
преди 13 години
Yamashita Yuu
fe04103e24
update comment about new setuptools and Jython
преди 13 години
Yamashita Yuu
7777bb6d58
Merge branch 'new-setuptools'
преди 13 години
Yamashita Yuu
e9bcd9e0bd
replace distribute by new setuptools
преди 13 години
Yamashita Yuu
2cc2c22094
add SSLv2 patch for 2.7 and 2.7.1
преди 13 години
Yamashita Yuu
319000b448
pyenv-prefix returns wrong prefix if `system` is given in the middle of arguments.
преди 13 години
Yamashita Yuu
b4ba76a15a
Merge branch 'version-ext-plugin'
преди 13 години
Yamashita Yuu
3ff0785fe7
prepare README and install.sh for pyenv-version-ext
преди 13 години
Yamashita Yuu
1b7d3b0502
move pyenv-sh-{push,pop} into plugins since they aren't from rbenv
преди 13 години
Yamashita Yuu
c43711a216
update distribute (0.6.43 -> 0.6.35)
преди 13 години
Yamashita Yuu
3c86d811c8
Merge branch 'add-dev-versions'
преди 13 години
Yamashita Yuu
d94c1d2143
add jython-*-dev
преди 13 години
Yamashita Yuu
3fd475e1d5
add stackless-*-dev
преди 13 години
Yamashita Yuu
309a6cd65e
*EXPERIMENTAL* add pypy-py3k-dev
преди 13 години
Yamashita Yuu
924f6dc76d
add ${PYPY_OPTS} to specify pypy build options
преди 13 години
Yamashita Yuu
56a9a7cebf
improve error message of pypy
преди 13 години
Yamashita Yuu
b8cbb18f7b
add pypy-1.[789]-dev
преди 13 години