commit:     dd104d21834ebe0bd329b5b58175c27aaee66667
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 18:51:15 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 18:52:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd104d21

dev-python/ipdb: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ipdb/ipdb-0.13.9-r1.ebuild | 25 -------------------------
 1 file changed, 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

Reply via email to