diff --git a/dev-python/bottle/bottle-0.12.13.recipe b/dev-python/bottle/bottle-0.12.17.recipe similarity index 86% rename from dev-python/bottle/bottle-0.12.13.recipe rename to dev-python/bottle/bottle-0.12.17.recipe index b1c867a2f..a13de6b5a 100644 --- a/dev-python/bottle/bottle-0.12.13.recipe +++ b/dev-python/bottle/bottle-0.12.17.recipe @@ -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]}