diff --git a/dev-python/bottle/bottle-0.12.17.recipe b/dev-python/bottle/bottle-0.12.19.recipe similarity index 85% rename from dev-python/bottle/bottle-0.12.17.recipe rename to dev-python/bottle/bottle-0.12.19.recipe index a13de6b5a..f217974ba 100644 --- a/dev-python/bottle/bottle-0.12.17.recipe +++ b/dev-python/bottle/bottle-0.12.19.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/c4/a5/6bf41779860e9b526772e1b3b31a65a22bd97535572988d16028c5ab617d/bottle-$portVersion.tar.gz" -CHECKSUM_SHA256="e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c" +SOURCE_URI="https://pypi.io/packages/source/b/bottle/bottle-$portVersion.tar.gz" +CHECKSUM_SHA256="a9d73ffcbc6a1345ca2d7949638db46349f5b2b77dac65d6494d45c23628da2c" ARCHITECTURES="any" PROVIDES=" @@ -31,8 +31,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]}