From ba86f2122817435e00df70d6bbafd34090f70774 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 1 Nov 2024 19:23:28 +0500 Subject: [PATCH] dev-util/pifpaf: enable py3.13 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-util/pifpaf/metadata.xml | 8 ++++---- dev-util/pifpaf/pifpaf-3.2.3.ebuild | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/pifpaf/metadata.xml b/dev-util/pifpaf/metadata.xml index 03083efc3a..e3c1d9fe34 100644 --- a/dev-util/pifpaf/metadata.xml +++ b/dev-util/pifpaf/metadata.xml @@ -6,10 +6,10 @@ Anna - Pifpaf is a suite of fixtures and a command-line tool that allows to - start and stop daemons for a quick throw-away usage. This is typically - useful when needing these daemons to run integration testing. It - originaly evolved from its precussor overtest. + Pifpaf is a suite of fixtures and a command-line tool that allows to + start and stop daemons for a quick throw-away usage. This is typically + useful when needing these daemons to run integration testing. It + originaly evolved from its precussor overtest. jd/pifpaf diff --git a/dev-util/pifpaf/pifpaf-3.2.3.ebuild b/dev-util/pifpaf/pifpaf-3.2.3.ebuild index 644981ab72..73a3c44802 100644 --- a/dev-util/pifpaf/pifpaf-3.2.3.ebuild +++ b/dev-util/pifpaf/pifpaf-3.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi