commit:     0f81a83cc3011f51ff66d1a7ee416f40f1b05ecb
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 13:08:02 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 13:08:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f81a83c

sci-geosciences/geopy: geocoding library for python

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/geopy/Manifest           |  1 +
 sci-geosciences/geopy/geopy-2.2.0.ebuild | 21 +++++++++++++++++++++
 sci-geosciences/geopy/metadata.xml       | 17 +++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/sci-geosciences/geopy/Manifest b/sci-geosciences/geopy/Manifest
new file mode 100644
index 00000000000..a67caaea0ae
--- /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 00000000000..f06c131bf15
--- /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 00000000000..17a8d5bb106
--- /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>[email protected]</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>

Reply via email to