From: Michał Górny Date: Wed, 25 Mar 2020 13:35:41 +0000 (+0100) Subject: dev-python/tblib: Remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a850d9cdd2595d3b62df08ed3b8c05aa77d6078c;p=gentoo.git dev-python/tblib: Remove old Signed-off-by: Michał Górny --- diff --git a/dev-python/tblib/tblib-1.3.2.ebuild b/dev-python/tblib/tblib-1.3.2.ebuild deleted file mode 100644 index 03e9a0cf2f31..000000000000 --- a/dev-python/tblib/tblib-1.3.2.ebuild +++ /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}"