summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 19:46:24 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 19:47:13 +0200
commitb5e8247d58d4b56cee9e16482542feaa2d37649c (patch)
tree1aff852451a33ade10812f8b2f984f48404dc349
parentdev-python/findpython: Enable py3.13 (diff)
downloadgentoo-b5e8247d58d4b56cee9e16482542feaa2d37649c.tar.gz
gentoo-b5e8247d58d4b56cee9e16482542feaa2d37649c.tar.bz2
gentoo-b5e8247d58d4b56cee9e16482542feaa2d37649c.zip
dev-python/flexmock: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/flexmock/flexmock-0.12.1.ebuild8
1 files 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 0af6088d8dae..0f0522dee2cf 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"