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/openstack-nose-plugin: openstack-nose-plugin-0.11-r2.ebuild ChangeLog openstack-nose-plugin-0.11-r1.ebuild
Date: Sun, 28 Jul 2013 17:40:14
Message-Id: 20130728174011.CDAA82171C@flycatcher.gentoo.org
1 prometheanfire 13/07/28 17:40:11
2
3 Modified: ChangeLog
4 Added: openstack-nose-plugin-0.11-r2.ebuild
5 Removed: openstack-nose-plugin-0.11-r1.ebuild
6 Log:
7 adding pypy support
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.4 dev-python/openstack-nose-plugin/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 25 Mar 2013 19:31:45 -0000 1.3
25 +++ ChangeLog 28 Jul 2013 17:40:11 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/openstack-nose-plugin
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.3 2013/03/25 19:31:45 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/ChangeLog,v 1.4 2013/07/28 17:40:11 prometheanfire Exp $
31 +
32 +*openstack-nose-plugin-0.11-r2 (28 Jul 2013)
33 +
34 + 28 Jul 2013; Matthew Thode <prometheanfire@g.o>
35 + +openstack-nose-plugin-0.11-r2.ebuild, -openstack-nose-plugin-0.11-r1.ebuild:
36 + adding pypy support
37
38 *openstack-nose-plugin-0.11-r1 (25 Mar 2013)
39
40
41
42
43 1.1 dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: openstack-nose-plugin-0.11-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild,v 1.1 2013/07/28 17:40:11 prometheanfire Exp $
53
54 EAPI=5
55 PYTHON_COMPAT=( python2_7 pypy2_0 )
56
57 inherit distutils-r1
58
59 DESCRIPTION="openstack run_tests.py style output for nosetests"
60 HOMEPAGE="https://github.com/openstack-dev/openstack-nose"
61 MY_PN="openstack.nose_plugin"
62 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
63
64 LICENSE="Apache-2.0"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68 S="${WORKDIR}/${MY_PN}-${PV}"
69
70 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
71 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]
72 dev-python/colorama[${PYTHON_USEDEP}]
73 dev-python/termcolor[${PYTHON_USEDEP}]"