summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Chary <iksaif@gentoo.org>2012-06-29 15:54:33 +0000
committerCorentin Chary <iksaif@gentoo.org>2012-06-29 15:54:33 +0000
commit138c5b6fe49d39c3960e7d033e66f4142a0e4a7a (patch)
tree8bc35cd72faa323f47441705f8401502e99deaaa /dev-python
parentAlso depend on libtommath to avoid using the bundled one #424029 by Kerin Mil... (diff)
downloadgentoo-2-138c5b6fe49d39c3960e7d033e66f4142a0e4a7a.tar.gz
gentoo-2-138c5b6fe49d39c3960e7d033e66f4142a0e4a7a.tar.bz2
gentoo-2-138c5b6fe49d39c3960e7d033e66f4142a0e4a7a.zip
Depends on dev-python/beautifulsoup.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/geopy/ChangeLog8
-rw-r--r--dev-python/geopy/geopy-0.94.2-r1.ebuild (renamed from dev-python/geopy/geopy-0.94.2.ebuild)5
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-python/geopy/ChangeLog b/dev-python/geopy/ChangeLog
index ebee094b1f27..e00126c5413b 100644
--- a/dev-python/geopy/ChangeLog
+++ b/dev-python/geopy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/geopy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.1 2012/05/09 09:26:35 iksaif Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/ChangeLog,v 1.2 2012/06/29 15:54:33 iksaif Exp $
+
+*geopy-0.94.2-r1 (29 Jun 2012)
+
+ 29 Jun 2012; Corentin Chary <iksaif@gentoo.org> +geopy-0.94.2-r1.ebuild,
+ -geopy-0.94.2.ebuild:
+ Depends on dev-python/beautifulsoup.
*geopy-0.94.2 (09 May 2012)
diff --git a/dev-python/geopy/geopy-0.94.2.ebuild b/dev-python/geopy/geopy-0.94.2-r1.ebuild
index 5548373a10af..c4e18e7bc459 100644
--- a/dev-python/geopy/geopy-0.94.2.ebuild
+++ b/dev-python/geopy/geopy-0.94.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geopy/geopy-0.94.2.ebuild,v 1.1 2012/05/09 09:26:35 iksaif Exp $
+# $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 $
EAPI="4"
@@ -15,6 +15,9 @@ HOMEPAGE="http://www.geopy.org/ http://pypi.python.org/pypi/geopy http://code.go
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
IUSE=""
+RDEPEND="<=dev-python/beautifulsoup-4.0"
+DEPEND="${RDEPEND}"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"