commit: 6b2068d0e0819b11e81ab3046a753016244caace
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 07:17:27 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 07:17:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2068d0
dev-python/tblib: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tblib/tblib-1.7.0.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-python/tblib/tblib-1.7.0.ebuild
b/dev-python/tblib/tblib-1.7.0.ebuild
deleted file mode 100644
index 498016505478..000000000000
--- a/dev-python/tblib/tblib-1.7.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Traceback fiddling library for Python"
-HOMEPAGE="https://github.com/ionelmc/python-tblib"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux
~x86-linux"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/twisted[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest