diff --git a/dev-python/apsw/apsw-3.30.1~r1.recipe b/dev-python/apsw/apsw-3.30.1~r1.recipe index 9b329931f..9456205ff 100644 --- a/dev-python/apsw/apsw-3.30.1~r1.recipe +++ b/dev-python/apsw/apsw-3.30.1~r1.recipe @@ -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]}