Add latest version of Sphinx (#4264)

* Add latest version of Sphinx

* Flake8 fix
This commit is contained in:
Adam J. Stewart
2017-05-17 18:07:10 -05:00
committed by GitHub
parent 3e8662aaa7
commit 96560cc11f
15 changed files with 184 additions and 51 deletions

View File

@@ -29,10 +29,12 @@ class PyAlabaster(PythonPackage):
"""Alabaster is a visually (c)lean, responsive, configurable theme
for the Sphinx documentation system."""
homepage = "https://pypi.python.org/pypi/alabaster"
url = "https://pypi.python.org/packages/source/a/alabaster/alabaster-0.7.9.tar.gz"
homepage = "https://alabaster.readthedocs.io/"
url = "https://pypi.io/packages/source/a/alabaster/alabaster-0.7.10.tar.gz"
version('0.7.9', 'b29646a8bbe7aa52830375b7d17b5d7a',
url="https://pypi.python.org/packages/71/c3/70da7d8ac18a4f4c502887bd2549e05745fa403e2cd9d06a8a9910a762bc/alabaster-0.7.9.tar.gz")
import_modules = ['alabaster']
version('0.7.10', '7934dccf38801faa105f6e7b4784f493')
version('0.7.9', 'b29646a8bbe7aa52830375b7d17b5d7a')
depends_on('py-setuptools', type='build')