Gentoo Archives: gentoo-commits

From: "Alex Brandt (alunduil)" <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/rednose: rednose-0.4.3.ebuild ChangeLog
Date: Sat, 04 Jul 2015 19:03:59
Message-Id: 20150704190353.8A98174B@oystercatcher.gentoo.org
1 alunduil 15/07/04 19:03:53
2
3 Modified: ChangeLog
4 Added: rednose-0.4.3.ebuild
5 Log:
6 add version 0.4.3
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
9
10 Revision Changes Path
11 1.6 dev-python/rednose/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/rednose/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 3 Jun 2015 21:34:19 -0000 1.5
24 +++ ChangeLog 4 Jul 2015 19:03:53 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/rednose
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rednose/ChangeLog,v 1.5 2015/06/03 21:34:19 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rednose/ChangeLog,v 1.6 2015/07/04 19:03:53 alunduil Exp $
30 +
31 +*rednose-0.4.3 (04 Jul 2015)
32 +
33 + 04 Jul 2015; Alex Brandt <alunduil@g.o> +rednose-0.4.3.ebuild:
34 + add version 0.4.3
35
36 03 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
37 Add pypi to remote-id in metadata.xml
38
39
40
41 1.1 dev-python/rednose/rednose-0.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/rednose-0.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rednose/rednose-0.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rednose-0.4.3.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/rednose/rednose-0.4.3.ebuild,v 1.1 2015/07/04 19:03:53 alunduil Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
54
55 inherit distutils-r1
56
57 DESCRIPTION="coloured output for nosetests"
58 HOMEPAGE="http://gfxmonk.net/dist/0install/rednose.xml"
59 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
67 DEPEND="${CDEPEND}"
68 RDEPEND="
69 ${CDEPEND}
70 dev-python/colorama[${PYTHON_USEDEP}]
71 >=dev-python/python-termstyle-0.1.7[${PYTHON_USEDEP}]
72 "