Added latest versions to py-traitlets (#13079)
* Added latest versions to py-traitlets * Added missing dependencies
This commit is contained in:
parent
4ef64b64d1
commit
e7e67fdfec
@ -12,6 +12,8 @@ class PyTraitlets(PythonPackage):
|
||||
homepage = "https://pypi.python.org/pypi/traitlets"
|
||||
url = "https://github.com/ipython/traitlets/archive/4.3.1.tar.gz"
|
||||
|
||||
version('4.3.3', sha256='b686c1aadf6ee5a9ee4c22df23bc5cd5bb7b5cfa18afe092e0a139cc2f05fe2e')
|
||||
version('4.3.2', sha256='370f938ad730d52272ef74f96f831cb21138f6168e46fe582fe256c35cc656ce')
|
||||
version('4.3.1', '146a4885ea64079f62a33b2049841543')
|
||||
version('4.3.0', '17af8d1306a401c42dbc92a080722422')
|
||||
version('4.2.2', 'ffc03056dc5c8d1fc5dbd6eac76e1e46')
|
||||
@ -21,7 +23,8 @@ class PyTraitlets(PythonPackage):
|
||||
version('4.0.0', 'b5b95ea5941fd9619b4704dfd8201568')
|
||||
version('4.0', '14544e25ccf8e920ed1cbf833852481f')
|
||||
|
||||
depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
|
||||
depends_on('py-six', type=('build', 'run'))
|
||||
depends_on('py-decorator', type=('build', 'run'))
|
||||
depends_on('py-ipython-genutils', type=('build', 'run'))
|
||||
|
||||
depends_on('py-enum34', when='^python@:3.3', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user