diff --git a/dev-python/docutils/docutils-0.14.recipe b/dev-python/docutils/docutils-0.15.2.recipe similarity index 90% rename from dev-python/docutils/docutils-0.14.recipe rename to dev-python/docutils/docutils-0.15.2.recipe index ff75a4b75..e0eace248 100644 --- a/dev-python/docutils/docutils-0.14.recipe +++ b/dev-python/docutils/docutils-0.15.2.recipe @@ -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]}