mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/python-olm: enable py3.12
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -19,25 +19,23 @@ KEYWORDS="~amd64"
|
||||
DEPEND="dev-libs/olm"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
virtual/python-cffi[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/cffi[${PYTHON_USEDEP}]
|
||||
' 'python*')
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/aspectlib[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
|
||||
)
|
||||
test? ( dev-python/aspectlib[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
DOCS=( README-python.md )
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# disable benchmarks
|
||||
tests/group_session_test.py::TestClass::test_encrypt
|
||||
tests/group_session_test.py::TestClass::test_decrypt
|
||||
)
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
distutils_enable_sphinx docs \
|
||||
dev-python/alabaster
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# To avoid merge collision with dev-libs/olm
|
||||
mv "README.md" "README-python.md" || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user