Add latest version of Sphinx (#4264)
* Add latest version of Sphinx * Flake8 fix
This commit is contained in:
@@ -28,9 +28,13 @@
|
||||
class PyPytz(PythonPackage):
|
||||
"""World timezone definitions, modern and historical."""
|
||||
|
||||
homepage = "https://pypi.python.org/pypi/pytz"
|
||||
homepage = "http://pythonhosted.org/pytz"
|
||||
url = "https://pypi.io/packages/source/p/pytz/pytz-2016.10.tar.gz"
|
||||
|
||||
import_modules = ['pytz']
|
||||
|
||||
version('2017.2', 'f89bde8a811c8a1a5bac17eaaa94383c',
|
||||
url="https://pypi.io/packages/source/p/pytz/pytz-2017.2.zip")
|
||||
version('2016.10', 'cc9f16ba436efabdcef3c4d32ae4919c')
|
||||
version('2016.6.1', 'b6c28a3b968bc1d8badfb61b93874e03')
|
||||
version('2014.10', 'eb1cb941a20c5b751352c52486aa1dd7')
|
||||
|
Reference in New Issue
Block a user