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/nose-exclude: nose-exclude-0.3.0.ebuild ChangeLog
Date: Fri, 26 Jun 2015 03:51:12
Message-Id: 20150626035046.61E97A52@oystercatcher.gentoo.org
1 patrick 15/06/26 03:50:46
2
3 Modified: ChangeLog
4 Added: nose-exclude-0.3.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.15 dev-python/nose-exclude/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 7 Jun 2015 19:31:44 -0000 1.14
24 +++ ChangeLog 26 Jun 2015 03:50:46 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/nose-exclude
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.14 2015/06/07 19:31:44 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose-exclude/ChangeLog,v 1.15 2015/06/26 03:50:46 patrick Exp $
30 +
31 +*nose-exclude-0.3.0 (26 Jun 2015)
32 +
33 + 26 Jun 2015; Patrick Lauer <patrick@g.o> +nose-exclude-0.3.0.ebuild:
34 + Bump
35
36 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
37 Add bitbucket to remote-id in metadata.xml
38
39
40
41 1.1 dev-python/nose-exclude/nose-exclude-0.3.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nose-exclude-0.3.0.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/nose-exclude/nose-exclude-0.3.0.ebuild,v 1.1 2015/06/26 03:50:46 patrick Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_7,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 }