From e8e064ba5f3d023475eabf0875cfec52965a0c70 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 22 Oct 2019 18:47:57 +0200 Subject: [PATCH] python: bump 3.8 version, enable. --- ...on38-3.8.0~rc1.recipe => python38-3.8.0.recipe} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename dev-lang/python/{python38-3.8.0~rc1.recipe => python38-3.8.0.recipe} (92%) diff --git a/dev-lang/python/python38-3.8.0~rc1.recipe b/dev-lang/python/python38-3.8.0.recipe similarity index 92% rename from dev-lang/python/python38-3.8.0~rc1.recipe rename to dev-lang/python/python38-3.8.0.recipe index 67d2569be..b81da8f71 100644 --- a/dev-lang/python/python38-3.8.0~rc1.recipe +++ b/dev-lang/python/python38-3.8.0.recipe @@ -12,18 +12,18 @@ HOMEPAGE="https://www.python.org" LICENSE="Python" COPYRIGHT="1990-2019 Python Software Foundation" REVISION="1" -SOURCE_URI="https://www.python.org/ftp/python/3.8.0/Python-${portVersion/\~/}.tar.xz" -CHECKSUM_SHA256="ae44df6ccf5d70059dd4d04c97156f5fcace74384a6f3cfb2fdf9baddb90a821" -SOURCE_DIR="Python-${portVersion/\~/}" -PATCHES="python3-3.8.0.patchset" +SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz" +CHECKSUM_SHA256="b356244e13fb5491da890b35b13b2118c3122977c2cd825e3eb6e7d462030d84" +SOURCE_DIR="Python-$portVersion" +PATCHES="python3-$portVersion.patchset" if [ "$secondaryArchSuffix" = _x86 ] ; then PATCHES+=" - python3_x86-3.8.0.patchset + python3_x86-$portVersion.patchset " fi -ARCHITECTURES=" !x86_gcc2 ?x86 ?x86_64" -SECONDARY_ARCHITECTURES="?x86" +ARCHITECTURES=" !x86_gcc2 ?x86 x86_64" +SECONDARY_ARCHITECTURES="x86" # On x86_gcc2 we don't want to install the commands in bin//, but in bin/. commandSuffix=$secondaryArchSuffix