mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-jupyter_widgetsnbextension: update to 3.3.1
This commit is contained in:
parent
af602e2683
commit
094bb063ad
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'python-jupyter_widgetsnbextension'
|
# Template file for 'python-jupyter_widgetsnbextension'
|
||||||
pkgname=python-jupyter_widgetsnbextension
|
pkgname=python-jupyter_widgetsnbextension
|
||||||
version=3.2.1
|
version=3.3.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="widgetsnbextension-${version}"
|
wrksrc="widgetsnbextension-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="widgetsnbextension"
|
pycompile_module="widgetsnbextension"
|
||||||
replaces="python-ipython_widgetsnbextension>=0"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-jupyter_widgetsnbextension-data>=${version}_${revision}
|
depends="python-jupyter_widgetsnbextension-data>=${version}_${revision}
|
||||||
python-jupyter_notebook"
|
python-jupyter_notebook"
|
||||||
|
@ -15,11 +14,14 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pypi.org/project/widgetsnbextension/"
|
homepage="https://pypi.org/project/widgetsnbextension/"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
||||||
checksum=5417789ee6064ff515fd10be24870660af3561c02d3d48b26f6f44285d0f70cc
|
checksum=8ee8a4a1ab8492412a1411652127775c6d2841e9a8030c4b8c6c7ce7792918c6
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/widgetsnbextension.json/d' setup.py
|
sed -i '/widgetsnbextension.json/d' setup.py
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python-jupyter_widgetsnbextension-data_package() {
|
python-jupyter_widgetsnbextension-data_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -35,11 +37,11 @@ python-jupyter_widgetsnbextension-data_package() {
|
||||||
python3-jupyter_widgetsnbextension_package() {
|
python3-jupyter_widgetsnbextension_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="widgetsnbextension"
|
pycompile_module="widgetsnbextension"
|
||||||
replaces="python3-ipython_widgetsnbextension>=0"
|
|
||||||
depends="python-jupyter_widgetsnbextension-data>=${version}_${revision}
|
depends="python-jupyter_widgetsnbextension-data>=${version}_${revision}
|
||||||
python3-jupyter_notebook"
|
python3-jupyter_notebook"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue