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/geopy/metadata.xml | |
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/geopy/metadata.xml')
-rw-r--r-- | sci-geosciences/geopy/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
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> |