python-jedi: update to 0.13.3.
This commit is contained in:
parent
55bf7586fa
commit
ca5e00df25
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-jedi'
|
||||
pkgname=python-jedi
|
||||
version=0.13.2
|
||||
version=0.13.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
_parsover=0.3.0
|
||||
|
@ -9,12 +9,13 @@ build_style=python-module
|
|||
pycompile_module="jedi"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-parso>=${_parsover}"
|
||||
checkdepends="python3-parso python3-pytest"
|
||||
short_desc="Autocompletion/static analysis library for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://jedi.readthedocs.io/"
|
||||
license="MIT"
|
||||
homepage="https://jedi.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||
checksum=571702b5bd167911fe9036e5039ba67f820d6502832285cde8c881ab2b2149fd
|
||||
checksum=2bb0603e3506f708e792c7f4ad8fc2a7a9d9c2d292a358fbbd58da531695595b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue