mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 01:00:06 +02:00
python310: bumped version to 3.10.7
Also: build with "--with-readline=editline", which enables line-editting, history, and tab-completion on the interactive interpreter prompt. Closes #7183.
This commit is contained in:
committed by
Adrien Destugues
parent
340bcad4b3
commit
5d8b80ae20
@@ -8,10 +8,10 @@ Python is free to use, even for commercial products, because of its \
|
||||
OSI-approved open source license."
|
||||
HOMEPAGE="https://www.python.org"
|
||||
LICENSE="Python"
|
||||
COPYRIGHT="1990-2021 Python Software Foundation"
|
||||
COPYRIGHT="1990-2022 Python Software Foundation"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="f795ff87d11d4b0c7c33bc8851b0c28648d8a4583aa2100a98c22b4326b6d3f3"
|
||||
CHECKSUM_SHA256="6eed8415b7516fb2f260906db5d48dd4c06acc0cb24a7d6cc15296a604dcdc48"
|
||||
SOURCE_DIR="Python-$portVersion"
|
||||
PATCHES="python310-$portVersion.patchset"
|
||||
if [ "$secondaryArchSuffix" = _x86 ] ; then
|
||||
@@ -95,7 +95,7 @@ BUILD()
|
||||
export OPT=""
|
||||
|
||||
runConfigure --omit-dirs binDir,includeDir ./configure \
|
||||
--enable-shared --without-ensurepip --with-system-ffi \
|
||||
--enable-shared --without-ensurepip --with-system-ffi --with-readline=editline \
|
||||
--with-system-expat --bindir=$commandBinDir --includedir=$developDir/headers
|
||||
|
||||
# prevent make from rebuilding stuff that requires python
|
||||
Reference in New Issue
Block a user