summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-06 10:45:40 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 14:39:07 +0100
commitaa98b7d3199cb19a805eb308876191e8e40a0443 (patch)
tree81818bfa9c2b54dddc603fe77027c95d2cc8dd96 /dev-python/tblib
parentdev-python/tabulate: Clean old up (diff)
downloadgentoo-aa98b7d3199cb19a805eb308876191e8e40a0443.tar.gz
gentoo-aa98b7d3199cb19a805eb308876191e8e40a0443.tar.bz2
gentoo-aa98b7d3199cb19a805eb308876191e8e40a0443.zip
dev-python/tblib: Clean old up
Diffstat (limited to 'dev-python/tblib')
-rw-r--r--dev-python/tblib/Manifest1
-rw-r--r--dev-python/tblib/tblib-1.3.0.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/tblib/Manifest b/dev-python/tblib/Manifest
index 4a9277c74e22..e63c51910bfb 100644
--- a/dev-python/tblib/Manifest
+++ b/dev-python/tblib/Manifest
@@ -1,2 +1 @@
-DIST tblib-1.3.0.tar.gz 25295 BLAKE2B 8317e3ab708ea29ff60db4c6e454be9dd8e05b9e42df123ea0b7de0ed240313a29c77dd7d684533e68ca6397c30d2a59c384e138033a23ce2e74bcb4ed6a80b3 SHA512 2bead497b7a2ff2a23e164935efe5ca242cb6d6063a7d5e1cf88d7d3af6475255435507855f5f359738285d315f0c8c0274c539f33cf5017fcb743c49b8f58a3
DIST tblib-1.3.2.tar.gz 26958 BLAKE2B 5c50f6b63b45f34f35843d9e39f03493715e19304804d38e134cd63621d1b72116a84d1403e25a4681d84568dfb87cba2874eaa10fccff6054e121aea86f88cd SHA512 c04d204e8dc53c87fecdb484162488ca10b509341ad030e67300d9c3ac61d298888dd56c1cef8318bcf13d90ccd5633520d75ab45dd0aea8de29ba7317adacce
diff --git a/dev-python/tblib/tblib-1.3.0.ebuild b/dev-python/tblib/tblib-1.3.0.ebuild
deleted file mode 100644
index 0c522a9257d9..000000000000
--- a/dev-python/tblib/tblib-1.3.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-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}"