docutils: bump, pyversions (#4230)

no py3.6 version for now.
This commit is contained in:
miqlas
2019-10-02 14:55:14 +02:00
committed by Sergei Reznikov
parent 4ce6893617
commit 2be89fd796

View File

@@ -12,8 +12,8 @@ LICENSE="Public Domain
GNU GPL v3
Python"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/docutils/files/docutils/$portVersion/docutils-$portVersion.tar.gz"
CHECKSUM_SHA256="51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274"
SOURCE_URI="https://files.pythonhosted.org/packages/93/22/953e071b589b0b1fee420ab06a0d15e5aa0c7470eb9966d60393ce58ad61/docutils-$portVersion.tar.gz"
CHECKSUM_SHA256="a2aeea129088da402665e92e0b25b04b073c04b2dce4ab65caaa38b7ce2e1a99"
ARCHITECTURES="any"
@@ -29,7 +29,7 @@ BUILD_REQUIRES="
"
PYTHON_PACKAGES=(python python3)
PYTHON_VERSIONS=(2.7 3.6)
PYTHON_VERSIONS=(2.7 3.7)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}