summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-10 20:51:15 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-10 20:52:38 +0200
commitdd104d21834ebe0bd329b5b58175c27aaee66667 (patch)
tree264d2712189d1c7af37100678d4cbccf0466e996 /dev-python/ipdb
parentdev-python/aws-sam-translator: Remove old (diff)
downloadgentoo-dd104d21834ebe0bd329b5b58175c27aaee66667.tar.gz
gentoo-dd104d21834ebe0bd329b5b58175c27aaee66667.tar.bz2
gentoo-dd104d21834ebe0bd329b5b58175c27aaee66667.zip
dev-python/ipdb: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipdb')
-rw-r--r--dev-python/ipdb/ipdb-0.13.9-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/ipdb/ipdb-0.13.9-r1.ebuild b/dev-python/ipdb/ipdb-0.13.9-r1.ebuild
deleted file mode 100644
index 238f20c1a578..000000000000
--- a/dev-python/ipdb/ipdb-0.13.9-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="IPython-enabled pdb"
-HOMEPAGE="https://pypi.org/project/ipdb/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
-
-RDEPEND=">=dev-python/ipython-7.17[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-DOCS=( HISTORY.txt )
-
-distutils_enable_tests unittest