diff --git a/dev-python/pypandoc/pypandoc-1.4.recipe b/dev-python/pypandoc/pypandoc-1.5.recipe similarity index 82% rename from dev-python/pypandoc/pypandoc-1.4.recipe rename to dev-python/pypandoc/pypandoc-1.5.recipe index 2649d8c99..8c41ba98e 100644 --- a/dev-python/pypandoc/pypandoc-1.4.recipe +++ b/dev-python/pypandoc/pypandoc-1.5.recipe @@ -4,8 +4,8 @@ HOMEPAGE="https://pypi.org/project/pypandoc/" COPYRIGHT="2011-2017 Juho Vepsäläinen" LICENSE="MIT" REVISION="1" -SOURCE_URI="https://files.pythonhosted.org/packages/71/81/00184643e5a10a456b4118fc12c96780823adb8ed974eb2289f29703b29b/pypandoc-$portVersion.tar.gz" -CHECKSUM_SHA256="e914e6d5f84a76764887e4d909b09d63308725f0cbb5293872c2c92f07c11a5b" +SOURCE_URI="https://pypi.io/packages/source/p/pypandoc/pypandoc-$portVersion.tar.gz" +CHECKSUM_SHA256="14a49977ab1fbc9b14ef3087dcb101f336851837fca55ca79cf33846cc4976ff" ARCHITECTURES="any" @@ -20,8 +20,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3) -PYTHON_VERSIONS=(3.6) +PYTHON_PACKAGES=(python3 python38 python39) +PYTHON_VERSIONS=(3.7 3.8 3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}