From 4b369e0d3fcdb8b79cd9adcda41a26786f40ca6d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 12 Jul 2024 21:03:31 +0200 Subject: app-crypt/acme: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-crypt/acme/acme-2.10.0.ebuild | 12 ++++++++---- app-crypt/acme/acme-9999.ebuild | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/acme/acme-2.10.0.ebuild b/app-crypt/acme/acme-2.10.0.ebuild index c4eb5dcd71c8..8c850f30473b 100644 --- a/app-crypt/acme/acme-2.10.0.ebuild +++ b/app-crypt/acme/acme-2.10.0.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -37,8 +37,6 @@ SLOT="0" BDEPEND=" test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] ) " @@ -55,5 +53,11 @@ RDEPEND=" >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}] " -distutils_enable_sphinx docs dev-python/sphinx-rtd-theme +distutils_enable_sphinx docs \ + dev-python/sphinx-rtd-theme distutils_enable_tests pytest + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest +} diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 1bdc2aa52244..6df08330928b 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -37,8 +37,6 @@ SLOT="0" BDEPEND=" test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] ) " @@ -55,5 +53,11 @@ RDEPEND=" >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}] " -distutils_enable_sphinx docs dev-python/sphinx-rtd-theme +distutils_enable_sphinx docs \ + dev-python/sphinx-rtd-theme distutils_enable_tests pytest + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest +} -- cgit v1.2.3-65-gdbad