python-ipython: add update-check ignore

Add missing pycompile_version.
This commit is contained in:
Alessio Sergi 2015-02-19 21:12:00 +01:00
parent 8a6f031328
commit c11f1fccfa
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-ipython'
pkgname=python-ipython
version=2.4.1
revision=1
revision=2
noarch=yes
wrksrc="ipython-${version}"
build_style=python-module
@ -106,6 +106,7 @@ python3.4-ipython-notebook_package() {
depends="python3.4-ipython>=${version}_${revision} python3.4-pyzmq
python3.4-Jinja2 python3.4-tornado mathjax"
short_desc="${_short_desc} - HTML notebook"
pycompile_version="3.4"
pycompile_module="IPython"
pkg_install() {
vmove usr/lib/python3.4/site-packages/IPython/html

View File

@ -0,0 +1 @@
ignore="*b* *rc*"