python-jupyter_core: update to 4.1.0
This commit is contained in:
parent
309c882b9b
commit
080013b061
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-jupyter_core'
|
||||
pkgname=python-jupyter_core
|
||||
version=4.0.6
|
||||
version=4.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="jupyter_core-${version}"
|
||||
|
@ -8,13 +8,13 @@ build_style=python-module
|
|||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-traitlets"
|
||||
pycompile_module="jupyter_core"
|
||||
pycompile_module="jupyter_core jupyter.py"
|
||||
short_desc="Jupyter core package (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/jupyter/jupyter_core"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/j/jupyter_core/jupyter_core-${version}.tar.gz"
|
||||
checksum=96a68a3b1d018ff7776270b26b7cb0cfd7a18a53ef2061421daff435707d198c
|
||||
checksum=146af0679c33c56db4b85b785f3dacd933ffaca97e7d2d56ff577a5485c2bd13
|
||||
|
||||
post_install() {
|
||||
for f in jupyter jupyter-migrate; do
|
||||
|
@ -27,7 +27,7 @@ python3.4-jupyter_core_package() {
|
|||
noarch=yes
|
||||
depends="python3.4-traitlets"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="jupyter_core"
|
||||
pycompile_module="jupyter_core jupyter.py"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/jupyter3.4
|
||||
|
|
Loading…
Reference in a new issue