pypandoc: bump version

This commit is contained in:
Jerome Duval
2021-04-01 14:58:12 +02:00
parent f9b8adaac3
commit 52b643b72d

View File

@@ -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]}