correct ipython dependency (#3332)

* correct ipython dependency

* needed to introduce a github download for py-jedi

* corrected dependencies

* restrict appnope dependency to darwin>10.8

* flake8 fix
This commit is contained in:
healther
2017-03-04 14:45:07 +01:00
committed by Adam J. Stewart
parent 16c08fb5b3
commit 1e6871add1
3 changed files with 52 additions and 5 deletions

View File

@@ -31,6 +31,9 @@ class PyJedi(PythonPackage):
homepage = "https://github.com/davidhalter/jedi"
url = "https://pypi.io/packages/source/j/jedi/jedi-0.9.0.tar.gz"
# unfortunately pypi.io only offers a .whl
version('0.10.0', '89ed853d4a283bfa0fdbcf688b4d35fe',
url='https://github.com/davidhalter/jedi/archive/v0.10.0.tar.gz')
version('0.9.0', '2fee93d273622527ef8c97ac736e92bd')
depends_on('py-setuptools', type='build')