mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'python-jedi'
|
||||||
pkgname=python-jedi
|
pkgname=python-jedi
|
||||||
version=0.15.1
|
version=0.15.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
_parsover=0.5.0
|
|
||||||
wrksrc="jedi-${version}"
|
wrksrc="jedi-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="jedi"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-parso>=${_parsover}"
|
depends="python-parso"
|
||||||
checkdepends="python-parso python3-parso python-pytest python3-pytest"
|
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>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://jedi.readthedocs.io/"
|
homepage="https://jedi.readthedocs.io/"
|
||||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||||
checksum=ba859c74fa3c966a22f2aeebe1b74ee27e2a462f56d3f5f7ca4a59af61bfe42e
|
checksum=e909527104a903606dd63bea6e8e888833f0ef087057829b89a18364a856f807
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
@ -23,11 +21,10 @@ post_install() {
|
||||||
|
|
||||||
python3-jedi_package() {
|
python3-jedi_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="jedi"
|
depends="python3-parso"
|
||||||
depends="python3-parso>=${_parsover}"
|
short_desc="${short_desc/2/3}"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove "usr/lib/python3*"
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue