mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 23:30:04 +02:00
iniconfig: enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.org/project/iniconfig/
|
||||
http://github.com/RonnyPfannschmidt/iniconfig/"
|
||||
COPYRIGHT="2010-2020 Holger Krekel and Ronny Pfannschmidt"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/RonnyPfannschmidt/iniconfig/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a4489e91242e035cb58700d9a3c4bf49e0b106a85fefefe48025e333ea5ee49c"
|
||||
|
||||
@@ -30,8 +30,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