summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-20 16:35:11 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-20 16:35:11 +0200
commit5c32305caa580ba655ef94eb098980cc6ca5cf3d (patch)
tree9278ae1cc877758edb161e737c286c00c0e03288 /dev-python/snaketrace
parentdev-python/restructuredtext-lint: Enable py3.12 (diff)
downloadgentoo-5c32305caa580ba655ef94eb098980cc6ca5cf3d.tar.gz
gentoo-5c32305caa580ba655ef94eb098980cc6ca5cf3d.tar.bz2
gentoo-5c32305caa580ba655ef94eb098980cc6ca5cf3d.zip
dev-python/snaketrace: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/snaketrace')
-rw-r--r--dev-python/snaketrace/snaketrace-0.3.1-r1.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/dev-python/snaketrace/snaketrace-0.3.1-r1.ebuild b/dev-python/snaketrace/snaketrace-0.3.1-r1.ebuild
index 73054ccfdce5..3cec1d2000d3 100644
--- a/dev-python/snaketrace/snaketrace-0.3.1-r1.ebuild
+++ b/dev-python/snaketrace/snaketrace-0.3.1-r1.ebuild
@@ -4,12 +4,19 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
DESCRIPTION="An strace-like tool for Python audit events"
-HOMEPAGE="https://github.com/dcoles/snaketrace https://pypi.org/project/snaketrace/"
-SRC_URI="https://github.com/dcoles/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="
+ https://github.com/dcoles/snaketrace/
+ https://pypi.org/project/snaketrace/
+"
+SRC_URI="
+ https://github.com/dcoles/snaketrace/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"