mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python-jupyter_console: drop package
This commit is contained in:
parent
229bab746b
commit
f596326c6f
2 changed files with 0 additions and 25 deletions
|
@ -1,24 +0,0 @@
|
||||||
# Template file for 'python-jupyter_console'
|
|
||||||
pkgname=python-jupyter_console
|
|
||||||
version=5.2.0
|
|
||||||
revision=4
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="jupyter_console-${version}"
|
|
||||||
build_style=python2-module
|
|
||||||
pycompile_module="jupyter_console"
|
|
||||||
hostmakedepends="python-setuptools"
|
|
||||||
depends="python-ipython python-ipython_ipykernel python-jupyter_client
|
|
||||||
python-prompt_toolkit1 python-Pygments"
|
|
||||||
short_desc="Jupyter terminal console (Python2)"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
license="BSD-3-Clause"
|
|
||||||
homepage="https://github.com/jupyter/jupyter_console"
|
|
||||||
distfiles="${PYPI_SITE}/j/jupyter_console/jupyter_console-${version}.tar.gz"
|
|
||||||
checksum=545dedd3aaaa355148093c5609f0229aeb121b4852995c2accfa64fe3e0e55cd
|
|
||||||
alternatives="jupyter-console:jupyter-console:/usr/bin/jupyter-console2"
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
# create versioned script for alternatives
|
|
||||||
mv ${DESTDIR}/usr/bin/jupyter-console{,2}
|
|
||||||
vlicense COPYING.md LICENSE
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
ignore="*b* 6.*"
|
|
Loading…
Add table
Reference in a new issue