diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-30 10:34:21 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-30 14:26:42 +0300 |
commit | 5ee45e923b325092e82b015c3181fa54f30a7978 (patch) | |
tree | 36255a22f9a5a041a19cc9184b44f7aaefebaaa4 /dev-python/spyder/files | |
parent | dev-python/spyder: use sed instead of patch (diff) | |
download | gentoo-5ee45e923b325092e82b015c3181fa54f30a7978.tar.gz gentoo-5ee45e923b325092e82b015c3181fa54f30a7978.tar.bz2 gentoo-5ee45e923b325092e82b015c3181fa54f30a7978.zip |
dev-python/spyder: clean up
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/15170
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/spyder/files')
-rw-r--r-- | dev-python/spyder/files/spyder-4.1.1-allow-newer-parso.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/spyder/files/spyder-4.1.1-allow-newer-parso.patch b/dev-python/spyder/files/spyder-4.1.1-allow-newer-parso.patch deleted file mode 100644 index 4b1c8d7b6012..000000000000 --- a/dev-python/spyder/files/spyder-4.1.1-allow-newer-parso.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff --git a/requirements/conda.txt b/requirements/conda.txt -index 2e5e4e1..e5f427e 100644 ---- a/requirements/conda.txt -+++ b/requirements/conda.txt -@@ -14,7 +14,7 @@ keyring - nbconvert >=4.0 - numpydoc >=0.6.0 - Paramiko >=2.4.0 --parso =0.5.2 -+parso >=0.5.2 - pexpect >=4.4.0 - pickleshare >=0.4 - psutil >=5.3 -diff --git a/setup.py b/setup.py -index 2d5d58b..f008824 100644 ---- a/setup.py -+++ b/setup.py -@@ -218,7 +218,7 @@ install_requires = [ - 'numpydoc>=0.6.0', - # Required to get SSH connections to remote kernels - 'paramiko>=2.4.0;platform_system=="Windows"', -- 'parso==0.5.2', -+ 'parso>=0.5.2', - 'pexpect>=4.4.0', - 'pickleshare>=0.4', - 'psutil>=5.3', -diff --git a/spyder/dependencies.py b/spyder/dependencies.py -index 7c88ab6..60950a8 100644 ---- a/spyder/dependencies.py -+++ b/spyder/dependencies.py -@@ -41,7 +41,7 @@ KEYRING_REQVER = None - NBCONVERT_REQVER = '>=4.0' - NUMPYDOC_REQVER = '>=0.6.0' - PARAMIKO_REQVER = '>=2.4.0' --PARSO_REQVER = '=0.5.2' -+PARSO_REQVER = '>=0.5.2' - PEXPECT_REQVER = '>=4.4.0' - PICKLESHARE_REQVER = '>=0.4' - PSUTIL_REQVER = '>=5.3' |