mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-ipython_ipywidgets: update to 5.2.2
This commit is contained in:
parent
c319eb1cc8
commit
6ad4a95c73
1 changed files with 5 additions and 7 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'python-ipython_ipywidgets'
|
# Template file for 'python-ipython_ipywidgets'
|
||||||
pkgname=python-ipython_ipywidgets
|
pkgname=python-ipython_ipywidgets
|
||||||
version=4.1.1
|
version=5.2.2
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="ipywidgets-${version}"
|
wrksrc="ipywidgets-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-ipython>=4.0.0 python-ipython_ipykernel python-traitlets
|
depends="python-ipython_ipykernel python-traitlets python-ipython_widgetsnbextension"
|
||||||
python-jupyter_notebook"
|
|
||||||
pycompile_module="ipywidgets"
|
pycompile_module="ipywidgets"
|
||||||
short_desc="IPython widgets for the Jupyter notebook (Python2)"
|
short_desc="IPython widgets for the Jupyter notebook (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/ipython/ipywidgets"
|
homepage="https://github.com/ipython/ipywidgets"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
|
||||||
checksum=ceeb325e45ade9537c2d115fed9d522e5c6e90bb161592e2f0807375dc661028
|
checksum=baf6098f054dd5eacc2934b8ea3bef908b81ca8660d839f1f940255a72c660d2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.md LICENSE
|
vlicense COPYING.md LICENSE
|
||||||
|
@ -22,8 +21,7 @@ post_install() {
|
||||||
|
|
||||||
python3-ipython_ipywidgets_package() {
|
python3-ipython_ipywidgets_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-ipython>=4.0.0 python3-ipython_ipykernel
|
depends="python3-ipython_ipykernel python3-traitlets python3-ipython_widgetsnbextension"
|
||||||
python3-traitlets python3-jupyter_notebook"
|
|
||||||
replaces="python3.4-ipython_ipywidgets>=0"
|
replaces="python3.4-ipython_ipywidgets>=0"
|
||||||
pycompile_module="ipywidgets"
|
pycompile_module="ipywidgets"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue