add package py-symfit (#3264)

* add package py-symfit

* added missing dependency

* fixed ordering of versions
This commit is contained in:
healther
2017-03-01 14:50:54 +01:00
committed by Adam J. Stewart
parent 4e433f8a03
commit d5884bdb78
2 changed files with 44 additions and 1 deletions

View File

@@ -29,8 +29,10 @@ class PyPbr(PythonPackage):
"""PBR is a library that injects some useful and sensible default
behaviors into your setuptools run."""
homepage = "https://pypi.python.org/pypi/pbr"
url = "https://pypi.python.org/packages/source/p/pbr/pbr-1.8.1.tar.gz"
url = "https://pypi.io/packages/source/p/pbr/pbr-1.10.0.tar.gz"
version('1.10.0', '8e4968c587268f030e38329feb9c8f17')
version('1.8.1', 'c8f9285e1a4ca6f9654c529b158baa3a')
depends_on('py-setuptools', type='build')
depends_on('py-enum34', type='build', when='^python@:3.3')