void-packages/srcpkgs/python3-ipython/template
2021-06-04 09:43:22 -04:00

28 lines
1,009 B
Bash

# Template file for 'python3-ipython'
pkgname=python3-ipython
version=7.24.1
revision=1
wrksrc="ipython-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-jedi python3-decorator python3-pickleshare
python3-traitlets python3-prompt_toolkit python3-Pygments python3-backcall
python3-matplotlib-inline python3-pexpect"
checkdepends="$depends python3-pytest python3-nose python3-matplotlib
python3-requests python3-testpath python3-numpy python3-ipython_ipykernel
python3-jupyter_nbformat python3-Pygments python3-Pillow"
short_desc="Enhanced interactive Python3 shell"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://ipython.org/"
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
checksum=9bc24a99f5d19721fb8a2d1408908e9c0520a17fff2233ffe82620847f17f1b6
conflicts="python-ipython<=5.8.0_2"
post_install() {
# remove iptest
rm -f ${DESTDIR}/usr/bin/iptest*
vlicense COPYING.rst LICENSE
}