From 0bf27a5abeaffc9a678c7eea447afcdac167cfdd Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 8 Sep 2020 21:54:10 -0700 Subject: [PATCH] python-jedi: remove erroneous patch This version of jedi is NOT compatible with parso 0.8.0. https: //github.com/davidhalter/jedi/issues/1666 sgn: while we're at it, drop noarch. Close: #24773 --- srcpkgs/python-jedi/patches/py3-parso-requirement.patch | 6 ------ srcpkgs/python-jedi/template | 4 +--- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 srcpkgs/python-jedi/patches/py3-parso-requirement.patch diff --git a/srcpkgs/python-jedi/patches/py3-parso-requirement.patch b/srcpkgs/python-jedi/patches/py3-parso-requirement.patch deleted file mode 100644 index b6daa80444b..00000000000 --- a/srcpkgs/python-jedi/patches/py3-parso-requirement.patch +++ /dev/null @@ -1,6 +0,0 @@ ---- requirements.txt.orig 2020-08-04 22:18:10.590850660 -0400 -+++ requirements.txt 2020-08-04 22:18:48.906184653 -0400 -@@ -1 +1,2 @@ --parso>=0.7.0,<0.8.0 -+parso>=0.7.0,<0.8.0; python_version<"3" -+parso>=0.7.0; python_version>="3" diff --git a/srcpkgs/python-jedi/template b/srcpkgs/python-jedi/template index 0799a69c69f..530133496b6 100644 --- a/srcpkgs/python-jedi/template +++ b/srcpkgs/python-jedi/template @@ -1,8 +1,7 @@ # Template file for 'python-jedi' pkgname=python-jedi version=0.17.2 -revision=2 -archs=noarch +revision=3 wrksrc="jedi-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -20,7 +19,6 @@ post_install() { } python3-jedi_package() { - archs=noarch depends="python3-parso" short_desc="${short_desc/2/3}" pkg_install() {