Gentoo Archives: gentoo-commits

From: "Corentin Chary (iksaif)" <iksaif@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/geopy: geopy-0.94.2-r1.ebuild ChangeLog geopy-0.94.2.ebuild
Date: Fri, 29 Jun 2012 15:54:47
Message-Id: 20120629155433.4E1A02004B@flycatcher.gentoo.org
1 iksaif 12/06/29 15:54:33
2
3 Modified: ChangeLog
4 Added: geopy-0.94.2-r1.ebuild
5 Removed: geopy-0.94.2.ebuild
6 Log:
7 Depends on dev-python/beautifulsoup.
8
9 (Portage version: 2.1.10.65/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 dev-python/geopy/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 9 May 2012 09:26:35 -0000 1.1
25 +++ ChangeLog 29 Jun 2012 15:54:33 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/geopy
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.1 2012/05/09 09:26:35 iksaif Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.2 2012/06/29 15:54:33 iksaif Exp $
31 +
32 +*geopy-0.94.2-r1 (29 Jun 2012)
33 +
34 + 29 Jun 2012; Corentin Chary <iksaif@g.o> +geopy-0.94.2-r1.ebuild,
35 + -geopy-0.94.2.ebuild:
36 + Depends on dev-python/beautifulsoup.
37
38 *geopy-0.94.2 (09 May 2012)
39
40
41
42
43 1.1 dev-python/geopy/geopy-0.94.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-0.94.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geopy/geopy-0.94.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: geopy-0.94.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/geopy-0.94.2-r1.ebuild,v 1.1 2012/06/29 15:54:33 iksaif Exp $
53
54 EAPI="4"
55
56 SUPPORT_PYTHON_ABIS="1"
57 RESTRICT_PYTHON_ABIS="3.*"
58 DISTUTILS_SRC_TEST="nosetests"
59
60 inherit distutils
61
62 DESCRIPTION="A Geocoding Toolbox for Python"
63 HOMEPAGE="http://www.geopy.org/ http://pypi.python.org/pypi/geopy http://code.google.com/p/geopy/"
64 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65 IUSE=""
66
67 RDEPEND="<=dev-python/beautifulsoup-4.0"
68 DEPEND="${RDEPEND}"
69
70 LICENSE="MIT"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"