python3.7: add sysconfig haiku schemes

This commit is contained in:
Jerome Duval
2023-03-07 18:56:45 +01:00
parent 6a86ae3bdd
commit da07c7b2bf
2 changed files with 90 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ OSI-approved open source license."
HOMEPAGE="https://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2022 Python Software Foundation"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="4157ae31eb81af19e81c36882610491b0fb8f50e00fa8a17b095c88908b9c45c"
SOURCE_DIR="Python-$portVersion"
@@ -32,7 +32,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
fi
PROVIDES="
python3$secondaryArchSuffix = $portVersion compat >= 3.7
python3.7$secondaryArchSuffix = $portVersion compat >= 3.7
cmd:2to3_3.7 = $portVersion compat >= 3.7
cmd:idle3 = $portVersion compat >= 3.7
cmd:idle3.7 = $portVersion compat >= 3.7