mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 14:53:19 +02:00
python3-jedi: update to 0.19.1, adopt.
This commit is contained in:
parent
c6e4af5ff8
commit
1bdcce8664
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-jedi'
|
# Template file for 'python3-jedi'
|
||||||
pkgname=python3-jedi
|
pkgname=python3-jedi
|
||||||
version=0.19.0
|
version=0.19.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-parso"
|
depends="python3-parso"
|
||||||
checkdepends="python3-parso python3-pytest python3-docopt"
|
checkdepends="python3-parso python3-pytest python3-docopt"
|
||||||
short_desc="Autocompletion/static analysis library for Python 3"
|
short_desc="Autocompletion/static analysis library for Python 3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://jedi.readthedocs.io/"
|
homepage="https://jedi.readthedocs.io/"
|
||||||
|
changelog="https://raw.githubusercontent.com/davidhalter/jedi/master/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||||
checksum=bcf9894f1753969cbac8022a8c2eaee06bfa3724e4192470aaffe7eb6272b0c4
|
checksum=cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue