summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 11:02:36 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 11:47:52 +0200
commit842ec7ff591c81b5edbc35a8a13066556e401f45 (patch)
tree2fa87210362196930870b42af9ddead38ff843df /dev-python/ipdb/ipdb-0.8.ebuild
parentdev-python/nevow: Clean old versions up (diff)
downloadgentoo-842ec7ff591c81b5edbc35a8a13066556e401f45.tar.gz
gentoo-842ec7ff591c81b5edbc35a8a13066556e401f45.tar.bz2
gentoo-842ec7ff591c81b5edbc35a8a13066556e401f45.zip
dev-python/ipdb: Clean old versions up
Diffstat (limited to 'dev-python/ipdb/ipdb-0.8.ebuild')
-rw-r--r--dev-python/ipdb/ipdb-0.8.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/ipdb/ipdb-0.8.ebuild b/dev-python/ipdb/ipdb-0.8.ebuild
deleted file mode 100644
index 3a69c2de1569..000000000000
--- a/dev-python/ipdb/ipdb-0.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="IPython-enabled pdb"
-HOMEPAGE="https://pypi.python.org/pypi/ipdb"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( HISTORY.txt )
-
-python_test() {
- esetup.py test
-}