Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/nose: ChangeLog nose-0.10.1.ebuild
Date: Thu, 31 Jan 2008 16:39:00
Message-Id: E1JKcRE-0007D4-R1@stork.gentoo.org
1 hawking 08/01/31 16:38:56
2
3 Modified: ChangeLog
4 Added: nose-0.10.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.10 dev-python/nose/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 14 Oct 2007 11:53:59 -0000 1.9
23 +++ ChangeLog 31 Jan 2008 16:38:56 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/nose
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.9 2007/10/14 11:53:59 hawking Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.10 2008/01/31 16:38:56 hawking Exp $
30 +
31 +*nose-0.10.1 (31 Jan 2008)
32 +
33 + 31 Jan 2008; Ali Polatel <hawking@g.o> +nose-0.10.1.ebuild:
34 + Version bump.
35
36 *nose-0.10.0 (14 Oct 2007)
37
38
39
40
41 1.1 dev-python/nose/nose-0.10.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/nose-0.10.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nose/nose-0.10.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nose-0.10.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.1.ebuild,v 1.1 2008/01/31 16:38:56 hawking Exp $
51
52 inherit distutils eutils
53
54 DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"
55 HOMEPAGE="http://somethingaboutorange.com/mrl/projects/nose/"
56 SRC_URI="http://somethingaboutorange.com/mrl/projects/nose/${P}.tar.gz"
57
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="doc examples test"
62
63 RDEPEND="dev-python/setuptools"
64 DEPEND="${RDEPEND}
65 test? ( dev-python/twisted )"
66
67 src_unpack() {
68 distutils_src_unpack
69
70 # Disable tests that access the network
71 epatch "${FILESDIR}/${PN}-0.10.0-tests-nonetwork.patch"
72 }
73
74 src_install() {
75 DOCS="AUTHORS"
76 distutils_src_install --install-data /usr/share
77
78 use doc && dohtml doc/*
79
80 if use examples ; then
81 insinto /usr/share/doc/${PF}
82 doins -r examples
83 fi
84 }
85
86 src_test() {
87 PYTHONPATH=. "${python}" setup.py test || die "test failed"
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list