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/github2: github2-0.6.2.ebuild ChangeLog
Date: Thu, 28 Jun 2012 06:29:47
Message-Id: 20120628062926.1EE392004B@flycatcher.gentoo.org
1 patrick 12/06/28 06:29:26
2
3 Modified: ChangeLog
4 Added: github2-0.6.2.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-python/github2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/github2/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 1 Apr 2012 04:40:16 -0000 1.3
24 +++ ChangeLog 28 Jun 2012 06:29:25 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/github2
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/github2/ChangeLog,v 1.3 2012/04/01 04:40:16 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/github2/ChangeLog,v 1.4 2012/06/28 06:29:25 patrick Exp $
30 +
31 +*github2-0.6.2 (28 Jun 2012)
32 +
33 + 28 Jun 2012; Patrick Lauer <patrick@g.o> +github2-0.6.2.ebuild:
34 + Bump
35
36 01 Apr 2012; Mike Gilbert <floppym@g.o> github2-0.6.0.ebuild,
37 github2-0.6.1.ebuild:
38 @@ -16,4 +21,3 @@
39 18 Feb 2012; Tim Harder <radhermit@g.o> +github2-0.6.0.ebuild,
40 +metadata.xml:
41 Initial import (bug #378347). Ebuild by me.
42 -
43
44
45
46 1.1 dev-python/github2/github2-0.6.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/github2-0.6.2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/github2/github2-0.6.2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: github2-0.6.2.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/github2/github2-0.6.2.ebuild,v 1.1 2012/06/28 06:29:25 patrick Exp $
56
57 EAPI="4"
58 PYTHON_DEPEND="2:2.6"
59 SUPPORT_PYTHON_ABIS="1"
60 DISTUTILS_SRC_TEST="nosetests"
61
62 # Restricted until the third-party socks module is ported to Python 3
63 RESTRICT_PYTHON_ABIS="3.*"
64
65 inherit distutils
66
67 DESCRIPTION="Github API library"
68 HOMEPAGE="https://github.com/ask/python-github2 http://pypi.python.org/pypi/github2/"
69 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
70
71 LICENSE="BSD"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 IUSE="test"
75
76 RDEPEND=">=dev-python/httplib2-0.7.0
77 dev-python/python-dateutil"
78 DEPEND="${RDEPEND}
79 test? ( dev-python/coverage
80 dev-python/mock )"