Yamashita Yuu
|
0c38147fcb
|
Fix build of native modules of Carbon/ncurses on OS X 10.7
|
2013-07-20 20:53:38 +09:00 |
|
Yamashita Yuu
|
e1ea64b0b9
|
Merge branch 'issue33'
|
2013-07-19 22:02:16 +09:00 |
|
Yamashita Yuu
|
fa35e792c1
|
Backport libffi-osx from 2.7.5 to build ctypes on OS X (#33)
|
2013-07-19 21:47:51 +09:00 |
|
Yamashita Yuu
|
f5807424c2
|
Add patches for 2.5 to fix biuld on OS X 10.7/10.8 (#33)
|
2013-07-19 18:08:02 +09:00 |
|
Yamashita Yuu
|
4c006959fa
|
fix broken string match in has_broken_mac_llvm_gcc()
|
2013-07-17 17:02:23 +09:00 |
|
Yamashita Yuu
|
f9a19e3f24
|
s/gcc_llvm/llvm_gcc/g
|
2013-07-17 16:38:57 +09:00 |
|
Yamashita Yuu
|
d5c24f5122
|
Update setuptools (0.8 -> 0.9.5)
|
2013-07-17 15:51:19 +09:00 |
|
Yamashita Yuu
|
392e404cc6
|
Use https instead of http when downloading from pypi
|
2013-07-08 16:27:01 +09:00 |
|
Yamashita Yuu
|
b04e067c83
|
update setuptools (0.7.7 -> 0.8)
|
2013-07-08 16:25:24 +09:00 |
|
Yamashita Yuu
|
ed2937f4d1
|
update setuptools (0.7.4 -> 0.7.7)
|
2013-07-04 17:23:38 +09:00 |
|
Yamashita Yuu
|
8848006540
|
remove meaningless break (fixes #26)
|
2013-07-03 11:15:58 +09:00 |
|
Yamashita Yuu
|
7a4fe458b8
|
Merge branch 'llvm-gcc-4.2-on-osx'
|
2013-06-29 12:32:35 +09:00 |
|
Yamashita Yuu
|
f76faa88b8
|
add has_broken_mac_gcc_llvm and use clang if true
|
2013-06-29 12:27:33 +09:00 |
|
Yamashita Yuu
|
9ce760c798
|
add require_cc() to test existence of CC other than GCC
|
2013-06-28 12:18:45 +09:00 |
|
Yamashita Yuu
|
152ebe6e61
|
Download GNU Readline from mirror site of GNU
|
2013-06-27 12:28:34 +09:00 |
|
Yamashita Yuu
|
1a6eb80bcd
|
should not declare IFS in toplevel
|
2013-06-21 19:37:58 +09:00 |
|
Yamashita Yuu
|
745bceac22
|
update setuptools (0.7.2 -> 0.7.4)
|
2013-06-20 12:31:18 +09:00 |
|
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.
|
2013-06-19 18:48:58 +09:00 |
|
Yamashita Yuu
|
cc9c72747a
|
v0.4.0-20130613
|
2013-06-13 20:52:10 +09:00 |
|
Yamashita Yuu
|
b473f7a271
|
add CHANGELOG.md
|
2013-06-13 20:51:17 +09:00 |
|
Yamashita Yuu
|
b726ace943
|
update README about Homebrew
|
2013-06-13 20:04:37 +09:00 |
|
Yamashita Yuu
|
499edda1d7
|
Merge branch 'preparing-removal-of-pyenv-version-ext'
|
2013-06-13 12:40:13 +09:00 |
|
Yamashita Yuu
|
3bfd91de51
|
rename to version-ext-compat because pyenv-version-ext must precede
than compatibility plugin.
|
2013-06-13 12:37:35 +09:00 |
|
Yamashita Yuu
|
c7e139186b
|
update README
|
2013-06-13 12:20:31 +09:00 |
|
Yamashita Yuu
|
7c84490649
|
ignore pyenv-version-ext-compat plugin
|
2013-06-13 12:14:17 +09:00 |
|
Yamashita Yuu
|
b75ef17db7
|
add deprecation warning for push/pop commands
|
2013-06-13 12:13:41 +09:00 |
|
Yamashita Yuu
|
daa12e97c6
|
rename plugin
|
2013-06-13 12:04:09 +09:00 |
|
Yamashita Yuu
|
1c5eb82e93
|
Merge branch 'has_broken_mac_readline' (fixes #23)
|
2013-06-13 11:32:12 +09:00 |
|
Yamashita Yuu
|
ff387010b3
|
use environment variable "${CPP}" if defined
|
2013-06-12 20:43:19 +09:00 |
|
Yamashita Yuu
|
27dd805acb
|
enable require_gcc to confirm if there is $CC
|
2013-06-12 16:11:07 +09:00 |
|
Yamashita Yuu
|
5f1761645f
|
fix has_broken_mac_openssl for building Python.
`--with-*-dir` is only effective for Ruby's mkmf.rb.
|
2013-06-12 16:09:41 +09:00 |
|
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.
|
2013-06-12 16:04:20 +09:00 |
|
Yamashita Yuu
|
37f46df390
|
Merge branch 'setuptools-0.7.2'
|
2013-06-10 12:50:25 +09:00 |
|
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
|
2013-06-10 12:48:05 +09:00 |
|
Yamashita Yuu
|
db3b4773bc
|
update setuptools (0.7.1 -> 0.7.2)
|
2013-06-10 12:38:38 +09:00 |
|
Yamashita Yuu
|
fe04103e24
|
update comment about new setuptools and Jython
|
2013-06-05 14:58:51 +09:00 |
|
Yamashita Yuu
|
7777bb6d58
|
Merge branch 'new-setuptools'
|
2013-06-04 20:39:04 +09:00 |
|
Yamashita Yuu
|
e9bcd9e0bd
|
replace distribute by new setuptools
|
2013-06-04 20:31:08 +09:00 |
|
Yamashita Yuu
|
2cc2c22094
|
add SSLv2 patch for 2.7 and 2.7.1
|
2013-06-04 20:18:16 +09:00 |
|
Yamashita Yuu
|
319000b448
|
pyenv-prefix returns wrong prefix if system is given in the middle of arguments.
|
2013-06-04 17:35:23 +09:00 |
|
Yamashita Yuu
|
b4ba76a15a
|
Merge branch 'version-ext-plugin'
|
2013-06-01 15:27:04 +09:00 |
|
Yamashita Yuu
|
3ff0785fe7
|
prepare README and install.sh for pyenv-version-ext
|
2013-06-01 15:26:41 +09:00 |
|
Yamashita Yuu
|
1b7d3b0502
|
move pyenv-sh-{push,pop} into plugins since they aren't from rbenv
|
2013-06-01 15:14:18 +09:00 |
|
Yamashita Yuu
|
c43711a216
|
update distribute (0.6.43 -> 0.6.35)
|
2013-05-31 18:48:42 +09:00 |
|
Yamashita Yuu
|
3c86d811c8
|
Merge branch 'add-dev-versions'
|
2013-05-31 17:38:37 +09:00 |
|
Yamashita Yuu
|
d94c1d2143
|
add jython-*-dev
|
2013-05-31 17:38:18 +09:00 |
|
Yamashita Yuu
|
3fd475e1d5
|
add stackless-*-dev
|
2013-05-31 17:16:35 +09:00 |
|
Yamashita Yuu
|
309a6cd65e
|
*EXPERIMENTAL* add pypy-py3k-dev
|
2013-05-31 14:33:22 +09:00 |
|
Yamashita Yuu
|
924f6dc76d
|
add ${PYPY_OPTS} to specify pypy build options
|
2013-05-31 14:28:32 +09:00 |
|
Yamashita Yuu
|
56a9a7cebf
|
improve error message of pypy
|
2013-05-31 14:28:08 +09:00 |
|