summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-22 09:07:33 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-22 09:07:33 +0200
commit771ff1b7c4628ae8cdffe213909c26da188f93b4 (patch)
treea0926ae1884771872fc4b33431f5eacbb770bdcd /dev-python/ipython_genutils
parentdev-python/ipython: Remove redundant versions (diff)
downloadgentoo-771ff1b7c4628ae8cdffe213909c26da188f93b4.tar.gz
gentoo-771ff1b7c4628ae8cdffe213909c26da188f93b4.tar.bz2
gentoo-771ff1b7c4628ae8cdffe213909c26da188f93b4.zip
dev-python/ipython_genutils: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython_genutils')
-rw-r--r--dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
deleted file mode 100644
index 3fbbb3d68c8a..000000000000
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Vestigial utilities from IPython"
-HOMEPAGE="https://github.com/ipython/ipython_genutils"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- )
- "
-
-python_test() {
- nosetests --with-coverage --cover-package=ipython_genutils ipython_genutils || die
-}