mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'python-jedi'
|
||||||
pkgname=python-jedi
|
pkgname=python-jedi
|
||||||
version=0.13.2
|
version=0.13.3
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
_parsover=0.3.0
|
_parsover=0.3.0
|
||||||
|
@ -9,12 +9,13 @@ 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"
|
||||||
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>"
|
||||||
homepage="https://jedi.readthedocs.io/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://jedi.readthedocs.io/"
|
||||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||||
checksum=571702b5bd167911fe9036e5039ba67f820d6502832285cde8c881ab2b2149fd
|
checksum=2bb0603e3506f708e792c7f4ad8fc2a7a9d9c2d292a358fbbd58da531695595b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue