python-jedi: update to 0.12.0
This commit is contained in:
parent
44524db297
commit
92568ac155
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-jedi'
|
||||
pkgname=python-jedi
|
||||
version=0.11.1
|
||||
version=0.12.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="jedi-${version}"
|
||||
|
@ -13,15 +13,10 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://jedi.readthedocs.io/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||
checksum=d6e799d04d1ade9459ed0f20de47c32f2285438956a677d083d3c98def59fa97
|
||||
checksum=1972f694c6bc66a2fac8718299e2ab73011d653a6d8059790c3476d2353b99ad
|
||||
|
||||
pre_build() {
|
||||
sed -i 's/parso.*/parso/' requirements.txt
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
# remove test directory polluting site-packages
|
||||
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/test
|
||||
}
|
||||
|
||||
python3-jedi_package() {
|
||||
|
|
Loading…
Reference in New Issue