# Template file for 'python3-jedi'
pkgname=python3-jedi
version=0.19.2
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-parso"
checkdepends="$depends python3-pytest-xdist python3-docopt python3-attrs"
short_desc="Autocompletion/static analysis library for Python 3"
maintainer="Orphaned <orphan@voidlinux.org>"
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=4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0

post_install() {
	vlicense LICENSE.txt
}
