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/disqus-python: disqus-python-0.4.2.ebuild ChangeLog
Date: Fri, 04 Jul 2014 11:35:46
Message-Id: 20140704113542.B048F2004E@flycatcher.gentoo.org
1 idella4 14/07/04 11:35:42
2
3 Modified: disqus-python-0.4.2.ebuild ChangeLog
4 Log:
5 drop py2.6, add missing dep nose, fixes Bug #514540
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/disqus-python/disqus-python-0.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/disqus-python-0.4.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/disqus-python-0.4.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/disqus-python-0.4.2.ebuild?r1=1.1&r2=1.2
15
16 Index: disqus-python-0.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/disqus-python/disqus-python-0.4.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- disqus-python-0.4.2.ebuild 31 Aug 2013 15:41:59 -0000 1.1
23 +++ disqus-python-0.4.2.ebuild 4 Jul 2014 11:35:42 -0000 1.2
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/disqus-python/disqus-python-0.4.2.ebuild,v 1.1 2013/08/31 15:41:59 ercpe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/disqus-python/disqus-python-0.4.2.ebuild,v 1.2 2014/07/04 11:35:42 idella4 Exp $
30
31 EAPI=5
32
33 -PYTHON_COMPAT=( python{2_6,2_7} )
34 +PYTHON_COMPAT=( python2_7 )
35
36 inherit distutils-r1 vcs-snapshot
37
38 @@ -17,8 +17,8 @@
39 KEYWORDS="~amd64 ~x86"
40 IUSE="test"
41
42 -DEPEND="
43 - dev-python/setuptools[${PYTHON_USEDEP}]
44 +DEPEND="dev-python/nose[${PYTHON_USEDEP}]
45 + dev-python/setuptools[${PYTHON_USEDEP}]
46 test? (
47 dev-python/mock[${PYTHON_USEDEP}]
48 )"
49
50
51
52 1.2 dev-python/disqus-python/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/ChangeLog?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/ChangeLog?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/disqus-python/ChangeLog?r1=1.1&r2=1.2
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/disqus-python/ChangeLog,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- ChangeLog 31 Aug 2013 15:41:59 -0000 1.1
65 +++ ChangeLog 4 Jul 2014 11:35:42 -0000 1.2
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-python/disqus-python
68 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/disqus-python/ChangeLog,v 1.1 2013/08/31 15:41:59 ercpe Exp $
70 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/dev-python/disqus-python/ChangeLog,v 1.2 2014/07/04 11:35:42 idella4 Exp $
72 +
73 + 04 Jul 2014; Ian Delaney <idella4@g.o> disqus-python-0.4.2.ebuild:
74 + drop py2.6, add missing dep nose, fixes Bug #514540
75
76 *disqus-python-0.4.2 (31 Aug 2013)