mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-util/pifpaf: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user