From 5d8b80ae201fda891b22f43c9b340b4aa68c7cfb Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Sat, 1 Oct 2022 06:28:29 +0000 Subject: [PATCH] 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. --- ...{python310-3.10.6.patchset => python310-3.10.7.patchset} | 0 ...10_x86-3.10.6.patchset => python310_x86-3.10.7.patchset} | 0 .../{python310-3.10.6.recipe => python310-3.10.7.recipe} | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename dev-lang/python/patches/{python310-3.10.6.patchset => python310-3.10.7.patchset} (100%) rename dev-lang/python/patches/{python310_x86-3.10.6.patchset => python310_x86-3.10.7.patchset} (100%) rename dev-lang/python/{python310-3.10.6.recipe => python310-3.10.7.recipe} (95%) diff --git a/dev-lang/python/patches/python310-3.10.6.patchset b/dev-lang/python/patches/python310-3.10.7.patchset similarity index 100% rename from dev-lang/python/patches/python310-3.10.6.patchset rename to dev-lang/python/patches/python310-3.10.7.patchset diff --git a/dev-lang/python/patches/python310_x86-3.10.6.patchset b/dev-lang/python/patches/python310_x86-3.10.7.patchset similarity index 100% rename from dev-lang/python/patches/python310_x86-3.10.6.patchset rename to dev-lang/python/patches/python310_x86-3.10.7.patchset diff --git a/dev-lang/python/python310-3.10.6.recipe b/dev-lang/python/python310-3.10.7.recipe similarity index 95% rename from dev-lang/python/python310-3.10.6.recipe rename to dev-lang/python/python310-3.10.7.recipe index 2bafc921f..5e5b867b5 100644 --- a/dev-lang/python/python310-3.10.6.recipe +++ b/dev-lang/python/python310-3.10.7.recipe @@ -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