dev-python/tblib: Remove old
authorMichał Górny <mgorny@gentoo.org>
Wed, 25 Mar 2020 13:35:41 +0000 (14:35 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 25 Mar 2020 13:59:06 +0000 (14:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tblib/tblib-1.3.2.ebuild [deleted file]

diff --git a/dev-python/tblib/tblib-1.3.2.ebuild b/dev-python/tblib/tblib-1.3.2.ebuild
deleted file mode 100644 (file)
index 03e9a0c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-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 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"