py-recommonmark: fix URL and docutils version (#18714)

This commit is contained in:
Axel Huebl 2020-09-18 03:07:57 -07:00 committed by GitHub
parent 275583c02f
commit a8b6faf430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,10 @@ class PyRecommonmark(PythonPackage):
http://recommonmark.readthedocs.org"""
homepage = "https://github.com/readthedocs/recommonmark"
url = "https://files.pythonhosted.org/packages/f5/71/046160d730f664662d65b3f8b399b519ad378ffa4369ff3b6060cf1318d7/recommonmark-0.6.0.tar.gz"
url = "https://pypi.io/packages/source/r/recommonmark/recommonmark-0.6.0.tar.gz"
version('0.6.0', sha256='29cd4faeb6c5268c633634f2d69aef9431e0f4d347f90659fd0aab20e541efeb')
depends_on('py-commonmark@0.8.1:')
depends_on('py-docutils@011:')
depends_on('py-docutils@0.11:')
depends_on('py-sphinx@1.3.1:')