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

@@ -35,4 +35,6 @@ class PyPbr(PythonPackage):
version('1.8.1', 'c8f9285e1a4ca6f9654c529b158baa3a')
depends_on('py-setuptools', type='build')
# Only needed for py<3.4, however when='^python@:3.4.2' syntax might be
# broken, if this fails, remove the when-clause
depends_on('py-enum34', type='build', when='^python@:3.3')