mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/textual: add 0.85.2, drop 0.83.0
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST textual-0.83.0.gh.tar.gz 29429528 BLAKE2B 7f9c1b248ba0b8e275c8d4dd14525e62f45215c053b226b712792b855b5435971d9b7fd20e0c297ec5bf54bd929fba82bc76156bbd0468f9c6fee62ec16b8a1c SHA512 3d97814de2bcc4d4618c24d6975ed0d37448810031b69e772ff7ffd6dc0641f554322d8cc9ba7086de359e79bb8cd84163b8133bed9517e66a6997770eec784f
|
||||
DIST textual-0.85.2.gh.tar.gz 29453817 BLAKE2B 7d84ad832b4294bb0e6ef27094970de70cfa92e1316fcf1812fd87a032918b7c9fd1d6b0f900ebd33239d0165ffce0148eb9cff028da7d64403779e3f3477649 SHA512 4d7b891fa357f540013f110d1501164cd641af52b75032850cbec6098309aa88ff21ecfbb84a90288a745eda08ddc6f99ea13ca204dd3ab588e36e72b9a6b075
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
DOCS_BUILDER="mkdocs"
|
||||
DOCS_DEPEND="
|
||||
dev-python/mkdocstrings
|
||||
@@ -33,8 +33,7 @@ RDEPEND="
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/httpx[${PYTHON_USEDEP}]
|
||||
>=dev-python/textual-dev-1.2.0[${PYTHON_USEDEP}]
|
||||
<dev-python/textual-dev-2.0.0[${PYTHON_USEDEP}]
|
||||
=dev-python/textual-dev-1*[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-xdist[${PYTHON_USEDEP}]
|
||||
dev-python/griffe[${PYTHON_USEDEP}]
|
||||
@@ -52,6 +51,8 @@ DEPEND="${RDEPEND}"
|
||||
EPYTEST_DESELECT=(
|
||||
# Those tests ask to press keys
|
||||
tests/snapshot_tests/test_snapshots.py
|
||||
tests/test_xterm_parser.py::test_escape_sequence_resulting_in_multiple_keypresses
|
||||
|
||||
# Need a package that should be optional
|
||||
tests/text_area/test_languages.py
|
||||
)
|
||||
Reference in New Issue
Block a user