summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2021-05-24 12:48:47 -0700
committerPatrick McLean <chutzpah@gentoo.org>2021-05-24 12:49:03 -0700
commit634f1f7542d0bbba7161fa70ab3011b0ec7c38bd (patch)
treeb494c08179c9a7b672a326dc5d232e029514bec9 /dev-python/snaketrace/snaketrace-0.1.1.ebuild
parentdev-python/pygments-github-lexers: Add py3{9,10} (diff)
downloadgentoo-634f1f7542d0bbba7161fa70ab3011b0ec7c38bd.tar.gz
gentoo-634f1f7542d0bbba7161fa70ab3011b0ec7c38bd.tar.bz2
gentoo-634f1f7542d0bbba7161fa70ab3011b0ec7c38bd.zip
dev-python/snaketrace-0.3.1: Version bump, add py3{9,10}
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/snaketrace/snaketrace-0.1.1.ebuild')
-rw-r--r--dev-python/snaketrace/snaketrace-0.1.1.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-python/snaketrace/snaketrace-0.1.1.ebuild b/dev-python/snaketrace/snaketrace-0.1.1.ebuild
deleted file mode 100644
index ee5776d7e18a..000000000000
--- a/dev-python/snaketrace/snaketrace-0.1.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-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}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"