mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 02:30:05 +02:00
pypandoc: bump version
This commit is contained in:
@@ -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]}
|
||||
Reference in New Issue
Block a user