diff --git a/srcpkgs/python-jedi/template b/srcpkgs/python-jedi/template index 1409904b269..18fac89092e 100644 --- a/srcpkgs/python-jedi/template +++ b/srcpkgs/python-jedi/template @@ -1,31 +1,32 @@ # Template file for 'python-jedi' pkgname=python-jedi -version=0.12.0 +version=0.12.1 revision=1 noarch=yes +_parsover=0.3.0 wrksrc="jedi-${version}" build_style=python-module pycompile_module="jedi" hostmakedepends="python-setuptools python3-setuptools" -depends="python-parso" +depends="python-parso>=${_parsover}" short_desc="Autocompletion/static analysis library for Python2" maintainer="Alessio Sergi " homepage="https://jedi.readthedocs.io/" license="MIT" distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz" -checksum=1972f694c6bc66a2fac8718299e2ab73011d653a6d8059790c3476d2353b99ad +checksum=b409ed0f6913a701ed474a614a3bb46e6953639033e31f769ca7581da5bd1ec1 post_install() { - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } python3-jedi_package() { noarch=yes - depends="python3-parso" pycompile_module="jedi" + depends="python3-parso>=${_parsover}" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE + vlicense LICENSE.txt } }