
- switch to pep517 build style - update depends and checkdepends - break unnecessary checkdepends cycle with ipython_ipykernel - fix a race (https://github.com/ipython/ipython/issues/12164) Closes: #44268 [via git-merge-pr]
29 lines
1.1 KiB
Bash
29 lines
1.1 KiB
Bash
# Template file for 'python3-ipython'
|
|
pkgname=python3-ipython
|
|
version=8.14.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-jedi python3-decorator python3-pickleshare
|
|
python3-traitlets python3-prompt_toolkit python3-Pygments python3-backcall
|
|
python3-matplotlib-inline python3-pexpect python3-stack_data"
|
|
checkdepends="$depends python3-pytest-asyncio python3-testpath python3-curio
|
|
python3-jupyter_nbformat python3-matplotlib python3-numpy python3-pandas
|
|
python3-trio"
|
|
short_desc="Enhanced interactive Python3 shell"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://ipython.org/"
|
|
changelog="https://github.com/ipython/ipython/raw/main/docs/source/whatsnew/version8.rst"
|
|
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
|
checksum=1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1
|
|
conflicts="python-ipython<=5.8.0_2"
|
|
make_check_pre="env PYTHONPATH=."
|
|
|
|
post_install() {
|
|
# remove iptest
|
|
rm -f ${DESTDIR}/usr/bin/iptest*
|
|
|
|
vlicense COPYING.rst LICENSE
|
|
}
|