mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-python/daiquiri: enable py3.13
Closes: https://bugs.gentoo.org/937359 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..12} pypy3 )
|
PYTHON_COMPAT=( python3_{10..13} pypy3 )
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1 optfeature pypi
|
inherit distutils-r1 optfeature pypi
|
||||||
|
|
||||||
@@ -24,6 +24,19 @@ distutils_enable_tests pytest
|
|||||||
|
|
||||||
distutils_enable_sphinx doc/source
|
distutils_enable_sphinx doc/source
|
||||||
|
|
||||||
|
python_test() {
|
||||||
|
if [[ ${EPYTHON} =~ python3.1[23] ]]; then
|
||||||
|
# Broken by Gentoo patches for python-json-logger
|
||||||
|
local EPYTEST_DESELECT=(
|
||||||
|
daiquiri/tests/test_daiquiri.py::TestDaiquiri::test_setup_json_formatter
|
||||||
|
daiquiri/tests/test_daiquiri.py::TestDaiquiri::test_setup_json_formatter_with_extras
|
||||||
|
daiquiri/tests/test_output.py::TestOutput::test_datadog
|
||||||
|
)
|
||||||
|
fi
|
||||||
|
|
||||||
|
distutils-r1_python_test
|
||||||
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
optfeature "journald support" dev-python/python-systemd
|
optfeature "journald support" dev-python/python-systemd
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user