summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-15 09:17:27 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-15 09:17:27 +0200
commit6b2068d0e0819b11e81ab3046a753016244caace (patch)
tree66d142c03db01bc232f69bcc5c0aa477c4763344 /dev-python/tblib/tblib-1.7.0.ebuild
parentdev-python/apipkg: Remove old (diff)
downloadgentoo-6b2068d0e0819b11e81ab3046a753016244caace.tar.gz
gentoo-6b2068d0e0819b11e81ab3046a753016244caace.tar.bz2
gentoo-6b2068d0e0819b11e81ab3046a753016244caace.zip
dev-python/tblib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tblib/tblib-1.7.0.ebuild')
-rw-r--r--dev-python/tblib/tblib-1.7.0.ebuild21
1 files changed, 0 insertions, 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