From b5e8247d58d4b56cee9e16482542feaa2d37649c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 17 May 2024 19:46:24 +0200 Subject: [PATCH] dev-python/flexmock: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/flexmock/flexmock-0.12.1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/flexmock/flexmock-0.12.1.ebuild b/dev-python/flexmock/flexmock-0.12.1.ebuild index 0af6088d8dae1..0f0522dee2cfa 100644 --- a/dev-python/flexmock/flexmock-0.12.1.ebuild +++ b/dev-python/flexmock/flexmock-0.12.1.ebuild @@ -4,12 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi DESCRIPTION="Testing library to create mocks, stubs and fakes" -HOMEPAGE="https://flexmock.readthedocs.io/" +HOMEPAGE=" + https://flexmock.readthedocs.io/ + https://github.com/flexmock/flexmock/ + https://pypi.org/project/flexmock/ +" LICENSE="BSD" SLOT="0"