python-jedi: drop package
This commit is contained in:
parent
196220c63f
commit
7683d42d11
3 changed files with 19 additions and 29 deletions
|
@ -1,28 +0,0 @@
|
||||||
# Template file for 'python-jedi'
|
|
||||||
pkgname=python-jedi
|
|
||||||
version=0.17.2
|
|
||||||
revision=3
|
|
||||||
wrksrc="jedi-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-parso"
|
|
||||||
checkdepends="python-parso python3-parso python-pytest python3-pytest"
|
|
||||||
short_desc="Autocompletion/static analysis library for Python 2"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://jedi.readthedocs.io/"
|
|
||||||
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
|
||||||
checksum=86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-jedi_package() {
|
|
||||||
depends="python3-parso"
|
|
||||||
short_desc="${short_desc/2/3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove "usr/lib/python3*"
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-jedi
|
|
19
srcpkgs/python3-jedi/template
Normal file
19
srcpkgs/python3-jedi/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-jedi'
|
||||||
|
pkgname=python3-jedi
|
||||||
|
version=0.17.2
|
||||||
|
revision=3
|
||||||
|
wrksrc="jedi-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-parso"
|
||||||
|
checkdepends="python3-parso python3-pytest"
|
||||||
|
short_desc="Autocompletion/static analysis library for Python 3"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://jedi.readthedocs.io/"
|
||||||
|
distfiles="${PYPI_SITE}/j/jedi/jedi-${version}.tar.gz"
|
||||||
|
checksum=86ed7d9b750603e4ba582ea8edc678657fb4007894a12bcf6f4bb97892f31d20
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue