New package: python-ipython_ipywidgets-4.1.1
This commit is contained in:
parent
a3e2037e8d
commit
3076a8ecaa
2 changed files with 36 additions and 0 deletions
35
srcpkgs/python-ipython_ipywidgets/template
Normal file
35
srcpkgs/python-ipython_ipywidgets/template
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Template file for 'python-ipython_ipywidgets'
|
||||||
|
pkgname=python-ipython_ipywidgets
|
||||||
|
version=4.1.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="ipywidgets-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
depends="python-ipython>=4.0.0 python-ipython_ipykernel python-traitlets
|
||||||
|
python-jupyter_notebook"
|
||||||
|
pycompile_module="ipywidgets"
|
||||||
|
short_desc="IPython widgets for the Jupyter notebook (Python2)"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://github.com/ipython/ipywidgets"
|
||||||
|
license="3-clause-BSD"
|
||||||
|
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
|
||||||
|
checksum=ceeb325e45ade9537c2d115fed9d522e5c6e90bb161592e2f0807375dc661028
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING.md LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3.4-ipython_ipywidgets_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4-ipython>=4.0.0 python3.4-ipython_ipykernel
|
||||||
|
python3.4-traitlets python3.4-jupyter_notebook"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="ipywidgets"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vlicense COPYING.md LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-ipython_ipywidgets
Symbolic link
1
srcpkgs/python3.4-ipython_ipywidgets
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-ipython_ipywidgets
|
Loading…
Add table
Add a link
Reference in a new issue