diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-10-21 07:45:14 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-10-21 07:45:14 +0000 |
commit | 7c795730a39ab52a48e9b555533e7e499c82c373 (patch) | |
tree | 1c01161df05c022f780c867f454206b1789f45ad /dev-python/pygeocoder | |
parent | Version bump to 2.5; fixes bug #485916, proxied commit for Johan Bergström. (diff) | |
download | gentoo-2-7c795730a39ab52a48e9b555533e7e499c82c373.tar.gz gentoo-2-7c795730a39ab52a48e9b555533e7e499c82c373.tar.bz2 gentoo-2-7c795730a39ab52a48e9b555533e7e499c82c373.zip |
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/pygeocoder')
-rw-r--r-- | dev-python/pygeocoder/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pygeocoder/pygeocoder-1.2.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/pygeocoder/ChangeLog b/dev-python/pygeocoder/ChangeLog index d88f61d22b6e..c071c8398a92 100644 --- a/dev-python/pygeocoder/ChangeLog +++ b/dev-python/pygeocoder/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pygeocoder # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v 1.3 2013/09/12 20:59:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/ChangeLog,v 1.4 2013/10/21 07:45:14 patrick Exp $ + +*pygeocoder-1.2.1 (21 Oct 2013) + + 21 Oct 2013; Patrick Lauer <patrick@gentoo.org> +pygeocoder-1.2.1.ebuild: + Bump 12 Sep 2013; Michał Górny <mgorny@gentoo.org> pygeocoder-1.1.4.ebuild: Remove dep on virtual/python-json. JSON is now built-in in all supported diff --git a/dev-python/pygeocoder/pygeocoder-1.2.1.ebuild b/dev-python/pygeocoder/pygeocoder-1.2.1.ebuild new file mode 100644 index 000000000000..f248b767c607 --- /dev/null +++ b/dev-python/pygeocoder/pygeocoder-1.2.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygeocoder/pygeocoder-1.2.1.ebuild,v 1.1 2013/10/21 07:45:14 patrick Exp $ + +EAPI="5" + +PYTHON_COMPAT=( python{2_6,2_7} ) +inherit distutils-r1 + +DESCRIPTION="Python wrapper for Google Geocoding API V3" +HOMEPAGE="http://code.xster.net/pygeocoder/overview" +SRC_URI="http://code.xster.net/${PN}/downloads/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |