jupyter_widgetsnbextension: drop python 2, merge data into python 3
This commit is contained in:
parent
a735933df8
commit
d5042514ef
4 changed files with 24 additions and 49 deletions
|
@ -1 +0,0 @@
|
|||
python-jupyter_widgetsnbextension
|
|
@ -1,47 +0,0 @@
|
|||
# Template file for 'python-jupyter_widgetsnbextension'
|
||||
pkgname=python-jupyter_widgetsnbextension
|
||||
version=3.4.2
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="widgetsnbextension-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="widgetsnbextension"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-jupyter_widgetsnbextension-data>=${version}_${revision}
|
||||
python-jupyter_notebook"
|
||||
short_desc="Interactive HTML widgets for Jupyter notebooks (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://pypi.org/project/widgetsnbextension/"
|
||||
license="BSD-3-Clause"
|
||||
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
||||
checksum=fa618be8435447a017fd1bf2c7ae922d0428056cfc7449f7a8641edf76b48265
|
||||
|
||||
pre_build() {
|
||||
sed -i '/widgetsnbextension.json/d' setup.py
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python-jupyter_widgetsnbextension-data_package() {
|
||||
archs=noarch
|
||||
short_desc+=" - data files"
|
||||
conf_files="/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json"
|
||||
pkg_install() {
|
||||
vmkdir etc/jupyter/nbconfig/notebook.d
|
||||
vinstall widgetsnbextension.json 644 etc/jupyter/nbconfig/notebook.d
|
||||
vmove usr/share/jupyter
|
||||
}
|
||||
}
|
||||
|
||||
python3-jupyter_widgetsnbextension_package() {
|
||||
archs=noarch
|
||||
pycompile_module="widgetsnbextension"
|
||||
depends="python-jupyter_widgetsnbextension-data>=${version}_${revision}
|
||||
python3-jupyter_notebook"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-jupyter_widgetsnbextension
|
24
srcpkgs/python3-jupyter_widgetsnbextension/template
Normal file
24
srcpkgs/python3-jupyter_widgetsnbextension/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'python3-jupyter_widgetsnbextension'
|
||||
pkgname=python3-jupyter_widgetsnbextension
|
||||
version=3.4.2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc="widgetsnbextension-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jupyter_notebook"
|
||||
checkdepends="$depends"
|
||||
short_desc="Interactive HTML widgets for Jupyter notebooks"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://pypi.org/project/widgetsnbextension/"
|
||||
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
||||
checksum=fa618be8435447a017fd1bf2c7ae922d0428056cfc7449f7a8641edf76b48265
|
||||
replaces="python-jupyter_widgetsnbextension-data>=0"
|
||||
conf_files="/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json"
|
||||
|
||||
post_install() {
|
||||
# /usr/etc is intended for *example configuration*
|
||||
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue