python-jedi: update to 0.15.1.

This commit is contained in:
Daniel Eyßer 2019-08-31 17:30:15 +02:00 committed by Helmut Pozimski
parent 10eb6bd453
commit 60077df7f9

View file

@ -1,21 +1,21 @@
# Template file for 'python-jedi' # Template file for 'python-jedi'
pkgname=python-jedi pkgname=python-jedi
version=0.14.0 version=0.15.1
revision=1 revision=1
archs=noarch archs=noarch
_parsover=0.3.0 _parsover=0.5.0
wrksrc="jedi-${version}" wrksrc="jedi-${version}"
build_style=python-module build_style=python-module
pycompile_module="jedi" pycompile_module="jedi"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-parso>=${_parsover}" depends="python-parso>=${_parsover}"
checkdepends="python3-parso python3-pytest" checkdepends="python-parso python3-parso python-pytest python3-pytest"
short_desc="Autocompletion/static analysis library for Python2" short_desc="Autocompletion/static analysis library for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT" license="MIT"
homepage="https://jedi.readthedocs.io/" homepage="https://jedi.readthedocs.io/"
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz" distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
checksum=49ccb782651bb6f7009810d17a3316f8867dde31654c750506970742e18b553d checksum=ba859c74fa3c966a22f2aeebe1b74ee27e2a462f56d3f5f7ca4a59af61bfe42e
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt