Ivan Pozdeev
d327702c4d
Fix OpenSSL 1.x version parsing
1 year ago
threadflow
8d93ccae39
Fix OpenSSL version parsing in python-build script ( #3181 )
1 year ago
native-api
e98a0b489f
Fix "Unsupported options" error building bundled OpenSSL <3.2.0 ( #3164 )
1 year ago
native-api
fc0e27c24b
Support PACKAGE_CPPFLAGS and PACKAGE_LDFLAGS ( #3130 )
add test to test all the flag types
1 year ago
Ivan Pozdeev
cb83169098
fix CL: + test modified scripts with tar.gz source
missed some of the changes
1 year ago
native-api
4c90a3147f
Speed up building bundled OpenSSL ( #3124 )
* Skip building bundled OpneSSL unnecessary parts
* Remove bundled OpneSSL build hack: no longer needed
1 year ago
native-api
a39449bc50
Prefer tcl-tk@8 from Homebrew due to release of Tcl/Tk 9 with which only 3.12+ are compatible ( #3118 )
1 year ago
David Poznik
d201daeb33
Make "y/N" prompt consistent with others ( #3080 )
1 year ago
Ivan Pozdeev
9373970678
pyenv-latest: replace -q with -b and -f, document as internal
More tailored for the emergent internal use cases
2 years ago
native-api
cdd97d8c30
Fix pyenv-uninstall not having the debug tracing invocation ( #3020 )
2 years ago
native-api
50e726ac41
Fix debug build for X.Yy-dev ( #3011 )
also just use extglob everywhere
2 years ago
Sam Gross
d660c5a84f
Add support for free-threaded Python ( #2995 )
2 years ago
Tim Felgentreff
98c5b711dc
fix http_get_aria to cat the correct file
2 years ago
Edgar Ramírez Mondragón
8c7fc98c4f
Add CPython 3.14-dev, update 3.13-dev ( #2960 )
* Add CPython 3.14-dev
* Update 3.13-dev branch to 3.13
* Use OpenSSL 3.3.0
2 years ago
Ivan Pozdeev
1e017f3917
Set useful PS4 in python-build
2 years ago
Ivan Pozdeev
05bb4f9a8d
Use Homebrew in Linux if Pyenv is installed with Homebrew or PYTHON_BUILD_USE_HOMEBREW is set
2 years ago
cpzt
2d85075123
Add micropython 1.20.0 and 1.21.0 ( #2869 )
2 years ago
Marvin Häuser
2c69732fec
Add installation prefix to `python-config --ldflags` output ( #2865 )
Needed to link against libpython of the Pyenv-controlled installation
2 years ago
startergo
d25cd0d0f5
Fix linking against Homebrew's Tcl/Tk 8.6.13 in MacOS ( #2820 )
Headers have been moved to the 'tcl-tk' subdir
This was causing Tcl/Tk 8.5 from XCode SDK to be silently picked instead
2 years ago
Ivan Pozdeev
509d3a8855
Use pip<21 syntax in ensurepip call for pypy2.7-7.3.13 and 2.7.18
2 years ago
Alex Hedges
928f69cf9a
Install ncurses from Homebrew, if available ( #2813 )
XCode Command Line Tools 15.0 was recently released, and it contains a
broken version of ncurses 6.0. Some uses of Python's `curses` module
will segfault when compiled with it. The solution is to switch to using
the version of ncurses from Homebrew, which is currently 6.4. Support
for ncurses 6 was added to Python 3.7 and was backported to 3.6 and 2.7,
so this change should not break any recently supported Python versions.
Tested with Python 3.12, 3.11, and 2.7, and all tests in
the `test.test_curses` module pass without issue.
See https://github.com/python/cpython/issues/109617 and
https://github.com/python/cpython/issues/69906 for more information.
2 years ago
native-api
d2c4d963d2
Prioritize 'zlib from xcode sdk' flag correctly ( #2791 )
All include directories should go into CPPFLAGS.
XCode SDK was being added to CFLAGS instead
which caused old Tcl/Tk in the SDK to override a newer one in Homebrew.
2 years ago
Timothy Pansino
8cfc75604b
Fix get-pip urls for older pypy versions ( #2788 )
2 years ago
native-api
da3ac7b7a3
Prefer OpenSSL 3 in Homebrew since 3.12 ( #2781 )
2 years ago
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 years ago
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 years ago
t0b3
def5cd994e
Update 3.12-dev and add 3.13-dev ( #2703 )
3 years ago
Shengqi Chen
b1ee6c93c4
Try locate `readlink` first in pyenv-hooks, fix #2654 ( #2655 )
* Remove all use of `greadlink`, fix #2654
Signed-off-by: Harry Chen <i@harrychen.xyz>
* revert greadlink back in tests
---------
Signed-off-by: Harry Chen <i@harrychen.xyz>
Co-authored-by: Anton Petrov <anton.a.petrov@gmail.com>
3 years ago
Florian Schüller
68918e69b7
Support for BusyBox version of `head' ( #2629 )
3 years ago
native-api
dd60d5fae2
Fix overriding arguments for --enable-framework and --enable-universalsdk after #2592 ( #2605 )
3 years ago
native-api
f1a1f59c87
Fix `:latest` after #2568 ( #2599 )
* Cleanup mocks logic
* Add test for `:latest`
3 years ago
native-api
819e2b8f45
Fix wrong libpython being linked to in MacOS ( #2596 )
Without rpath, python would link up to the system's libpython
3 years ago
Ivan Pozdeev
e447fe5b73
Don't set --enable-shared if user supplied --disable-shared
3 years ago
Ivan Pozdeev
4242694a0e
Fix priority for user-supplied configure and make flags
3 years ago
Ivan Pozdeev
4bd8a975f4
Avoid adding dangling spaces to *FLAGS
3 years ago
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 years ago
native-api
2369ac2a08
Fix using dependencies from Ports in BSD with no pkg-config ( #2586 )
3 years ago
rockandska
31f372034d
Allow multiple versions for pyenv-install
3 years ago
Tobias Klauser
ff93c58bab
Remove stray newline after python-build installation ( #2566 )
To match other Pyenv commands
3 years ago
Ivan Pozdeev
18f62f266d
Remove no-longer-needed PyPy prerequisites
3 years ago
Dan Dees
cad18bb332
Add PyPy 7.3.10
3 years ago
Ivan Pozdeev
79fdf1e3bb
Improve Mac feature messages phrasing
3 years ago
Ivan Pozdeev
03bba03291
Set --enable-shared earlier
To take advantage of the existing logic to add to rpath
3 years ago
Ivan Pozdeev
cf50e2a2db
Don't hide output from extension checks
3 years ago
Anton Petrov
b3d52b05d2
--enable-shared by default on non-mac systems
3 years ago
native-api
31355676f0
Support `aria2c` being a snap ( #2528 )
Likely in Ubuntu where it's only available as a snap
3 years ago
native-api
1250d7dd30
Don't use Zlib from XCode SDK if a custom compiler is used ( #2516 )
3 years ago
Ivan Pozdeev
75022d5d7c
Revert version auto-resolution in `python-build`
It was moved to `pyenv-install`
3 years ago
native-api
a12f947cc3
Auto-resolve prefixes to the latest version ( #2487 )
3 years ago
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 years ago