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:
Oscar Lesta
2022-10-01 06:28:29 +00:00
committed by Adrien Destugues
parent 340bcad4b3
commit 5d8b80ae20
3 changed files with 3 additions and 3 deletions

View File

@@ -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