Varun Agrawal
a8f5fc13ee
Improved messages for uninstall ( #1591 )
преди 6 години
Mikhail Bulash
4157973301
Find zlib from Xcode or brew on Mojave ( #1353 )
fixes #1219 , #1333
преди 7 години
Andrew Rabert
0f596d2504
Revert "Merge pull request #1153 from cmcginty/remove-sbang"
This reverts commit 070e1c859fb2584c3dbe0a6fbe58cbc80938654e, reversing
changes made to 3faeda67bb .
преди 7 години
Yamashita, Yuu
02a4b33b62
Run python-build directly from make to avoid job cancellation after 10 min no output on travis-ci.org
преди 7 години
Yamashita, Yuu
e7ed7fa27e
Fix tests
преди 7 години
Casey McGinty
83e5459cfb
Remove shebang lines from scripts for performance
All scripts in libexec/ (excluding pyenv) are called through pyenv,
therefore the shebang lines are not necessary. On some systems this
provides a measurable increase in performance of the shell prompt.
Related to pyenv/pyenv-virtualenv#259
преди 8 години
Chris Hunt
8ed7912759
Add CI builds that actually build Python.
For now this just builds the latest CPython, but it can be
extended to include other versions.
Skip with `[skip build]` in commit message.
преди 7 години
Yamashita, Yuu
b3ba0fd7e3
Refactor test code of python-build. Use curl during tests by default
преди 8 години
Yamashita, Yuu
c8ad3385c7
Import latest changes from https://github.com/rbenv/ruby-build as of v20180424
преди 8 години
Yamashita, Yuu
098fb9f07a
Rewrite python-build tests with using `PYTHON_BUILD_HTTP_CLIENT`
преди 8 години
Yamashita, Yuu
a1d39c1e25
Add test for custom `GET_PIP_URL` per versions
преди 8 години
Yamashita, Yuu
9ff06f61b6
Fix broken tests
преди 8 години
Yamashita, Yuu
7478310c1b
Fix tests regard to `--enable-unicode`
преди 8 години
Yamashita, Yuu
d01fa09a7d
Migrate project URL to https://github.com/pyenv/pyenv
преди 9 години
Yamashita, Yuu
35ecd398ac
Fix test failure on OS X
преди 9 години
Yamashita, Yuu
9f3f38d312
Add `uname` stubs to avoid test failures on OS X ( #257 )
преди 9 години
Yamashita, Yuu
021b53f924
Stop specifying `--enable-unicode=ucs4` on OS X ( #257 )
преди 9 години
Yamashita, Yuu
66c8ca6cff
Import changes in rbenv/ruby-build#979
преди 10 години
Yamashita, Yuu
c4e012d5e3
Prevent loading user's aria2.conf ( fixes #625 )
преди 10 години
Yamashita, Yuu
0dcce750b9
Use `curl` stub instead of `aria2c` during tests (equiv to rbenv/ruby-build#965 )
преди 10 години
Yamashita, Yuu
42cffbc82d
Fix broken tests related to changes in `aria2c` arguments
преди 10 години
Yamashita, Yuu
5436020ec3
Add a test for custom value for `--enable-unicode`
преди 10 години
Yamashita, Yuu
b37361b862
Fix broken tests with `--enable-unicode=ucs4` by default
преди 10 години
Yamashita, Yuu
a0e0f1637a
Just a style issue; use `export` instead of `unset` like other variables
преди 10 години
Yamashita, Yuu
cd8f61b5e0
Allow overriding aria2c/curl/wget via environment variable ( #534 )
преди 10 години
Yamashita, Yuu
fbc40aae77
Increased verbosity of `aria2c` downloader ( #534 )
преди 10 години
Yamashita, Yuu
b116f341fe
Use `aria2c` as the download if available ( #534 )
преди 10 години
Yamashita, Yuu
c8ab429d7b
Import recent changes from ruby-build 20160130
преди 10 години
Yamashita, Yuu
28766056b2
Update OpenSSL to 1.0.1q ( fixes #496 )
преди 10 години
Yamashita, Yuu
f62ee1a4db
Import changes from ruby-build v20151028
преди 10 години
Yamashita, Yuu
28c40ece8d
Fix broken tests
преди 10 години
Yamashita, Yuu
0f288f2462
Import changes from ruby-build v20150818
преди 11 години
Yamashita, Yuu
ce671398f8
Ignore user's site-packages on ensurepip/get-pip ( #411 )
https://www.python.org/dev/peps/pep-0370/
преди 11 години
Yamashita Yuu
22ecefd572
Use custom `MACOSX_DEPLOYMENT_TARGET` if defined ( fixes #312 )
преди 11 години
Yamashita Yuu
abae52ae20
Add tests for some of python-build specific features
преди 11 години
Yamashita Yuu
648afe05a9
Import changes from ruby-build v20150519
преди 11 години
Yamashita Yuu
ed684c239c
Fix inverted condition for `--altinstall` of ensurepip ( #255 )
преди 11 години
Yamashita Yuu
9d21169ee0
Fix regression of #255 and add test
преди 11 години
Yamashita Yuu
123b3af1a0
Import changes from ruby-build v20150112
преди 11 години
Yamashita Yuu
c6dd3b9468
Add test for built-in python-build's patching feature
преди 11 години
Eric Mill
cb260fb9d0
fix another failing test with https URL
преди 11 години
Eric Mill
4f0439cd12
fix one failing test, around mirror URL
преди 11 години
Yamashita Yuu
4a52bfaff9
Fix broken tests
преди 11 години
Yamashita Yuu
b26b83a11f
Import changes from ruby-build v20141028
преди 11 години
Yamashita Yuu
f76309d419
Add tests for MACOSX_DEPLOYMENT_TARGET ( #219 , #220 )
преди 12 години
Yamashita Yuu
29d3df661e
Fix broken tests
преди 12 години
Yamashita Yuu
2ec8f0f0a4
Fix `fetch_git` with `--keep` ( sstephenson/ruby-build#549 )
преди 12 години
Yamashita Yuu
9dac275567
Import changes from ruby-build v20140524
преди 12 години
Yamashita Yuu
7612f0391d
Don't clober the environment `CPPFLAGS` and `LDFLAGS` (refs #168 )
Because the variables specified via command-line arguments for the
`./configure` will be favored than one in environment variables,
setting those variables in `PACKAGE_CONFIGURE_OPTS_ARRAY` will hide
existing environment variables.
To avoid the problem, stop using `package_option()` to setup those
variables.
преди 12 години
Yamashita Yuu
21f44a130a
Check envvars of `CPPFLAGS` and `LDFLAGS` during tests
преди 12 години