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'
|
||||
pkgname=python-jupyter_nbconvert
|
||||
version=4.2.0
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
wrksrc="nbconvert-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
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"
|
||||
short_desc="Converting Jupyter notebooks (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
|
@ -24,8 +24,8 @@ post_install() {
|
|||
|
||||
python3.4-jupyter_nbconvert_package() {
|
||||
noarch=yes
|
||||
depends="python3.4-mistune python3.4-Jinja2 python3.4-Pygments
|
||||
python3.4-traitlets python3.4-jupyter_core python3.4-jupyter_nbformat"
|
||||
depends="python3.4-mistune python3.4-Jinja2 python3.4-Pygments python3.4-traitlets
|
||||
python3.4-jupyter_core python3.4-jupyter_nbformat python3.4-entrypoints"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="nbconvert"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
|
Loading…
Reference in a new issue