20 lines
574 B
Bash
20 lines
574 B
Bash
# Template file for 'python3-jedi'
|
|
pkgname=python3-jedi
|
|
version=0.17.2
|
|
revision=4
|
|
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
|
|
}
|