Skip to content

Commit

Permalink
python310: bumped version to 3.10.7
Browse files Browse the repository at this point in the history
Also: build with "--with-readline=editline", which enables line-editting,
history, and tab-completion on the interactive interpreter prompt.

Closes #7183.
  • Loading branch information
OscarL authored and pulkomandy committed Oct 2, 2022
1 parent 340bcad commit 5d8b80a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5d8b80a

Please sign in to comment.