Evan Pitstick
6be6231444
Use -I with ensurepip
The -s flag assures that nothing can be installed to user site-packages
but doesn't keep ensurepip from looking there for Pip.
If Pip is installed in the user site-packages directory, pip won't be installed
for the newly built python -- and its shim won't be created.
-I makes the build install Pip in any case.
The user site-packages installation will override it --
but we'll have the shim at least.
пре 2 година
native-api
ac5efed3a8
Fix FreeBSD tests in MacOS CI ( #2748 )
Guthub have recently preinstalled x64 Homebrew OpenSSL to stock MacOS runners. This has caused FreeBSD OpenSSL detection logic to erroneously trigger when running FreeBSD tests in MacOS because their paths happened to coincide.
Replaced checking a specific path with checking with pkg.
пре 3 година
Florian Schüller
68918e69b7
Support for BusyBox version of `head' ( #2629 )
пре 3 година
native-api
dd60d5fae2
Fix overriding arguments for --enable-framework and --enable-universalsdk after #2592 ( #2605 )
пре 3 година
native-api
f1a1f59c87
Fix `:latest` after #2568 ( #2599 )
* Cleanup mocks logic
* Add test for `:latest`
пре 3 година
native-api
819e2b8f45
Fix wrong libpython being linked to in MacOS ( #2596 )
Without rpath, python would link up to the system's libpython
пре 3 година
Ivan Pozdeev
e447fe5b73
Don't set --enable-shared if user supplied --disable-shared
пре 3 година
Ivan Pozdeev
4242694a0e
Fix priority for user-supplied configure and make flags
пре 3 година
Ivan Pozdeev
4bd8a975f4
Avoid adding dangling spaces to *FLAGS
пре 3 година
Ivan Pozdeev
2a5bbf6cb5
Fix searching readline and sqlite3 in FreeBSD
Surprisingly, CPython doesn't search these with pkg-config
This is fixed upstream in 3.12.0a1
пре 3 година
Anton Petrov
ca1593c80e
Fix build tests
пре 3 година
rockandska
31f372034d
Allow multiple versions for pyenv-install
пре 3 година
native-api
31355676f0
Support `aria2c` being a snap ( #2528 )
Likely in Ubuntu where it's only available as a snap
пре 3 година
Ivan Pozdeev
75022d5d7c
Revert version auto-resolution in `python-build`
It was moved to `pyenv-install`
пре 3 година
native-api
a12f947cc3
Auto-resolve prefixes to the latest version ( #2487 )
пре 3 година
native-api
5b0ac41dec
Discover Tcl/Tk from Homebrew via pkgconfig for 3.11+ ( #2501 )
CPython 3.11+ dropped support for --with-tcl-tk-*
in favor of pure pkgconfig
пре 3 година
Ivan Pozdeev
f3521e88be
Allow to build CPython with --with-dsymutil
Since 3.12, CPython can provide debug symbols in
Apple's nonstandard way, "dSYM bundles"
пре 3 година
Ivan Pozdeev
aa07a3a37c
Remove extraneous is_mac call
пре 3 година
Sam Doran
e6446555f3
Add envvar to skip Homebrew
пре 3 година
Dmitriy Serdyuk
c89a69a6ed
Add micropython 1.18 and 1.19.1 ( #2443 )
Support frozen builtin modules e.g. upip
пре 3 година
hardikpnsp
afeb971fa2
Add support for multiple versions in `pyenv uninstall` ( #2432 )
пре 3 година
native-api
bc13a87bee
Add flags for Homebrew into `python-config --ldflags` ( #2384 )
пре 4 година
yggdr
cd5522965b
Pass through CFLAGS_EXTRA for Micropython ( #2007 )
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
пре 4 година
Ivan Pozdeev
65316a7e99
Don't use Homebrew outside of MacOS
In Linux, it's not the primary source of packages and
cannot be used without build flag adjustments
thus has caused build failures.
пре 4 година
Ivan Pozdeev
e928e75f22
Fix a duplicate error message on stub plan overrun
пре 4 година
Ville Skyttä
a9e11ba164
Use `command` and `type` instead of `which` ( #2144 )
`which` has been deprecated in Debian's debianutils 5.0+
They suggest using `type` and `command` as replacements:
3a8dd10b45 ,
610a65c6ef
пре 4 година
native-api
4b82f575c7
Append Homebrew custom prefix to search path ( #1957 )
This is needed to find other Python deps (e.g. libintl) in Homebrew if it has
nonstandard prefix (e.g. in Apple M1)
* Re-allow to search Homebrew for zlib everywhere
пре 4 година
native-api
8db91d5516
Default --with-universal-archs to universal2 on Apple Silicon ( #2122 )
Don't override a user-supplied value
пре 4 година
native-api
5963dc4f61
Discover Tcl/Tk reliably and use active version ( #2106 )
Link to the active version like other Homebrew deps --
this won't break when another binary-compatible version is installed.
Use a discovery method that doesn't break when other versions are present alongside.
пре 4 година
Ivan Pozdeev
2f8c625a7d
Fix test failures
пре 4 година
Ivan Pozdeev
6882be06a6
Bats: report unstub failure details
пре 4 година
tillhainbach
e56962b357
allow tcl-tk as argument or try with homebrew by default Replacement for #1409 ( #1646 )
* feat(python-build): allow tcl-tk as argument or default to homebrew
* refactor(python-build): detect tcl-tk-libs from confugre_opts_arr
пре 4 година
native-api
e154693dc6
Revert "Drop inferring version to install from `pyenv local`"
пре 5 година
Ivan Pozdeev
0dd61f8777
fix test
пре 5 година
Ivan Pozdeev
a7044d2c06
Prevent build from installing MacOS apps globally
пре 5 година
Ivan Pozdeev
d010b4110a
adjust tests
пре 5 година
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
пре 5 година
Ivan Pozdeev
b4511f0787
Remove test for the feature
пре 5 година
Ivan Pozdeev
37f6349b01
Make test independent of umask
Only test the permission bit that we're setting
пре 5 година
Mateusz Neumann
3bdafde5bf
Fix URLs in the tests
пре 5 година
James Curtin
5d84eed869
Add support for PYTHON_BUILD_MIRROR_URL when checksums do not exist ( #1673 )
пре 5 година
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 година