diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-08-01 15:08:02 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-08-01 15:08:02 +0200 |
commit | 0f81a83cc3011f51ff66d1a7ee416f40f1b05ecb (patch) | |
tree | e01a07e3bd59f38f8663543aabcef67f5b3855ab /sci-geosciences | |
parent | dev-python/pyphen: Require pyproj2setuppy with dict install fix (diff) | |
download | gentoo-0f81a83cc3011f51ff66d1a7ee416f40f1b05ecb.tar.gz gentoo-0f81a83cc3011f51ff66d1a7ee416f40f1b05ecb.tar.bz2 gentoo-0f81a83cc3011f51ff66d1a7ee416f40f1b05ecb.zip |
sci-geosciences/geopy: geocoding library for python
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/geopy/Manifest | 1 | ||||
-rw-r--r-- | sci-geosciences/geopy/geopy-2.2.0.ebuild | 21 | ||||
-rw-r--r-- | sci-geosciences/geopy/metadata.xml | 17 |
3 files changed, 39 insertions, 0 deletions
diff --git a/sci-geosciences/geopy/Manifest b/sci-geosciences/geopy/Manifest new file mode 100644 index 000000000000..a67caaea0ae7 --- /dev/null +++ b/sci-geosciences/geopy/Manifest @@ -0,0 +1 @@ +DIST geopy-2.2.0.tar.gz 289811 BLAKE2B f876a867a19e5178eba1fa6b7389159e820fc6a9c9a6ac4beb807e2b1b121612a526b5f7290d5fd6db3e259cbd03a86695775d4cad39662126d5f5b7194b19bd SHA512 78b6c2e4726dd50ad97e3425a0459b4611eed54c06c16a2b397db9c3fd9878d76f9eba26ce353908315fea469a76b4044401f5ba37aab3752e9649fd35db16cd diff --git a/sci-geosciences/geopy/geopy-2.2.0.ebuild b/sci-geosciences/geopy/geopy-2.2.0.ebuild new file mode 100644 index 000000000000..f06c131bf150 --- /dev/null +++ b/sci-geosciences/geopy/geopy-2.2.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9} ) +inherit distutils-r1 + +DESCRIPTION="Python client for several popular geocoding web services" +HOMEPAGE="https://github.com/geopy/geopy" +SRC_URI="${HOMEPAGE}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +# Need geocoding service to test +RESTRICT="test" + +RDEPEND="sci-geosciences/GeographicLib[python,${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND="" diff --git a/sci-geosciences/geopy/metadata.xml b/sci-geosciences/geopy/metadata.xml new file mode 100644 index 000000000000..17a8d5bb1069 --- /dev/null +++ b/sci-geosciences/geopy/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>tupone@gentoo.org</email> + <name>Tupone Alfredo</name> + </maintainer> + <longdescription lang="en"> + geopy is a Python client for several popular geocoding web services. + geopy makes it easy for Python developers to locate the coordinates + of addresses, cities, countries, and landmarks across the globe using + third-party geocoders and other data sources. + </longdescription> + <upstream> + <remote-id type="github">geopy/geopy</remote-id> + </upstream> +</pkgmetadata> |