commit:     5b12cf397e8d9a812f3377a058a5db5ecd3980bc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 13:34:47 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 16 15:56:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b12cf39

dev-python/ipython_genutils: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/ipython_genutils/Manifest               |  1 -
 .../ipython_genutils/ipython_genutils-0.1.0.ebuild | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-python/ipython_genutils/Manifest 
b/dev-python/ipython_genutils/Manifest
index d9111aac3bd..83b179fdcc7 100644
--- a/dev-python/ipython_genutils/Manifest
+++ b/dev-python/ipython_genutils/Manifest
@@ -1,2 +1 @@
-DIST ipython_genutils-0.1.0.tar.gz 22255 BLAKE2B 
ee24a3b226894d51c36d2e3e7ec5a0422c571b46670d7822f0555b2f5551be176560e76682d4c7e7e167cd0bbd9b321d4dd936495ee824c7e49a4d5aab1a9f85
 SHA512 
714f850783d5e3c042da409217c0e213cbce249a42fd689c3559745861a991fecb5dbf98a012a4186053d9bb7ca4d52dad742b676eeb5163bc4dfbf256181081
 DIST ipython_genutils-0.2.0.tar.gz 22208 BLAKE2B 
1a898e11cec26787f530f72e2d2a79e7834664e0f6be6a27ddd426bc2d0b3f39ee46e9ea10ad03e01a08054873c9752007038e863d7dd9e501613a68e40e1635
 SHA512 
0e5a9f8be17d98dfb74ec77d1360ee79276a13fe1914e6d31e8740f06375ed1671c49356a77f118495f50823b8384c1e2c5b6fae73965e3d4249c831b9a2b095

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 438b767b115..00000000000
--- 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
-}

Reply via email to