Ivan Pozdeev
adca14a910
fix typo
2021-06-01 02:22:19 +03:00
native-api
ca2032452b
Merge pull request #1537 from native-api/mention_log
...
Mention log file if an error happened before building, too
2021-05-27 02:29:58 +03:00
Anton Petrov
748a1ff0ec
Merge pull request #1908 from native-api/show_cache_filename
...
Report cache filename at download
2021-05-23 19:54:32 +03:00
Anton Petrov
aa950f939a
Merge pull request #1935 from native-api/framework_prefix
...
Prevent build from installing MacOS apps globally
2021-05-20 22:50:31 +03:00
Ivan Pozdeev
a7044d2c06
Prevent build from installing MacOS apps globally
2021-05-19 15:44:05 +03:00
Ivan Pozdeev
e5db32499c
ldflags_dirs is not needed for Python and causes failures
...
Ensuring that all dirs in LDFLAGS exist is only needed for Ruby due to its `configure` requirements.
If some LDFLAGS entries point to a nonexisting path to which the user doesn't have permission. this causes a build failure.
2021-05-19 05:28:03 +03:00
Ivan Pozdeev
ddf952ab2d
Allow for cases where user might've aliased some programs
...
The $(type -p | head -1) construct expects to always get a path, so need to ignore such aliases with -P
Closes https://github.com/pyenv/pyenv/issues/1662
2021-05-17 10:48:46 +03:00
Ivan Pozdeev
fdbcdd38f1
Add a version-neutral verify fn for rolling-release scripts
...
E.g. "*-latest"
May need splitting into project-specific ones if there emerge projects with different check needed
Closes https://github.com/pyenv/pyenv/issues/1559
2021-05-17 00:47:27 +03:00
Ivan Pozdeev
891dc31c92
Report cache filename at download
...
In certain cases, a user wants to know the cached filename to add the file themselves,
see https://github.com/pyenv/pyenv/issues/1743 .
Since we report both a filename and a URL anyway, there's no reason to report a wrong one.
2021-05-08 19:50:21 +03:00
native-api
debf1abd8b
Merge pull request #1312 from AlyssonOliveira/update_configuration_files
...
Update generated configuration files before run ./configure
2021-05-08 04:28:09 +03:00
Anton Petrov
328fd42c3a
support for pyston 2.2
2021-05-06 15:06:06 +03:00
Fredrik Averpil
1edded3426
Update 3.10-dev and 3.11-dev ( #1897 )
2021-05-04 14:28:09 -04:00
Mateusz Neumann
1bacfa5445
Update GET_PIP_URL
...
The bootstrap.pypa.io URLs for pip installation changed.
2021-03-08 12:51:02 +01:00
Anton Petrov
a2634350f4
Fixed typo
...
Added aarch64 for Linux in anaconda_architecture()
2021-02-28 19:03:12 +03:00
Anton Petrov
2fd00096de
Added aarch64 for Linux in anaconda_architecture()
...
Added aarch64 for Linux in anaconda_architecture()
2021-02-28 19:01:11 +03:00
Anton Petrov
be9aa0c899
Merge pull request #1806 from earlchew/issue/1805
...
[python-build] Support PYENV_DEBUG
2021-02-07 22:58:34 +03:00
Earl Chew
4c3f2cce3e
[python-build] Support PYENV_DEBUG
...
fixes #1805
2021-02-06 10:15:18 -08:00
Christian Clauss
93025e9aa4
Also fix Python 3.4 and 3.5 which do not support f-strings
2021-01-27 10:31:16 +01:00
Christian Clauss
189afa88c6
Fix get-pip which dropped support for legacy Python
...
Fix pyenv to continue to support legacy Python builds despite the fact that `get-pip` has dropped support for Python 2 as discussed in pypa/get-pip#87
2021-01-27 10:10:06 +01:00
Anton Petrov
9e03d1b62e
Added arm64 architecture support in python-build for macOS ( #1775 )
...
* Update python-build with arm64 architecture
2021-01-09 11:54:49 -05:00
tillhainbach
9052491a05
Change order of LDFLAGS paths ( #1754 )
2020-12-10 19:46:40 -05:00
Benjamin Howell
943015ebb2
Add LDFLAGS for zlib on macOS >= 1100 ( #1711 )
...
Add LDFLAGS for Xcode SDK zlib on macOS >= 1100 to resolve build issues on Big Sur.
2020-11-14 16:48:15 -05:00
James Curtin
5d84eed869
Add support for PYTHON_BUILD_MIRROR_URL when checksums do not exist ( #1673 )
2020-10-03 14:30:46 -04:00
Tim Felgentreff
f44cb70d93
Add Graalpython 20.1.0 and 20.2.0 ( #1594 )
2020-10-02 10:40:23 -04:00
Filip Chabik
ea7b5c4aea
Fix has_tar_xz_support function on FreeBSD. ( #1652 )
2020-07-22 09:10:56 -04:00
Ryan Williams
af122400ed
Make grep detection more robust ( #1663 )
2020-07-22 09:07:18 -04:00
Paul Ganssle
cd2c26ef71
Add 3.10-dev
2020-05-19 11:26:47 -04:00
David Baumgold
5e8719ab0e
Remove Ruby references from python-build ( #1596 )
...
* Remove Ruby references from python-build
* restore fix_directory_permissions
2020-04-27 16:25:17 -04:00
Varun Agrawal
a8f5fc13ee
Improved messages for uninstall ( #1591 )
2020-04-22 11:45:28 -04:00
Sudarshan Wadkar
b1381d1d46
Fix python-build brew: command not found
error ( #1544 )
...
This PR fixes (currently harmless) warning on macOS when homebrew is *not* installed.
- [ ] Test case (required?)
For example:
```sh
wadkar$ pyenv install 3.8.2
/Users/wadkar/.pyenv/plugins/python-build/bin/python-build: line 1541: brew: command not found
/Users/wadkar/.pyenv/plugins/python-build/bin/python-build: line 1541: brew: command not found
Installing openssl-1.1.0j...
Installed openssl-1.1.0j to /Users/wadkar/.pyenv/versions/3.8.2
Installing readline-8.0...
Installed readline-8.0 to /Users/wadkar/.pyenv/versions/3.8.2
Installing Python-3.8.2...
python-build: use zlib from xcode sdk
Installed Python-3.8.2 to /Users/wadkar/.pyenv/versions/3.8.2
```
2020-04-02 15:25:54 -04:00
Ivan Pozdeev
df671621e9
Mention log file if an error happened before building, too
2020-02-19 17:58:50 +03:00
Christoph Reiter
20a1f0cd7a
Add PyPy 7.3.0
...
The official pypy builds should now be portable on linux.
Also add aarch64 builds.
2019-12-26 10:15:26 +01:00
Felix Yan
4039709dfe
Correct a typo in python-build
2019-10-09 06:12:27 +08:00
Yamashita, Yuu
8a56fe641f
Merge pull request #1397 from grahamannett/tcltk-fix
...
working with tcl-tk in PYTHON_CONFIGURE_OPTS
2019-09-19 17:10:42 +09:00
graham
b7f4ace335
working with tcl-tk in PYTHON_CONFIGURE_OPTS
2019-09-18 18:04:12 -07:00
Christopher Wilson
a71e590a44
Fix path to Unix port in micropython build
2019-09-18 10:18:48 -07:00
Christopher Wilson
8bebdb7f1a
Build mpy-cross dependency for micropython builds
2019-09-17 21:39:04 -07:00
Mikhail Bulash
4157973301
Find zlib from Xcode or brew on Mojave ( #1353 )
...
fixes #1219 , #1333
2019-06-11 10:12:00 -04:00
Josh Friend
2350e57b00
Add CPython 3.8.0b1
2019-06-04 19:39:02 -04:00
Andrew Rabert
0f596d2504
Revert "Merge pull request #1153 from cmcginty/remove-sbang"
...
This reverts commit 070e1c859f
, reversing
changes made to 3faeda67bb
.
2019-04-23 10:23:33 -04:00
Christopher Hunt
070e1c859f
Merge pull request #1153 from cmcginty/remove-sbang
...
Remove shebang lines from scripts for performance
2019-04-22 20:13:19 -04:00
Christopher Hunt
3faeda67bb
Merge pull request #1216 from blueyed/abs_dirname
...
Fix abs_dirname for relative symlinks in same directory
2019-04-18 16:34:55 -04:00
Yamashita, Yuu
2891972d85
Merge pull request #1329 from pyenv/yy-mac-readline-8.0
...
Use GNU Readline 8.0
2019-04-09 09:46:38 +09:00
Yamashita, Yuu
70e173381e
Use GNU Readline 8.0
2019-04-08 23:15:31 +09:00
Yamashita, Yuu
b551fed8d5
Imported changes from rbenv/ruby-build 20190401
2019-04-08 23:09:29 +09:00
Yamashita, Yuu
79481d686f
Fix typos
2019-04-08 08:31:27 +00:00
Yamashita, Yuu
6d279501b5
Add extra code to configure with --with-openssl
which is supported by CPython 3.7+
2019-04-08 08:21:36 +00:00
Yamashita, Yuu
62395cabb5
Allow overriding the preference of OpenSSL version per definition basis ( #1302 , #1325 , #1326 )
2019-04-08 11:18:31 +09:00
Alysson Oliveira
ee75a75385
Run autoreconf intead autoconf
2019-03-26 23:45:36 -03:00
Thomas Waldmann
dda597efb3
macOS: prefer homebrew openssl 1.1.x over 1.0.x, see #839
...
previously, it was not possibly to compile a python with homebrew
openssl 1.1 because the code always queried "openssl" and ignored
"openssl@1.1".
now, if 1.1 is installed, it is used to compile python and only
if it is not, 1.0 is checked and used.
2019-03-16 21:17:43 +01:00