New revision 3 of python3.9.5 recipe

* arm arm64 and riscv64 arch
 * provide commands python and python3
This commit is contained in:
Fredrik Holmqvist
2021-08-27 21:20:21 +02:00
parent daf25145a5
commit 6b6cf10a52

View File

@@ -9,7 +9,7 @@ OSI-approved open source license."
HOMEPAGE="https://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2020 Python Software Foundation"
REVISION="2"
REVISION="3"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="0c5a140665436ec3dbfbb79e2dfb6d192655f26ef4a29aeffcb6d1820d716d83"
SOURCE_DIR="Python-$portVersion"
@@ -20,7 +20,7 @@ if [ "$secondaryArchSuffix" = _x86 ] ; then
"
fi
ARCHITECTURES=" !x86_gcc2 ?x86 x86_64"
ARCHITECTURES=" !x86_gcc2 ?x86 x86_64 arm arm64 riscv64"
SECONDARY_ARCHITECTURES="x86"
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
@@ -36,6 +36,8 @@ PROVIDES="
cmd:2to3_3.9 = $portVersion compat >= 3.9
cmd:idle3.9 = $portVersion compat >= 3.9
cmd:pydoc3.9 = $portVersion compat >= 3.9
cmd:python = $portVersion compat >= 3.9
cmd:python3 = $portVersion compat >= 3.9
cmd:python3.9 = $portVersion compat >= 3.9
cmd:python3.9_config = $portVersion compat >= 3.9
cmd:pyvenv_3.9 = $portVersion compat >= 3.9