mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python-ipython: add update-check ignore
Add missing pycompile_version.
This commit is contained in:
parent
8a6f031328
commit
c11f1fccfa
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-ipython'
|
# Template file for 'python-ipython'
|
||||||
pkgname=python-ipython
|
pkgname=python-ipython
|
||||||
version=2.4.1
|
version=2.4.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="ipython-${version}"
|
wrksrc="ipython-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -106,6 +106,7 @@ python3.4-ipython-notebook_package() {
|
||||||
depends="python3.4-ipython>=${version}_${revision} python3.4-pyzmq
|
depends="python3.4-ipython>=${version}_${revision} python3.4-pyzmq
|
||||||
python3.4-Jinja2 python3.4-tornado mathjax"
|
python3.4-Jinja2 python3.4-tornado mathjax"
|
||||||
short_desc="${_short_desc} - HTML notebook"
|
short_desc="${_short_desc} - HTML notebook"
|
||||||
|
pycompile_version="3.4"
|
||||||
pycompile_module="IPython"
|
pycompile_module="IPython"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4/site-packages/IPython/html
|
vmove usr/lib/python3.4/site-packages/IPython/html
|
||||||
|
|
1
srcpkgs/python-ipython/update
Normal file
1
srcpkgs/python-ipython/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*b* *rc*"
|
Loading…
Add table
Reference in a new issue