Date: Friday, February 21, 2020 @ 19:01:59 Author: archange Revision: 577875
First batch of fixes Modified: spyder/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-21 18:52:42 UTC (rev 577874) +++ PKGBUILD 2020-02-21 19:01:59 UTC (rev 577875) @@ -5,7 +5,7 @@ pkgname=spyder pkgver=4.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="The Scientific Python Development Environment" arch=(any) url="https://www.spyder-ide.org/" @@ -19,6 +19,7 @@ python-intervaltree ipython python-jedi + python-keyring jupyter-nbconvert python-numpydoc python-parso @@ -54,7 +55,7 @@ python-pytest-qt python-pytest-mock python-pytest-cov - python-pytest-xvfb # + python-pytest-xvfb python-pytest-ordering python-pytest-lazy-fixture python-mock @@ -77,6 +78,8 @@ patch -p1 -i ../spyder3_to_spyder.patch mv scripts/spyder{3,}.desktop mv scripts/spyder{3,}.appdata.xml + # Allow our jedi version + sed -i "s|JEDI_REQVER = '=0.14.1'|JEDI_REQVER = '>=0.14.1'|" -i spyder/dependencies.py } build() {
