forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
19 lines (18 loc) · 673 Bytes
/
template
File metadata and controls
19 lines (18 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Template file for 'python3-jedi'
pkgname=python3-jedi
version=0.19.2
revision=1
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="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=4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0
post_install() {
vlicense LICENSE.txt
}