python-ipython: add update-check ignore
Add missing pycompile_version.
This commit is contained in:
parent
8a6f031328
commit
c11f1fccfa
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ignore="*b* *rc*"
|
Loading…
Reference in New Issue