void-packages/srcpkgs/python-ipython/template
2017-09-18 13:05:58 +02:00

35 lines
1.1 KiB
Bash

# Template file for 'python-ipython'
pkgname=python-ipython
version=5.5.0
revision=1
noarch=yes
wrksrc="ipython-${version}"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python-pickleshare python-simplegeneric python-traitlets python-pexpect
python-prompt_toolkit python-Pygments python-backports.shutil_get_terminal_size"
pycompile_module="IPython"
short_desc="Enhanced interactive Python2 shell"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://ipython.org/"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
checksum=66469e894d1f09d14a1f23b971a410af131daa9ad2a19922082e02e0ddfd150f
alternatives="
ipython:ipython:/usr/bin/ipython2
ipython:ipython.1:/usr/share/man/man1/ipython2.1"
post_install() {
# use decorators of numpy
rm -f ${DESTDIR}/usr/lib/python*/site-packages/IPython/external/decorators/_decorators.py
# remove iptest
rm -f ${DESTDIR}/usr/bin/iptest*
# remove ipython for alternatives
rm -f ${DESTDIR}/usr/bin/ipython
# create versioned man pages
mv ${DESTDIR}/usr/share/man/man1/ipython{,2}.1
vlicense COPYING.rst LICENSE
}