mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: python-jedi-0.10.2
This commit is contained in:
parent
06251a2dcc
commit
3ea4fb4866
2 changed files with 32 additions and 0 deletions
31
srcpkgs/python-jedi/template
Normal file
31
srcpkgs/python-jedi/template
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'python-jedi'
|
||||||
|
pkgname=python-jedi
|
||||||
|
version=0.10.2
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="jedi-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="jedi"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python"
|
||||||
|
short_desc="Autocompletion/static analysis library for Python2"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://jedi.readthedocs.io/"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||||
|
checksum=7abb618cac6470ebbd142e59c23daec5e6e063bfcecc8a43a037d2ab57276f4e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-jedi_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3"
|
||||||
|
pycompile_module="jedi"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE.txt LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-jedi
Symbolic link
1
srcpkgs/python3-jedi
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-jedi
|
Loading…
Add table
Reference in a new issue