diff --git a/dev-lang/python/patches/python39-3.9.2.patchset b/dev-lang/python/patches/python39-3.9.5.patchset similarity index 100% rename from dev-lang/python/patches/python39-3.9.2.patchset rename to dev-lang/python/patches/python39-3.9.5.patchset diff --git a/dev-lang/python/patches/python39_x86-3.9.2.patchset b/dev-lang/python/patches/python39_x86-3.9.5.patchset similarity index 100% rename from dev-lang/python/patches/python39_x86-3.9.2.patchset rename to dev-lang/python/patches/python39_x86-3.9.5.patchset diff --git a/dev-lang/python/python39-3.9.2.recipe b/dev-lang/python/python39-3.9.5.recipe similarity index 96% rename from dev-lang/python/python39-3.9.2.recipe rename to dev-lang/python/python39-3.9.5.recipe index 7fec48a37..0c2a0bd00 100644 --- a/dev-lang/python/python39-3.9.2.recipe +++ b/dev-lang/python/python39-3.9.5.recipe @@ -9,9 +9,9 @@ OSI-approved open source license." HOMEPAGE="https://www.python.org" LICENSE="Python" COPYRIGHT="1990-2020 Python Software Foundation" -REVISION="4" +REVISION="1" SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz" -CHECKSUM_SHA256="3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d" +CHECKSUM_SHA256="0c5a140665436ec3dbfbb79e2dfb6d192655f26ef4a29aeffcb6d1820d716d83" SOURCE_DIR="Python-$portVersion" PATCHES="python39-$portVersion.patchset" if [ "$secondaryArchSuffix" = _x86 ] ; then @@ -57,6 +57,7 @@ REQUIRES=" lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel devel:libbz2$secondaryArchSuffix devel:libexpat$secondaryArchSuffix devel:libffi$secondaryArchSuffix @@ -68,13 +69,13 @@ BUILD_REQUIRES=" devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" - haiku${secondaryArchSuffix}_devel + autoconf_archive cmd:aclocal cmd:autoconf cmd:find cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix - cmd:libtoolize + cmd:libtoolize$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix cmd:make " @@ -88,9 +89,7 @@ BUILD() export CFLAGS="-D_BSD_SOURCE" rm -Rf Modules/expat - libtoolize --force --copy --install - aclocal - autoconf + autoreconf -fi export OPT="" runConfigure --omit-dirs binDir,includeDir ./configure \