mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python-jupyter_nbconvert: needs python-entrypoints
This commit is contained in:
parent
698f4da3d7
commit
eab86bbe16
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python-jupyter_nbconvert'
|
# Template file for 'python-jupyter_nbconvert'
|
||||||
pkgname=python-jupyter_nbconvert
|
pkgname=python-jupyter_nbconvert
|
||||||
version=4.2.0
|
version=4.2.0
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="nbconvert-${version}"
|
wrksrc="nbconvert-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-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-jupyter_core python-jupyter_nbformat python-entrypoints"
|
||||||
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>"
|
||||||
|
@ -24,8 +24,8 @@ post_install() {
|
||||||
|
|
||||||
python3.4-jupyter_nbconvert_package() {
|
python3.4-jupyter_nbconvert_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4-mistune python3.4-Jinja2 python3.4-Pygments
|
depends="python3.4-mistune python3.4-Jinja2 python3.4-Pygments python3.4-traitlets
|
||||||
python3.4-traitlets python3.4-jupyter_core python3.4-jupyter_nbformat"
|
python3.4-jupyter_core python3.4-jupyter_nbformat python3.4-entrypoints"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="nbconvert"
|
pycompile_module="nbconvert"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue