dev-util/pifpaf: enable py3.13

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-11-01 19:23:28 +05:00
parent 0589822be3
commit ba86f21228
2 changed files with 5 additions and 5 deletions

View File

@@ -6,10 +6,10 @@
<name>Anna</name> <name>Anna</name>
</maintainer> </maintainer>
<longdescription lang="en"> <longdescription lang="en">
Pifpaf is a suite of fixtures and a command-line tool that allows to 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 start and stop daemons for a quick throw-away usage. This is typically
useful when needing these daemons to run integration testing. It useful when needing these daemons to run integration testing. It
originaly evolved from its precussor overtest. originaly evolved from its precussor overtest.
</longdescription> </longdescription>
<upstream> <upstream>
<remote-id type="github">jd/pifpaf</remote-id> <remote-id type="github">jd/pifpaf</remote-id>

View File

@@ -3,7 +3,7 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{10..12} ) PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi inherit distutils-r1 pypi