dev-python/reflink: Enable py3.14

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-11 20:22:37 +02:00
parent bc6e5005f7
commit 51e72157ff

View File

@@ -1,11 +1,11 @@
# Copyright 2019-2024 Gentoo Authors
# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -36,6 +36,7 @@ BDEPEND="
"
distutils_enable_sphinx docs
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {
@@ -50,7 +51,6 @@ src_test() {
rm -rf reflink || die
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
addwrite /dev
distutils-r1_src_test
}