python-jedi: update to 0.11.1
This commit is contained in:
parent
a2253eb076
commit
d5eb0a315f
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-jedi'
|
# Template file for 'python-jedi'
|
||||||
pkgname=python-jedi
|
pkgname=python-jedi
|
||||||
version=0.11.0
|
version=0.11.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="jedi-${version}"
|
wrksrc="jedi-${version}"
|
||||||
|
@ -13,13 +13,15 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://jedi.readthedocs.io/"
|
homepage="https://jedi.readthedocs.io/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||||
checksum=f6d5973573e76b1fd2ea75f6dcd6445d02d41ff3af5fc61b275b4e323d1dd396
|
checksum=d6e799d04d1ade9459ed0f20de47c32f2285438956a677d083d3c98def59fa97
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i 's/parso.*/parso/' requirements.txt
|
sed -i 's/parso.*/parso/' requirements.txt
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
# remove test directory polluting site-packages
|
||||||
|
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/test
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-jedi_package() {
|
python3-jedi_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue