python-jedi: update to 0.15.2.
This commit is contained in:
parent
2d2069fb0b
commit
950e1dfa1c
1 changed files with 8 additions and 11 deletions
|
@ -1,21 +1,19 @@
|
|||
# Template file for 'python-jedi'
|
||||
pkgname=python-jedi
|
||||
version=0.15.1
|
||||
revision=2
|
||||
version=0.15.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
_parsover=0.5.0
|
||||
wrksrc="jedi-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="jedi"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-parso>=${_parsover}"
|
||||
depends="python-parso"
|
||||
checkdepends="python-parso python3-parso python-pytest python3-pytest"
|
||||
short_desc="Autocompletion/static analysis library for Python2"
|
||||
short_desc="Autocompletion/static analysis library for Python 2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://jedi.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||
checksum=ba859c74fa3c966a22f2aeebe1b74ee27e2a462f56d3f5f7ca4a59af61bfe42e
|
||||
checksum=e909527104a903606dd63bea6e8e888833f0ef087057829b89a18364a856f807
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
@ -23,11 +21,10 @@ post_install() {
|
|||
|
||||
python3-jedi_package() {
|
||||
archs=noarch
|
||||
pycompile_module="jedi"
|
||||
depends="python3-parso>=${_parsover}"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
depends="python3-parso"
|
||||
short_desc="${short_desc/2/3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vmove "usr/lib/python3*"
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue