Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-04-11 22:37:33 +00:00
5 changed files with 7 additions and 13 deletions

View File

@@ -1 +1 @@
DIST pytest-relaxed-2.0.1.gh.tar.gz 22023 BLAKE2B 9cabdfbfc735199292f63ee7bb7ec9bca16704d38434af15dbc5c5aade463ef0db7ab38b10de9be150a1bbd35c944e088ada859c5111e066da016bdb2aa067af SHA512 b62458aaf96cd7d70291c0c3ef19430ebeeee3e3c033bfda3c320f40ea2c4b1147e3edd49aa389dba393cee4b70f1ecd477a8b4ca17b37a9ef8d9766895d1c69
DIST pytest-relaxed-2.0.2.gh.tar.gz 22078 BLAKE2B b932688a4179eb00e95b0b4d3bc1a996affba50d6f7f4435fa9f33e965e3328c8b48476c731d2728410e83ebae084833d4117abfde12dd704f61cf218ec71edd SHA512 3dfd50d737338fa98203071733ed8bbfc6686068f4ae1820cc4708da5eaa01184b0e9772343090b7dff440b9e7d35c43d38c20fe82f6475124ccaf1f404a552f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@@ -1 +1 @@
DIST textual-0.52.1.gh.tar.gz 27949270 BLAKE2B 3251df04137316b416b19ce91293034d226b5c54eaf4550578cc0b874a4ae4b1ab45578981ee98b41de04693b2d4fd43c55c8882f03bb8e8b35339faac2ffef7 SHA512 7eb8d54e7e18fab3d4013004d68c629b0f6a72258dc8e2c879c4ed54d32ca0e94594a992e25687d39356f61bd6a64372f67064d8888706bfa48df2e8ccce833d
DIST textual-0.56.4.gh.tar.gz 28108154 BLAKE2B e27b62a3c00516a494f06e7817405aeacd0bbe2ee6e9b235921a8458679047420cac198f1bbe352d66583a432a3f10088059df22c078d52ddb8aafeeeee83477 SHA512 230ff995ab26feaf347f9fb630fead751573eefcca291219eabae61380fa49f99c51715616619b65504071cfa1424bdb3720293f7909ea7958f53ff47db472be

View File

@@ -24,10 +24,3 @@ index 58a4c37ad..c5e574ffa 100644
{% if show_full_path %}{{ function.path }}{% else %}{{ function.name }}{% endif %}
{% include "signature.html" with context %}
{% endfilter %}:
diff --git a/docs/api/constants.md b/docs/api/constants.md
index f4d97e8df..88aa35b2f 100644
--- a/docs/api/constants.md
+++ b/docs/api/constants.md
@@ -1 +1 @@
-::: textuals.constants
+::: textual.constants

View File

@@ -42,16 +42,17 @@ BDEPEND="
"
DEPEND="${RDEPEND}"
PATCHES=("${FILESDIR}/fix-mkdocstrings.patch")
PATCHES=(
"${FILESDIR}/fix-mkdocstrings.patch"
)
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# Those tests ask to press keys
tests/snapshot_tests/test_snapshots.py
# Need a package that should be optional
tests/text_area/test_languages.py
)
distutils_enable_tests pytest
python_compile_all() {
echo "INHERIT: mkdocs-offline.yml" > "${S}/mkdocs.yml"