Diff bpython-0.25 with a bpython-0.26

/usr/portage/dev-python/bpython/bpython-0.26.ebuild 2025-12-04 18:18:03.971907977 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{11..13} )
7
PYTHON_COMPAT=( python3_{11..14} )
8 8

  
9 9
inherit distutils-r1 pypi
10 10

  
11 11
DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
12 12
HOMEPAGE="
13
	https://www.bpython-interpreter.org/
13
	https://bpython-interpreter.org/
14 14
	https://github.com/bpython/bpython/
15 15
	https://pypi.org/project/bpython/
16 16
"
......
38 38
	dev-python/sphinx[${PYTHON_USEDEP}]
39 39
"
40 40

  
41
DOCS=( AUTHORS.rst CHANGELOG.rst )
42

  
43 41
distutils_enable_sphinx doc/sphinx/source --no-autodoc
44 42
distutils_enable_tests unittest
43

  
44
DOCS=( AUTHORS.rst CHANGELOG.rst )
45

  
46
PATCHES=(
47
	# https://github.com/bpython/bpython/commit/bbc9438a2638d60f131ede56d7c21a6f96592927
48
	"${FILESDIR}/${P}-urwid-3.patch"
49
)
Thank you!