Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/nosehtmloutput: nosehtmloutput-0.0.4-r1.ebuild ChangeLog nosehtmloutput-0.0.4.ebuild
Date: Sat, 27 Jul 2013 16:51:50
Message-Id: 20130727165146.375D92171C@flycatcher.gentoo.org
1 prometheanfire 13/07/27 16:51:46
2
3 Modified: ChangeLog
4 Added: nosehtmloutput-0.0.4-r1.ebuild
5 Removed: nosehtmloutput-0.0.4.ebuild
6 Log:
7 updated a python dep to include the proper stuff for distutils-r1
8
9 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
10
11 Revision Changes Path
12 1.2 dev-python/nosehtmloutput/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 21 Jan 2013 09:23:22 -0000 1.1
25 +++ ChangeLog 27 Jul 2013 16:51:45 -0000 1.2
26 @@ -1,10 +1,15 @@
27 # ChangeLog for dev-python/nosehtmloutput
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.1 2013/01/21 09:23:22 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.2 2013/07/27 16:51:45 prometheanfire Exp $
31 +
32 +*nosehtmloutput-0.0.4-r1 (27 Jul 2013)
33 +
34 + 27 Jul 2013; Matthew Thode <prometheanfire@g.o>
35 + +nosehtmloutput-0.0.4-r1.ebuild, -nosehtmloutput-0.0.4.ebuild:
36 + updated a python dep to include the proper stuff for distutils-r1
37
38 *nosehtmloutput-0.0.4 (21 Jan 2013)
39
40 21 Jan 2013; Matthew Thode <prometheanfire@g.o>
41 +nosehtmloutput-0.0.4.ebuild, +metadata.xml:
42 adding nosehtmloutput of python-cinderclient
43 -
44
45
46
47 1.1 dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: nosehtmloutput-0.0.4-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild,v 1.1 2013/07/27 16:51:45 prometheanfire Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python2_7 )
60
61 inherit distutils-r1
62
63 DESCRIPTION="Nose plugin to produce test results in html."
64 HOMEPAGE="https://github.com/cboylan/nose-html-output"
65 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
66
67 LICENSE="Apache-2.0"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
73 dev-python/nose[${PYTHON_USEDEP}]"
74 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"