mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
python3.7: add sysconfig haiku schemes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user