void-packages/srcpkgs/python3-jedi/template

20 lines
574 B
Bash
Raw Normal View History

2020-09-09 11:55:34 +00:00
# Template file for 'python3-jedi'
pkgname=python3-jedi
version=0.17.2
2020-10-07 13:55:45 +00:00
revision=4
2020-09-09 11:55:34 +00:00
wrksrc="jedi-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-parso"
checkdepends="python3-parso python3-pytest"
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
post_install() {
vlicense LICENSE.txt
}