Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipython_genutils/
Date: Sat, 28 Nov 2015 17:58:17
Message-Id: 1448732929.e49f22c5997a034cbc91af3de001f038056459d2.marbre@gentoo
1 commit: e49f22c5997a034cbc91af3de001f038056459d2
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 17:48:49 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Nov 28 17:48:49 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e49f22c5
7
8 dev-python/ipython_genutils: Moved to tree
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/ipython_genutils/ChangeLog | 4 +++
13 .../ipython_genutils/ipython_genutils-0.1.0.ebuild | 29 ----------------------
14 2 files changed, 4 insertions(+), 29 deletions(-)
15
16 diff --git a/dev-python/ipython_genutils/ChangeLog b/dev-python/ipython_genutils/ChangeLog
17 index d2bb0d3..8b03b2a 100644
18 --- a/dev-python/ipython_genutils/ChangeLog
19 +++ b/dev-python/ipython_genutils/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 28 Nov 2015; Marius Brehler <marbre@××××××××××××××.de> -Manifest,
25 + -ipython_genutils-0.1.0.ebuild:
26 + dev-python/ipython_genutils: Moved to tree
27 +
28 21 Sep 2015; Marius Brehler <marbre@××××××××××××××.de>
29 ipython_genutils-9999.ebuild:
30 dev-python/ipython_genutils: Add ~x86 to KEYWORDS
31
32 diff --git a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
33 deleted file mode 100644
34 index 07d3b68..0000000
35 --- a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
36 +++ /dev/null
37 @@ -1,29 +0,0 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Id$
41 -
42 -EAPI=5
43 -
44 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
45 -
46 -inherit distutils-r1
47 -
48 -DESCRIPTION="Vestigial utilities from IPython"
49 -HOMEPAGE="https://github.com/ipython/ipython_genutils"
50 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="BSD"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -IUSE="test"
56 -
57 -DEPEND="
58 - test? (
59 - dev-python/nose[${PYTHON_USEDEP}]
60 - dev-python/coverage[${PYTHON_USEDEP}]
61 - )
62 - "
63 -
64 -python_test() {
65 - nosetests --with-coverage --cover-package=ipython_genutils ipython_genutils || die
66 -}