diff --git a/srcpkgs/python-ipython/template b/srcpkgs/python-ipython/template index 5013a8a4a0e..44a1e9c4591 100644 --- a/srcpkgs/python-ipython/template +++ b/srcpkgs/python-ipython/template @@ -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 diff --git a/srcpkgs/python-ipython/update b/srcpkgs/python-ipython/update new file mode 100644 index 00000000000..9802cfc2cb8 --- /dev/null +++ b/srcpkgs/python-ipython/update @@ -0,0 +1 @@ +ignore="*b* *rc*"