mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-jedi: update to 0.19.2.
This commit is contained in:
parent
2b1ca33937
commit
e4013abe84
2 changed files with 16 additions and 5 deletions
11
srcpkgs/python3-jedi/patches/fix-test.patch
Normal file
11
srcpkgs/python3-jedi/patches/fix-test.patch
Normal file
|
@ -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'
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-jedi'
|
# Template file for 'python3-jedi'
|
||||||
pkgname=python3-jedi
|
pkgname=python3-jedi
|
||||||
version=0.19.1
|
version=0.19.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-parso"
|
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"
|
short_desc="Autocompletion/static analysis library for Python 3"
|
||||||
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://jedi.readthedocs.io/"
|
homepage="https://jedi.readthedocs.io/"
|
||||||
changelog="https://raw.githubusercontent.com/davidhalter/jedi/master/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/davidhalter/jedi/master/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||||
checksum=cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd
|
checksum=4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue