# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.[01]" inherit eutils distutils if [[ ${PV} == "9999" ]] ; then inherit git-2 EGIT_BRANCH="master" EGIT_REPO_URI="git://github.com/geopy/${PN}.git" SRC_URI="" else SRC_URI="https://github.com/geopy/${PN}/tarball/v${PV} -> ${P}.tar.gz" fi DESCRIPTION="A Geocoding Toolbox for Python" HOMEPAGE="http://code.google.com/p/geopy/" LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="test"