python3-ipython: update to 8.13.1.
This commit is contained in:
parent
26d9c19cf0
commit
14801db9c0
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-ipython'
|
# Template file for 'python3-ipython'
|
||||||
pkgname=python3-ipython
|
pkgname=python3-ipython
|
||||||
version=8.12.0
|
version=8.13.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -16,20 +16,9 @@ license="BSD-3-Clause"
|
||||||
homepage="https://ipython.org/"
|
homepage="https://ipython.org/"
|
||||||
changelog="https://github.com/ipython/ipython/raw/main/docs/source/whatsnew/version8.rst"
|
changelog="https://github.com/ipython/ipython/raw/main/docs/source/whatsnew/version8.rst"
|
||||||
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
|
||||||
checksum=a950236df04ad75b5bc7f816f9af3d74dc118fd42f2ff7e80e8e60ca1f182e2d
|
checksum=9c8487ac18f330c8a683fc50ab6d7bc0fcf9ef1d7a9f6ce7926938261067b81f
|
||||||
conflicts="python-ipython<=5.8.0_2"
|
conflicts="python-ipython<=5.8.0_2"
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# Tests fail when building (and have for awhile) but don't hinder use
|
|
||||||
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest \
|
|
||||||
-k "not test_all_completions_dups and \
|
|
||||||
not test_deduplicate_completions and \
|
|
||||||
not test_magic_arguments and \
|
|
||||||
not test_pinfo_docstring_if_detail_and_no_source and \
|
|
||||||
not test_pprint_heap_allocated_type and \
|
|
||||||
not test_system_interrupt and not test_code_from_file"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove iptest
|
# remove iptest
|
||||||
rm -f ${DESTDIR}/usr/bin/iptest*
|
rm -f ${DESTDIR}/usr/bin/iptest*
|
||||||
|
|
Loading…
Reference in New Issue