20 lines
658 B
Bash
20 lines
658 B
Bash
# Template file for 'python3-jedi'
|
|
pkgname=python3-jedi
|
|
version=0.19.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="DragonGhost7 <darkiridiumghost@gmail.com>"
|
|
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=cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|