summaryrefslogtreecommitdiff
path: root/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-16 15:34:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-16 17:56:56 +0200
commit5b12cf397e8d9a812f3377a058a5db5ecd3980bc (patch)
treeed2442b142744a57ebcc27f7ab0b0ae51b1f9835 /dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
parent667423f598eb53eb34d1adf141d9d39bb2af314b (diff)
downloadgentoo-5b12cf397e8d9a812f3377a058a5db5ecd3980bc.tar.gz
gentoo-5b12cf397e8d9a812f3377a058a5db5ecd3980bc.tar.bz2
gentoo-5b12cf397e8d9a812f3377a058a5db5ecd3980bc.zip
dev-python/ipython_genutils: Drop old
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild')
-rw-r--r--dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
deleted file mode 100644
index 438b767b115a..000000000000
--- a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-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 ~arm64 ~x86"
-IUSE="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
-}