From e4013abe84a9796dd7d153b0ebe4f58852e3618a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 5 Mar 2025 21:10:52 -0300 Subject: [PATCH] python3-jedi: update to 0.19.2. --- srcpkgs/python3-jedi/patches/fix-test.patch | 11 +++++++++++ srcpkgs/python3-jedi/template | 10 +++++----- 2 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/python3-jedi/patches/fix-test.patch diff --git a/srcpkgs/python3-jedi/patches/fix-test.patch b/srcpkgs/python3-jedi/patches/fix-test.patch new file mode 100644 index 00000000000..8738d7747b3 --- /dev/null +++ b/srcpkgs/python3-jedi/patches/fix-test.patch @@ -0,0 +1,11 @@ +--- a/test/test_utils.py ++++ b/test/test_utils.py +@@ -91,7 +91,7 @@ + } + # There are quite a few differences, because both Windows and Linux + # (posix and nt) libraries are included. +- assert len(difference) < 30 ++ assert len(difference) < 32 + + def test_local_import(self): + s = 'import test.test_utils' diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template index dc5ae987ef1..d071cad305f 100644 --- a/srcpkgs/python3-jedi/template +++ b/srcpkgs/python3-jedi/template @@ -1,18 +1,18 @@ # Template file for 'python3-jedi' pkgname=python3-jedi -version=0.19.1 -revision=2 -build_style=python3-module +version=0.19.2 +revision=1 +build_style=python3-pep517 hostmakedepends="python3-setuptools" depends="python3-parso" -checkdepends="python3-parso python3-pytest python3-docopt" +checkdepends="$depends python3-pytest-xdist python3-docopt python3-attrs" short_desc="Autocompletion/static analysis library for Python 3" maintainer="DragonGhost7 " license="MIT" homepage="https://jedi.readthedocs.io/" changelog="https://raw.githubusercontent.com/davidhalter/jedi/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz" -checksum=cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd +checksum=4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0 post_install() { vlicense LICENSE.txt