Seonghyeon Cho
a65af6570d
Add space after yes/no prompt ( #2040 )
2021-09-07 23:35:53 +03:00
native-api
e154693dc6
Revert "Drop inferring version to install from pyenv local
"
2021-06-14 17:08:46 +03:00
Anton Petrov
70934bd635
Merge pull request #1907 from native-api/install_no_blank
...
Drop inferring version to install from `pyenv local`
2021-06-04 21:01:48 +03:00
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
Ivan Pozdeev
8bff74dbd4
Drop inferring version to install from pyenv local
...
This behavior is only triggered when the version is provided as an empty string,
is undocumented and breaks if multiple local versions are specified
(rightly so since it's unclear which of them to install).
2021-05-08 01:58:47 +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
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
2019-03-07 22:15:14 +01:00
Christopher Hunt
abc28d3a53
Merge pull request #1289 from chrahunt/feature/add-python-gdb
...
Install python-gdb.py.
2019-03-03 23:47:24 -05:00
Christopher Hunt
fe04483773
Merge pull request #1217 from remilapeyre/master
...
Force y, Y, yes or YES to confirm installation
2019-02-21 20:31:20 -05:00
Chris Hunt
3018241aee
Install python-gdb.py.
...
The script in `Tools/gdb/libpython.py` has helper functions for
debugging Python processes under gdb. When installed to `{exe}-gdb.py`
it will automatically be loaded by gdb assuming it is in the safe path.
gdb resolves all symlinks, so having the single script is sufficient
regardless of how Python is invoked.
Since it is usually only included as part of a dbg/dev package, this
file is intentionally excluded from install by the CPython build
scripts. Like the packaging with EPEL/Debian, we opt to manually copy
it after the build/install.
To ensure this file gets picked up it is enough for users to put this in
their `~/.gdbinit`:
```
add-auto-load-safe-path ~/.pyenv
```
Fixes #1190 .
2019-02-18 11:16:37 -05:00
Bjorn Neergaard
cc35fbd0b8
Use ls instead of find to list definitions
2018-11-25 12:31:17 -07:00
Rémi Lapeyre
9be58802c1
Force y, Y, yes or YES to confirm installation
2018-09-19 16:18:27 +02:00
Daniel Hahler
4f21d9a2ea
Fix abs_dirname for relative symlinks in same directory
...
Ref (abs_dirname in bats): https://github.com/sstephenson/bats/pull/224
Ref: https://github.com/rbenv/rbenv/pull/868
Fixes https://github.com/pyenv/pyenv/issues/580
2018-09-19 10:18:07 +02:00
LWisteria
0e3f04c429
Check wget version iff wget is going to be used
...
reapplying 4ebba7cd5f
, which is (accidently?) reverted by fc90785f75
2018-06-29 14:55:32 +09:00
Yamashita, Yuu
d6ba379e08
Merge pull request #1146 from pyenv/http-client-based-on-envvar
...
Allow overriding HTTP client type based on environment variable
2018-05-01 09:34:24 +09:00
Yamashita, Yuu
c8ad3385c7
Import latest changes from https://github.com/rbenv/ruby-build as of v20180424
2018-04-26 00:56:08 +00:00
Yamashita, Yuu
fc90785f75
Allow overriding HTTP client type based on environment variable PYTHON_BUILD_HTTP_CLIENT
( #1126 )
2018-04-24 02:33:43 +00:00
Yamashita, Yuu
980b03b582
Update warning message on presence of PIP_VERSION
2018-03-29 03:16:53 +00:00
Yamashita, Yuu
f5663f084a
Show some warning on the use of PIP_VERSION
2018-03-29 00:58:17 +00:00
Yamashita, Yuu
90dfb261e2
Use custom get-pip URL based on the target version ( #1127 )
2018-03-29 00:38:16 +00:00
Yamashita, Yuu
15ff779eb5
Refactoring
...
Manage `GET_PIP_URL` value at single place for readability.
2018-03-22 01:34:44 +00:00
Yamashita, Yuu
ed2d2a921e
Unset PIP_VERSION
before invoking get-pip.py
as a workaround for invalid truth value
error ( pyenv/pyenv-installer#70 )
2018-03-20 04:04:49 +00:00
Jens Hedegaard Nielsen
59846ca9b1
Set openssl PKG_CONFIG_PATH for python 3.7 ( #1117 )
2018-03-13 10:00:23 -04:00
Tim Savage
3daed2e517
Added entries to support installing ActivePython (linux)
2018-03-09 12:12:13 +11:00
Hiro Asari
2ba2d8797b
Add 3.8-dev to point to master
...
Push 3.7-dev to `3.7` branch
2018-02-08 08:27:18 -05:00
Josh Friend
71f09a6d71
Add PyPy[23] 5.10
...
closes #1061
2017-12-26 10:23:07 -05:00
Kjetil Limkjær
dc145fa5a2
Added true fallback to num_cpu_cores SunOS case
2017-12-15 09:19:15 +01:00
Kjetil Limkjær
5149c53165
Add SunOS case statement to num_cpu_cores
2017-12-14 22:17:34 +01:00
Kjetil Limkjær
c5e4bab858
Fix pyenv install on Solaris / Illumos
...
pyenv install crashes on Solaris with an empty log file. Adding support for the proper Solaris getconf call in num_cpu_cores fixed it. Tested and working under OmniOS CE r151024.
2017-12-13 22:00:14 +01:00
LWisteria
4ebba7cd5f
Check wget version iff wget is going to be used
...
Do not check when tarball is cached
2017-11-29 20:54:04 +09:00
Yamashita, Yuu
85a66a9640
Merge pull request #1036 from zachriggle/pwd-changes
...
Fix $PWD changes when executing Python
2017-11-21 10:51:41 +09:00
Zach Riggle
19e2b9588a
Fix $PWD changes when executing Python
...
Specifically, this does not play well with PWD=/proc/self/cwd
2017-11-13 16:04:31 -06:00
Ville Skyttä
fc4f496545
Get number of processors using getconf over cpuinfo grep
2017-11-08 19:07:20 +02:00
Yamashita, Yuu
ecc5ff5ead
Fix a bug in handling of PACKAGE_MAKE_INSTALL_TARGET
2017-11-03 14:10:08 +00:00
Yamashita, Yuu
4521552662
Imported recent changes from the latest https://github.com/rbenv/ruby-build as of Oct 31, 2017 ( #1025 )
2017-11-03 14:10:08 +00:00
Yamashita, Yuu
4fb078c4c5
Merge pull request #978 from pyenv/skip-enable-unicode-py33
...
Skip passing `--enable-unicode` for CPython 3.3+ (fixes #912 )
2017-10-31 09:57:18 +09:00
Jamie Connolly
eb70ee3e73
Ignore LibreSSL bundled with macOS 10.13
2017-10-30 16:47:53 +00:00
Ville Skyttä
2f4caa83b7
micropython-dev: unix dir moved to ports/unix
2017-09-15 19:12:39 +03:00
Yamashita, Yuu
2a4b203312
Skip passing --enable-unicode
for CPython 3.3+ ( fixes #912 )
2017-09-11 01:09:23 +00:00
Nikita Grishko
09bc868ea8
Remove extra spaces in checksum ( #976 )
...
Fixes #902 .
2017-09-05 19:08:48 +02:00
Yamashita, Yuu
b1d32217c3
Avoid creating a symlink for symlink
2017-08-13 20:02:20 +09:00
Yamashita, Yuu
41f00c639d
Check if copying file is a file or not
2017-08-13 16:54:04 +09:00
Yamashita, Yuu
bb352f8822
Add genc
as a dependency
2017-08-13 16:53:41 +09:00
Yamashita, Yuu
0fe7d78503
Check pycparser's availability when building PyPy from source
2017-08-09 22:23:31 +09:00
Yamashita, Yuu
fc23323ed4
Revert "Avoid choosing virtualenv when building PyPy from source"
...
This reverts commit 63c00d9989
.
2017-08-09 22:22:05 +09:00
Yamashita, Yuu
63c00d9989
Avoid choosing virtualenv when building PyPy from source
2017-08-09 09:23:49 +00:00
Yamashita, Yuu
98878e5d12
Changed default PyPy build option; specify --batch
to avoid launching interactive debugger
2017-08-09 09:23:30 +00:00
Yamashita, Yuu
0cbfcf09d4
Fix pattern match for PyPy versions
2017-08-09 07:34:59 +00:00
Yamashita, Yuu
269a702321
Fix wrong variable reference
2017-07-26 01:31:26 +00:00
Yamashita, Yuu
adc0365923
Add support for PyPy3 executables like libpypy3-c.so
( fixes #955 )
2017-07-26 01:06:04 +00:00
Ville Skyttä
7add7793cd
micropython-dev: Set better sys.path
2017-07-05 08:30:49 +03:00
Ville Skyttä
fd1fb13016
Add micropython-dev
2017-05-28 14:04:42 +03:00