mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 05:40:07 +02:00
toml: enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -9,7 +9,7 @@ COPYRIGHT="2013-2019 William Pearson
|
||||
2017 Jack Evans
|
||||
2019 Filippo Broggini."
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/uiri/toml/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f03a628c5751328fdec6fa84656199f51dd6000b7ecc1fe490e3fbe89ebfd476"
|
||||
|
||||
@@ -26,8 +26,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python36 python3)
|
||||
PYTHON_VERSIONS=(3.6 3.7)
|
||||
PYTHON_PACKAGES=(python3 python38 python39)
|
||||
PYTHON_VERSIONS=(3.7 3.8 3.9)
|
||||
for i in "${!PYTHON_PACKAGES[@]}"; do
|
||||
pythonPackage=${PYTHON_PACKAGES[i]}
|
||||
pythonVersion=${PYTHON_VERSIONS[$i]}
|
||||
|
||||
Reference in New Issue
Block a user