python-ipython_widgetsnbextension: obsolete; renamed to python-jupyter_widgetsnbextension (upstream)
This commit is contained in:
parent
284a468d4b
commit
384b4145f0
1 changed files with 7 additions and 15 deletions
|
@ -1,26 +1,18 @@
|
||||||
# Template file for 'python-ipython_widgetsnbextension'
|
# Template file for 'python-ipython_widgetsnbextension'
|
||||||
pkgname=python-ipython_widgetsnbextension
|
pkgname=python-ipython_widgetsnbextension
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="widgetsnbextension-${version}"
|
build_style=meta
|
||||||
build_style=python-module
|
depends="python-jupyter_widgetsnbextension>=${version}_${revision}"
|
||||||
pycompile_module="widgetsnbextension"
|
short_desc="Interactive HTML widgets for Jupyter notebooks (Python2) (transitional dummy package)"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-jupyter_notebook"
|
|
||||||
short_desc="Interactive HTML widgets for Jupyter notebooks (Python2)"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://pypi.python.org/pypi/widgetsnbextension"
|
homepage="https://pypi.python.org/pypi/widgetsnbextension"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
|
||||||
checksum=53bc3d7e1ba19f0e17a3787d5daa32aca219a577aaf88325cabf30ccf67431f9
|
|
||||||
|
|
||||||
python3-ipython_widgetsnbextension_package() {
|
python3-ipython_widgetsnbextension_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-jupyter_notebook"
|
build_style=meta
|
||||||
pycompile_module="widgetsnbextension"
|
depends="python3-jupyter_widgetsnbextension>=${version}_${revision}"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3} (transitional dummy package)"
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue