Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/oauthlib: oauthlib-0.3.0.ebuild oauthlib-0.1.3.ebuild ChangeLog
Date: Mon, 27 Aug 2012 16:02:55
Message-Id: 20120827160236.96D1220924@flycatcher.gentoo.org
1 floppym 12/08/27 16:02:36
2
3 Modified: oauthlib-0.3.0.ebuild oauthlib-0.1.3.ebuild
4 ChangeLog
5 Log:
6 Fix dependencies and HOMEPAGE. Thanks Arfrever.
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-python/oauthlib/oauthlib-0.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild?r1=1.2&r2=1.3
16
17 Index: oauthlib-0.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- oauthlib-0.3.0.ebuild 25 Aug 2012 00:36:48 -0000 1.2
24 +++ oauthlib-0.3.0.ebuild 27 Aug 2012 16:02:36 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v 1.2 2012/08/25 00:36:48 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v 1.3 2012/08/27 16:02:36 floppym Exp $
30
31 EAPI="4"
32
33 @@ -14,7 +14,7 @@
34 inherit distutils
35
36 DESCRIPTION="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
37 -HOMEPAGE="https://github.com/idangazit/oauthlib
38 +HOMEPAGE="https://github.com/idan/oauthlib
39 http://pypi.python.org/pypi/oauthlib"
40 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
41
42 @@ -23,11 +23,10 @@
43 KEYWORDS="~amd64 ~arm ~x86"
44 IUSE="test"
45
46 -RDEPEND="dev-python/rsa"
47 +RDEPEND="dev-python/pycrypto"
48 DEPEND="${RDEPEND}
49 dev-python/setuptools
50 - test? ( dev-python/unittest2
51 - dev-python/pycrypto )"
52 + test? ( dev-python/unittest2 )"
53
54 src_test() {
55 touch tests/__init__.py
56
57
58
59 1.9 dev-python/oauthlib/oauthlib-0.1.3.ebuild
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild?rev=1.9&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild?rev=1.9&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild?r1=1.8&r2=1.9
64
65 Index: oauthlib-0.1.3.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v
68 retrieving revision 1.8
69 retrieving revision 1.9
70 diff -u -r1.8 -r1.9
71 --- oauthlib-0.1.3.ebuild 19 Aug 2012 18:48:05 -0000 1.8
72 +++ oauthlib-0.1.3.ebuild 27 Aug 2012 16:02:36 -0000 1.9
73 @@ -1,6 +1,6 @@
74 # Copyright 1999-2012 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v 1.8 2012/08/19 18:48:05 johu Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v 1.9 2012/08/27 16:02:36 floppym Exp $
78
79 EAPI="4"
80
81 @@ -14,7 +14,7 @@
82 inherit distutils
83
84 DESCRIPTION="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
85 -HOMEPAGE="https://github.com/idangazit/oauthlib
86 +HOMEPAGE="https://github.com/idan/oauthlib
87 http://pypi.python.org/pypi/oauthlib"
88 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
89
90
91
92
93 1.10 dev-python/oauthlib/ChangeLog
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.10&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.10&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?r1=1.9&r2=1.10
98
99 Index: ChangeLog
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v
102 retrieving revision 1.9
103 retrieving revision 1.10
104 diff -u -r1.9 -r1.10
105 --- ChangeLog 24 Aug 2012 09:26:21 -0000 1.9
106 +++ ChangeLog 27 Aug 2012 16:02:36 -0000 1.10
107 @@ -1,6 +1,10 @@
108 # ChangeLog for dev-python/oauthlib
109 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
110 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.9 2012/08/24 09:26:21 patrick Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.10 2012/08/27 16:02:36 floppym Exp $
112 +
113 + 27 Aug 2012; Mike Gilbert <floppym@g.o> oauthlib-0.1.3.ebuild,
114 + oauthlib-0.3.0.ebuild:
115 + Fix dependencies and HOMEPAGE. Thanks Arfrever.
116
117 *oauthlib-0.3.0 (24 Aug 2012)