commit: ba86f2122817435e00df70d6bbafd34090f70774
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 1 14:23:28 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 1 14:37:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba86f212
dev-util/pifpaf: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
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 03083efc3..e3c1d9fe3 100644
--- a/dev-util/pifpaf/metadata.xml
+++ b/dev-util/pifpaf/metadata.xml
@@ -6,10 +6,10 @@
<name>Anna</name>
</maintainer>
<longdescription lang="en">
- 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.
</longdescription>
<upstream>
<remote-id type="github">jd/pifpaf</remote-id>
diff --git a/dev-util/pifpaf/pifpaf-3.2.3.ebuild
b/dev-util/pifpaf/pifpaf-3.2.3.ebuild
index 644981ab7..73a3c4480 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