diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-25 14:35:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-25 14:59:06 +0100 |
commit | a850d9cdd2595d3b62df08ed3b8c05aa77d6078c (patch) | |
tree | a7f2a658c0bb61cba6cc399849af6f726492abb7 /dev-python/tblib | |
parent | dev-python/tblib: Stabilize 1.3.2-r1 ALLARCHES (diff) | |
download | gentoo-a850d9cdd2595d3b62df08ed3b8c05aa77d6078c.tar.gz gentoo-a850d9cdd2595d3b62df08ed3b8c05aa77d6078c.tar.bz2 gentoo-a850d9cdd2595d3b62df08ed3b8c05aa77d6078c.zip |
dev-python/tblib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tblib')
-rw-r--r-- | dev-python/tblib/tblib-1.3.2.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
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}" |