mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python-jupyter_nbconvert: update to 5.1.1
This commit is contained in:
parent
aad42409d1
commit
b340c93253
1 changed files with 6 additions and 4 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'python-jupyter_nbconvert'
|
# Template file for 'python-jupyter_nbconvert'
|
||||||
pkgname=python-jupyter_nbconvert
|
pkgname=python-jupyter_nbconvert
|
||||||
version=4.3.0
|
version=5.1.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="nbconvert-${version}"
|
wrksrc="nbconvert-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-mistune python-Jinja2 python-Pygments python-traitlets
|
depends="python-mistune python-Jinja2 python-Pygments python-traitlets
|
||||||
python-jupyter_core python-jupyter_nbformat python-entrypoints"
|
python-jupyter_core python-jupyter_nbformat python-entrypoints
|
||||||
|
python-testpath python-bleach python-pandocfilters"
|
||||||
pycompile_module="nbconvert"
|
pycompile_module="nbconvert"
|
||||||
short_desc="Converting Jupyter notebooks (Python2)"
|
short_desc="Converting Jupyter notebooks (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jupyter/nbconvert"
|
homepage="https://github.com/jupyter/nbconvert"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbconvert/nbconvert-${version}.tar.gz"
|
||||||
checksum=d967ec588ffd1ad7336163f1ac8957a348b5c4bce4465632db4cf684ffe4b718
|
checksum=847731bc39829d0eb1e15a450ac98c71730e3598e53683d4d76a3f3b3fc5017d
|
||||||
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert2"
|
alternatives="jupyter-nbconvert:jupyter-nbconvert:/usr/bin/jupyter-nbconvert2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -24,7 +25,8 @@ post_install() {
|
||||||
python3-jupyter_nbconvert_package() {
|
python3-jupyter_nbconvert_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-mistune python3-Jinja2 python3-Pygments python3-traitlets
|
depends="python3-mistune python3-Jinja2 python3-Pygments python3-traitlets
|
||||||
python3-jupyter_core python3-jupyter_nbformat python3-entrypoints"
|
python3-jupyter_core python3-jupyter_nbformat python3-entrypoints
|
||||||
|
python3-testpath python3-bleach python3-pandocfilters"
|
||||||
pycompile_module="nbconvert"
|
pycompile_module="nbconvert"
|
||||||
replaces="python3.4-jupyter_nbconvert>=0"
|
replaces="python3.4-jupyter_nbconvert>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue