Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/tox: tox-1.4.ebuild ChangeLog
Date: Thu, 28 Jun 2012 07:42:38
Message-Id: 20120628074228.B58812004B@flycatcher.gentoo.org
1 patrick 12/06/28 07:42:28
2
3 Modified: ChangeLog
4 Added: tox-1.4.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-python/tox/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 15 Feb 2012 11:32:00 -0000 1.2
24 +++ ChangeLog 28 Jun 2012 07:42:28 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/tox
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.2 2012/02/15 11:32:00 djc Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/ChangeLog,v 1.3 2012/06/28 07:42:28 patrick Exp $
30 +
31 +*tox-1.4 (28 Jun 2012)
32 +
33 + 28 Jun 2012; Patrick Lauer <patrick@g.o> +tox-1.4.ebuild:
34 + Bump
35
36 15 Feb 2012; Dirkjan Ochtman <djc@g.o> tox-1.3.ebuild:
37 Depend on pytest-2.2.3 and pip (bug 403763).
38 @@ -9,4 +14,3 @@
39
40 14 Feb 2012; Dirkjan Ochtman <djc@g.o> +tox-1.3.ebuild, +metadata.xml:
41 Initial version of tox. Ebuild contributed by nicolas.pinto@×××××.com.
42 -
43
44
45
46 1.1 dev-python/tox/tox-1.4.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tox/tox-1.4.ebuild?rev=1.1&content-type=text/plain
50
51 Index: tox-1.4.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.4.ebuild,v 1.1 2012/06/28 07:42:28 patrick Exp $
56
57 EAPI=4
58
59 PYTHON_DEPEND="*"
60 SUPPORT_PYTHON_ABIS="1"
61
62 inherit distutils
63
64 DESCRIPTION="virtualenv-based automation of test activities"
65 HOMEPAGE="http://tox.testrun.org http://pypi.python.org/pypi/tox"
66 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
67
68 LICENSE="BSD"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 DEPEND="dev-python/setuptools
74 dev-python/virtualenv
75 dev-python/pip
76 >=dev-python/pytest-2.2.3"
77 RDEPEND="${DEPEND}"
78
79 #src_test() {
80 # testing() {
81 # py.test -x
82 # }
83 # python_execute_function testing
84 #}