Add package: git-review (#3088)

* Add git-review

* Fix flake8 errors

* use PythonPackage for git-review

* added dependencies for git-review

* fix flake8

* moved url's to pypi.io based urls

* fixed flake8... again

* mostly url fixes, not tested, will do tomorrow

* flake8 fix

* changed URL for py-pysocks

* Fixed URL for pysocks

* fixed url
This commit is contained in:
healther
2017-03-01 19:29:22 +01:00
committed by Adam J. Stewart
parent 5fe96dec27
commit 1ee470c37e
15 changed files with 451 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ class PyWheel(PythonPackage):
"""A built-package format for Python."""
homepage = "https://pypi.python.org/pypi/wheel"
url = "https://pypi.python.org/packages/source/w/wheel/wheel-0.26.0.tar.gz"
url = "https://pypi.io/packages/source/w/wheel/wheel-0.29.0.tar.gz"
version('0.29.0', '555a67e4507cedee23a0deb9651e452f')
version('0.26.0', '4cfc6e7e3dc7377d0164914623922a10')