Bottle: bump, pyversions (#4226)

This commit is contained in:
miqlas
2019-10-02 14:22:12 +02:00
committed by Sergei Reznikov
parent dc600e50d1
commit e4704384e7

View File

@@ -15,8 +15,8 @@ HOMEPAGE="https://bottlepy.org"
COPYRIGHT="2009-2017 Marcel Hellkamp"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://files.pythonhosted.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/bottle-$portVersion.tar.gz"
CHECKSUM_SHA256="39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355"
SOURCE_URI="https://files.pythonhosted.org/packages/c4/a5/6bf41779860e9b526772e1b3b31a65a22bd97535572988d16028c5ab617d/bottle-$portVersion.tar.gz"
CHECKSUM_SHA256="e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c"
ARCHITECTURES="any"
PROVIDES="
@@ -31,8 +31,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python3)
PYTHON_VERSIONS=(3.6)
PYTHON_PACKAGES=(python python36 python3)
PYTHON_VERSIONS=(2.7 3.6 3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}