Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/nose-exclude: nose-exclude-0.2.0.ebuild ChangeLog
Date: Tue, 08 Jul 2014 00:51:36
Message-Id: 20140708005132.DF43D2004E@flycatcher.gentoo.org
1 idella4 14/07/08 00:51:32
2
3 Modified: ChangeLog
4 Added: nose-exclude-0.2.0.ebuild
5 Log:
6 bump; add test phase but phase restricted for now due to failures
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.6 dev-python/nose-exclude/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 7 Jul 2014 15:08:49 -0000 1.5
24 +++ ChangeLog 8 Jul 2014 00:51:32 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/nose-exclude
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.5 2014/07/07 15:08:49 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.6 2014/07/08 00:51:32 idella4 Exp $
30 +
31 +*nose-exclude-0.2.0 (08 Jul 2014)
32 +
33 + 08 Jul 2014; Ian Delaney <idella4@g.o> +nose-exclude-0.2.0.ebuild:
34 + bump; add test phase but phase restricted for now due to failures
35
36 07 Jul 2014; Ian Delaney <idella4@g.o> nose-exclude-0.1.9.ebuild:
37 add py3.4
38
39
40
41 1.1 dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nose-exclude-0.2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild,v 1.1 2014/07/08 00:51:32 idella4 Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
54
55 inherit distutils-r1
56
57 DESCRIPTION="Exclude specific directories from nosetests runs."
58 HOMEPAGE="http://bitbucket.org/kgrandis/nose-exclude"
59 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64
65 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
66 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
67 RESTRICT="test"
68
69 python_test() {
70 # https://bitbucket.org/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
71 esetup.py test
72 }