python-jedi: update to 0.15.1.
This commit is contained in:
parent
10eb6bd453
commit
60077df7f9
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'python-jedi'
|
||||
pkgname=python-jedi
|
||||
version=0.14.0
|
||||
version=0.15.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
_parsover=0.3.0
|
||||
_parsover=0.5.0
|
||||
wrksrc="jedi-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="jedi"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
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"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://jedi.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||
checksum=49ccb782651bb6f7009810d17a3316f8867dde31654c750506970742e18b553d
|
||||
checksum=ba859c74fa3c966a22f2aeebe1b74ee27e2a462f56d3f5f7ca4a59af61bfe42e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue