void-packages/srcpkgs/python3-jedi/template

23 lines
640 B
Bash

# Template file for 'python3-jedi'
pkgname=python3-jedi
version=0.18.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-parso"
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=74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" python3 ./test/run.py
}
post_install() {
vlicense LICENSE.txt
}