mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python-jupyter_ipywidgets: drop package
This commit is contained in:
parent
5f661431aa
commit
fecc85440a
3 changed files with 21 additions and 35 deletions
|
@ -1,34 +0,0 @@
|
|||
# Template file for 'python-jupyter_ipywidgets'
|
||||
pkgname=python-jupyter_ipywidgets
|
||||
version=7.4.2
|
||||
revision=2
|
||||
archs=noarch
|
||||
_widgetsnbextver=3.4.0
|
||||
wrksrc="ipywidgets-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="ipywidgets"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-jupyter_widgetsnbextension>=${_widgetsnbextver}
|
||||
python-ipython_ipykernel python-traitlets"
|
||||
short_desc="IPython widgets for the Jupyter notebook (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/jupyter-widgets/ipywidgets"
|
||||
license="BSD-3-Clause"
|
||||
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
|
||||
checksum=a3e224f430163f767047ab9a042fc55adbcab0c24bbe6cf9f306c4f89fdf0ba3
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-jupyter_ipywidgets_package() {
|
||||
archs=noarch
|
||||
pycompile_module="ipywidgets"
|
||||
depends="python3-jupyter_widgetsnbextension>=${_widgetsnbextver}
|
||||
python3-ipython_ipykernel python3-traitlets"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-jupyter_ipywidgets
|
21
srcpkgs/python3-jupyter_ipywidgets/template
Normal file
21
srcpkgs/python3-jupyter_ipywidgets/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-jupyter_ipywidgets'
|
||||
pkgname=python3-jupyter_ipywidgets
|
||||
version=7.4.2
|
||||
revision=3
|
||||
archs=noarch
|
||||
_widgetsnbextver=3.4.0
|
||||
wrksrc="ipywidgets-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jupyter_widgetsnbextension>=${_widgetsnbextver}
|
||||
python3-ipython_ipykernel python3-traitlets"
|
||||
short_desc="IPython widgets for the Jupyter notebook"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/jupyter-widgets/ipywidgets"
|
||||
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
|
||||
checksum=a3e224f430163f767047ab9a042fc55adbcab0c24bbe6cf9f306c4f89fdf0ba3
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue