python3-jedi: update to 0.18.0.

This commit is contained in:
Andrew J. Hesford 2021-02-02 14:46:02 -05:00
parent 3fe23c8da2
commit 0c2c516884

View file

@ -1,18 +1,22 @@
# Template file for 'python3-jedi'
pkgname=python3-jedi
version=0.17.2
revision=4
version=0.18.0
revision=1
wrksrc="jedi-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-parso"
checkdepends="python3-parso python3-pytest"
checkdepends="python3-parso python3-pytest python3-docopt"
short_desc="Autocompletion/static analysis library for Python 3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://jedi.readthedocs.io/"
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
checksum=86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20
checksum=92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 ./test/run.py
}
post_install() {
vlicense LICENSE.txt