mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
New package: python-ipython_widgetsnbextension-1.2.6
This commit is contained in:
parent
862231d3c9
commit
c319eb1cc8
2 changed files with 27 additions and 0 deletions
26
srcpkgs/python-ipython_widgetsnbextension/template
Normal file
26
srcpkgs/python-ipython_widgetsnbextension/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'python-ipython_widgetsnbextension'
|
||||||
|
pkgname=python-ipython_widgetsnbextension
|
||||||
|
version=1.2.6
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="widgetsnbextension-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="widgetsnbextension"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python-jupyter_notebook"
|
||||||
|
short_desc="Interactive HTML widgets for Jupyter notebooks (Python2)"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://github.com/ipython/ipywidgets"
|
||||||
|
license="3-clause-BSD"
|
||||||
|
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
||||||
|
checksum=c618cfb32978c9517caf0b4ef3aec312f8dd138577745e7b0d4abfcc7315ce51
|
||||||
|
|
||||||
|
python3-ipython_widgetsnbextension_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3-jupyter_notebook"
|
||||||
|
pycompile_module="widgetsnbextension"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-ipython_widgetsnbextension
Symbolic link
1
srcpkgs/python3-ipython_widgetsnbextension
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-ipython_widgetsnbextension
|
Loading…
Add table
Reference in a new issue