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/pygeocoder: pygeocoder-1.2.5.ebuild ChangeLog pygeocoder-1.1.4.ebuild pygeocoder-1.2.1.ebuild pygeocoder-1.2.4.ebuild
Date: Fri, 20 Jun 2014 05:31:08
Message-Id: 20140620053103.EDADA2004E@flycatcher.gentoo.org
1 idella4 14/06/20 05:31:03
2
3 Modified: ChangeLog
4 Added: pygeocoder-1.2.5.ebuild
5 Removed: pygeocoder-1.1.4.ebuild pygeocoder-1.2.1.ebuild
6 pygeocoder-1.2.4.ebuild
7 Log:
8 bump, add py3 pypy support, req'd RDEP, rm old
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
11
12 Revision Changes Path
13 1.6 dev-python/pygeocoder/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/ChangeLog?rev=1.6&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/ChangeLog?rev=1.6&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/ChangeLog?r1=1.5&r2=1.6
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v
22 retrieving revision 1.5
23 retrieving revision 1.6
24 diff -u -r1.5 -r1.6
25 --- ChangeLog 3 May 2014 08:57:27 -0000 1.5
26 +++ ChangeLog 20 Jun 2014 05:31:03 -0000 1.6
27 @@ -1,6 +1,12 @@
28 # ChangeLog for dev-python/pygeocoder
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v 1.5 2014/05/03 08:57:27 patrick Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v 1.6 2014/06/20 05:31:03 idella4 Exp $
32 +
33 +*pygeocoder-1.2.5 (20 Jun 2014)
34 +
35 + 20 Jun 2014; Ian Delaney <idella4@g.o> +pygeocoder-1.2.5.ebuild,
36 + -pygeocoder-1.1.4.ebuild, -pygeocoder-1.2.1.ebuild, -pygeocoder-1.2.4.ebuild:
37 + bump, add py3 pypy support, req'd RDEP, rm old
38
39 *pygeocoder-1.2.4 (03 May 2014)
40
41
42
43
44 1.1 dev-python/pygeocoder/pygeocoder-1.2.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/pygeocoder-1.2.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygeocoder/pygeocoder-1.2.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pygeocoder-1.2.5.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/pygeocoder-1.2.5.ebuild,v 1.1 2014/06/20 05:31:03 idella4 Exp $
54
55 EAPI="5"
56
57 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
58 inherit distutils-r1
59
60 DESCRIPTION="Python wrapper for Google Geocoding API V3"
61 HOMEPAGE="http://code.xster.net/pygeocoder/overview"
62 SRC_URI="http://code.xster.net/${PN}/downloads/${P}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND=">=dev-python/requests-1.0[${PYTHON_USEDEP}]"