mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
apsw: enable 3.8, 3.9, remove 3.6
This commit is contained in:
@@ -7,7 +7,7 @@ HOMEPAGE="https://github.com/rogerbinns/apsw/
|
||||
https://pypi.org/project/apsw/"
|
||||
COPYRIGHT="2004-2019 Roger Binns"
|
||||
LICENSE="OSI"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/rogerbinns/apsw/archive/3.30.1-r1.tar.gz"
|
||||
CHECKSUM_SHA256="5b7adbc5aa6bc0b186d32ff813a1248817470da78dc9ebf4efc4ff0b475372dd"
|
||||
SOURCE_DIR="apsw-3.30.1-r1"
|
||||
@@ -26,8 +26,8 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PYTHON_PACKAGES=(python python36 python3)
|
||||
PYTHON_VERSIONS=(2.7 3.6 3.7)
|
||||
PYTHON_PACKAGES=(python python3 python38 python39)
|
||||
PYTHON_VERSIONS=(2.7 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