[gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/

2021-06-13 Thread Haelwenn Monnier
commit: 0ba1670be14d69a6113be2f571e17ff1c91e9d0b
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Jun 11 15:09:34 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Jun 12 20:17:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ba1670b

dev-python/geopy: fix dep

Closes: https://bugs.gentoo.org/795171
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/geopy/geopy-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geopy/geopy-2.1.0.ebuild 
b/dev-python/geopy/geopy-2.1.0.ebuild
index 673e67846..5419da488 100644
--- a/dev-python/geopy/geopy-2.1.0.ebuild
+++ b/dev-python/geopy/geopy-2.1.0.ebuild
@@ -19,7 +19,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="sci-geosciences/GeographicLib[${PYTHON_USEDEP}]"
+RDEPEND=">=sci-geosciences/GeographicLib-1.51-r1[python,${PYTHON_USEDEP}]"
 BDEPEND="
test? (
dev-python/async_generator[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/

2021-05-26 Thread Andrew Ammerlaan
commit: 528b4e1ed58d4c44522ae5aca0efe1b1a16b2eaa
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed May 26 11:06:29 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed May 26 11:06:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=528b4e1e

dev-python/geopy: add missing test dep

Closes: https://bugs.gentoo.org/792210
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/geopy/geopy-2.1.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/geopy/geopy-2.1.0.ebuild 
b/dev-python/geopy/geopy-2.1.0.ebuild
index d2745631b..b0e55fb5e 100644
--- a/dev-python/geopy/geopy-2.1.0.ebuild
+++ b/dev-python/geopy/geopy-2.1.0.ebuild
@@ -22,8 +22,8 @@ KEYWORDS="~amd64"
 RDEPEND="dev-python/geographiclib[${PYTHON_USEDEP}]"
 BDEPEND="
test? (
+   dev-python/async_generator[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
)
@@ -32,8 +32,7 @@ BDEPEND="
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \
dev-python/sphinx-issues \
-   ">=dev-python/sphinx_rtd_theme-0.4.0" \
-   dev-python/readme_renderer
+   dev-python/sphinx_rtd_theme
 
 python_test() {
epytest \



[gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/

2021-05-25 Thread Haelwenn Monnier
commit: e80fe10fb8b8c952f991c15ccd7bd596724cc97d
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Tue May 25 01:37:57 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 25 08:06:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e80fe10f

dev-python/geopy: fix deps, rework tests, drop old

Closes: https://bugs.gentoo.org/777810
Signed-off-by: Anna Vyalkova  sysrq.in>

 dev-python/geopy/Manifest   |  1 -
 dev-python/geopy/geopy-2.0.0.ebuild | 55 -
 dev-python/geopy/geopy-2.1.0.ebuild | 61 -
 3 files changed, 39 insertions(+), 78 deletions(-)

diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest
index fb82ea0b1..1a545734b 100644
--- a/dev-python/geopy/Manifest
+++ b/dev-python/geopy/Manifest
@@ -1,2 +1 @@
-DIST geopy-2.0.0.tar.gz 278465 BLAKE2B 
08383a509358bf902db6e47f9144380f2694e89f4d2f21f25131f2c885c1a5a9eda93374a723a95d117f8bf13b027446e321f098a261624dd8eeeab18577
 SHA512 
0b572a05c56596f65932ff422827c477d7a1a4f1e42d0cbd53ef9f11e66c60e8f4ab5a169720522c6ee5624826837b4854887a43ed34814ea3520701e60c0c06
 DIST geopy-2.1.0.tar.gz 280382 BLAKE2B 
061c4f5fee8ce50690df442f431866630b6538831191b2b357ee387133d098e6aa69136ef4f11b9b627e52a8610a22438463c7e1fc5c2b193543a666ddc955b0
 SHA512 
6d369412f7c685cda7195589341fbd8f57564fa888fa753de266a356627125f971212afbdd7253e16df90870fbfe3faab63dfb898928d9622c6aa8654ec6fe74

diff --git a/dev-python/geopy/geopy-2.0.0.ebuild 
b/dev-python/geopy/geopy-2.0.0.ebuild
deleted file mode 100644
index 37a11b5e2..0
--- a/dev-python/geopy/geopy-2.0.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Geocoding Toolbox for Python"
-HOMEPAGE="
-   https://geopy.readthedocs.io
-   https://github.com/geopy/geopy
-   https://pypi.org/project/geopy
-"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   =sci-geosciences/GeographicLib-1.49
-"
-BDEPEND="test? (
-   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   ">=dev-python/sphinx_rtd_theme-0.4.0" \
-   dev-python/readme_renderer
-
-python_prepare_all() {
-   # [Errno -3] Temporary failure in name resolution
-   rm test/test_adapters.py || die
-   rm test/geocoders/algolia.py || die
-   rm test/geocoders/arcgis.py || die
-   rm test/geocoders/banfrance.py || die
-   rm test/geocoders/databc.py || die
-   rm test/geocoders/geocodefarm.py || die
-   rm test/geocoders/geonames.py || die
-   rm test/geocoders/nominatim.py || die
-   rm test/geocoders/photon.py || die
-
-   # depend on the above and now fail to import
-   rm test/geocoders/openmapquest.py || die
-   rm test/geocoders/pickpoint.py || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/geopy/geopy-2.1.0.ebuild 
b/dev-python/geopy/geopy-2.1.0.ebuild
index 4487a6ac5..d2745631b 100644
--- a/dev-python/geopy/geopy-2.1.0.ebuild
+++ b/dev-python/geopy/geopy-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
@@ -19,10 +19,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="
-   =sci-geosciences/GeographicLib-1.49
-"
+RDEPEND="dev-python/geographiclib[${PYTHON_USEDEP}]"
 BDEPEND="
test? (
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
@@ -38,21 +35,41 @@ distutils_enable_sphinx docs \
">=dev-python/sphinx_rtd_theme-0.4.0" \
dev-python/readme_renderer
 
-python_prepare_all() {
-   # [Errno -3] Temporary failure in name resolution
-   rm test/test_adapters.py || die
-   rm test/geocoders/algolia.py || die
-   rm test/geocoders/arcgis.py || die
-   rm test/geocoders/banfrance.py || die
-   rm test/geocoders/databc.py || die
-   rm test/geocoders/geocodefarm.py || die
-   rm test/geocoders/geonames.py || die
-   rm test/geocoders/nominatim.py || die
-   rm test/geocoders/photon.py || die
-
-   # depend on the above and now fail to import
-   rm test/geocoders/openmapquest.py || die
-   rm test/geocoders/pickpoint.py || die
-
-   distutils-r1_python_prepare_all
+python_test() {
+   epytest \
+   --deselect 
test/test_adapters.py::test_not_available_adapters_raise \
+   --deselect 
test/test_adapters.py::test_geocoder_constructor_uses_https_proxy \
+   --desel

[gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/

2021-05-06 Thread Andrew Ammerlaan
commit: a9bbfed73399c933d0ac4ca365a8a0f41c65349c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  6 00:08:39 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu May  6 00:22:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9bbfed7

dev-python/geopy: remove non working remote

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/geopy/metadata.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/geopy/metadata.xml b/dev-python/geopy/metadata.xml
index e2f9a3710..39924c6ac 100644
--- a/dev-python/geopy/metadata.xml
+++ b/dev-python/geopy/metadata.xml
@@ -14,8 +14,7 @@ geopy makes it easy for Python developers to locate the 
coordinates of addresses
 geopy includes geocoder classes for the OpenStreetMap Nominatim, Google 
Geocoding API (V3), and many other geocoding services. The full list is 
available on the Geocoders doc section. Geocoder classes are located in 
geopy.geocoders.
   
   
-geopy
-geopy
 geopy/geopy
+geopy
   
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/

2021-03-23 Thread Andrew Ammerlaan
commit: 8e732d5cb9b44f2e90e01458057e276f96a45b97
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Mar 23 00:02:31 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Mar 23 00:03:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e732d5c

dev-python/geopy: bump (untested)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/geopy/Manifest   |  1 +
 dev-python/geopy/geopy-2.1.0.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest
index 0132d0f7f..fb82ea0b1 100644
--- a/dev-python/geopy/Manifest
+++ b/dev-python/geopy/Manifest
@@ -1 +1,2 @@
 DIST geopy-2.0.0.tar.gz 278465 BLAKE2B 
08383a509358bf902db6e47f9144380f2694e89f4d2f21f25131f2c885c1a5a9eda93374a723a95d117f8bf13b027446e321f098a261624dd8eeeab18577
 SHA512 
0b572a05c56596f65932ff422827c477d7a1a4f1e42d0cbd53ef9f11e66c60e8f4ab5a169720522c6ee5624826837b4854887a43ed34814ea3520701e60c0c06
+DIST geopy-2.1.0.tar.gz 280382 BLAKE2B 
061c4f5fee8ce50690df442f431866630b6538831191b2b357ee387133d098e6aa69136ef4f11b9b627e52a8610a22438463c7e1fc5c2b193543a666ddc955b0
 SHA512 
6d369412f7c685cda7195589341fbd8f57564fa888fa753de266a356627125f971212afbdd7253e16df90870fbfe3faab63dfb898928d9622c6aa8654ec6fe74

diff --git a/dev-python/geopy/geopy-2.1.0.ebuild 
b/dev-python/geopy/geopy-2.1.0.ebuild
new file mode 100644
index 0..4487a6ac5
--- /dev/null
+++ b/dev-python/geopy/geopy-2.1.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Geocoding Toolbox for Python"
+HOMEPAGE="
+   https://geopy.readthedocs.io
+   https://github.com/geopy/geopy
+   https://pypi.org/project/geopy
+"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   =sci-geosciences/GeographicLib-1.49
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx-issues \
+   ">=dev-python/sphinx_rtd_theme-0.4.0" \
+   dev-python/readme_renderer
+
+python_prepare_all() {
+   # [Errno -3] Temporary failure in name resolution
+   rm test/test_adapters.py || die
+   rm test/geocoders/algolia.py || die
+   rm test/geocoders/arcgis.py || die
+   rm test/geocoders/banfrance.py || die
+   rm test/geocoders/databc.py || die
+   rm test/geocoders/geocodefarm.py || die
+   rm test/geocoders/geonames.py || die
+   rm test/geocoders/nominatim.py || die
+   rm test/geocoders/photon.py || die
+
+   # depend on the above and now fail to import
+   rm test/geocoders/openmapquest.py || die
+   rm test/geocoders/pickpoint.py || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/

2020-05-19 Thread Andrew Ammerlaan
commit: d9b9bda935f2e058f02c43088b27212c8cc2b2e0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 18 17:50:16 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon May 18 17:50:16 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9b9bda9

dev-python/geopy: new version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/geopy/Manifest|  1 +
 dev-python/geopy/geopy-1.22.0.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest
index d4f7b1c..b7ba57e 100644
--- a/dev-python/geopy/Manifest
+++ b/dev-python/geopy/Manifest
@@ -1 +1,2 @@
 DIST geopy-1.21.0.tar.gz 254831 BLAKE2B 
2b8aa46277ea65cde2e037ee71d42ef42451d1ee3bc38b7a6f89e15293074f80cf52b53bad6a483769fe8ce6d267db27bd1878e6248c0c4b18a92a86df4a2ae9
 SHA512 
8dc148795251e5bf74948859430856569e7aef38ac09432f86498ec3f5939277d2d548f3c35c6f14e6ef1645fdfa48bf70ab99ba395f199c08aa8dbe6ed2
+DIST geopy-1.22.0.tar.gz 276268 BLAKE2B 
96f366d832e6b949fb5bfb64781243f41b94369c846d6669165752b04ac4a7cfc206a668bba469fef078d4d07b550265506e78be4ed028266578928dbdc34db2
 SHA512 
696729f41b403ce99afecdbb474774d4cf3cea8dda35ac1feab915a566b59b393db5bd803afb97a855603b8a4398725c40289a29f41546c57ecaff670c69e20a

diff --git a/dev-python/geopy/geopy-1.22.0.ebuild 
b/dev-python/geopy/geopy-1.22.0.ebuild
new file mode 100644
index 000..d479418
--- /dev/null
+++ b/dev-python/geopy/geopy-1.22.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Geocoding Toolbox for Python"
+HOMEPAGE="
+   https://geopy.readthedocs.io
+   https://github.com/geopy/geopy
+   https://pypi.org/project/geopy
+"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   =sci-geosciences/geographiclib-1.49[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   ">=dev-python/sphinx_rtd_theme-0.4.0" \
+   dev-python/readme_renderer
+
+python_prepare_all() {
+   # [Errno -3] Temporary failure in name resolution
+   rm test/geocoders/algolia.py || die
+   rm test/geocoders/arcgis.py || die
+   rm test/geocoders/banfrance.py || die
+   rm test/geocoders/databc.py || die
+   rm test/geocoders/geocodefarm.py || die
+   rm test/geocoders/geonames.py || die
+   rm test/geocoders/nominatim.py || die
+   rm test/geocoders/photon.py || die
+   rm test/test_proxy.py || die
+
+   # depend on the above and now fail to import
+   rm test/geocoders/openmapquest.py || die
+   rm test/geocoders/pickpoint.py || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/

2020-04-12 Thread Andrew Ammerlaan
commit: db9e3ead08e2b48f7a0f048b8d93637ba9652463
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Apr 12 10:19:46 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Apr 12 10:19:46 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db9e3ead

dev-python/geopy: fix HOMEPAGE

The one of HOMEPAGE link (http://www.geopy.org) leads now
to site with advertising content.

The new geopy documentation site is https://geopy.readthedocs.io

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-python/geopy/geopy-1.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/geopy/geopy-1.21.0.ebuild 
b/dev-python/geopy/geopy-1.21.0.ebuild
index cb9c814..8ef4106 100644
--- a/dev-python/geopy/geopy-1.21.0.ebuild
+++ b/dev-python/geopy/geopy-1.21.0.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="A Geocoding Toolbox for Python"
 HOMEPAGE="
-   http://www.geopy.org
+   https://geopy.readthedocs.io
https://github.com/geopy/geopy
https://pypi.org/project/geopy
 "



[gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/

2020-04-07 Thread Andrew Ammerlaan
commit: 187761956445bd98a1b4ffa2ac5f20774f77f038
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Apr  7 01:08:19 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Apr  7 01:12:26 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18776195

dev-python/geopy: update metadata

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/geopy/metadata.xml | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-python/geopy/metadata.xml b/dev-python/geopy/metadata.xml
index 01d58c2..3ca0d23 100644
--- a/dev-python/geopy/metadata.xml
+++ b/dev-python/geopy/metadata.xml
@@ -1,10 +1,17 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-pyt...@gentoo.org
-Python
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
   
+  
+geopy is a Python 2 and 3 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.
+
+geopy includes geocoder classes for the OpenStreetMap Nominatim, Google 
Geocoding API (V3), and many other geocoding services. The full list is 
available on the Geocoders doc section. Geocoder classes are located in 
geopy.geocoders.
+  
   
 geopy
 geopy



[gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/

2020-04-06 Thread Andrew Ammerlaan
commit: c18f9bf03c972ba701c6e859dd076423999dcdcc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Apr  6 01:05:14 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Apr  6 08:41:04 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c18f9bf0

dev-python/geopy: bump masked package

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/geopy/Manifest|  1 +
 dev-python/geopy/geopy-1.21.0.ebuild | 43 
 dev-python/geopy/metadata.xml| 16 ++
 3 files changed, 60 insertions(+)

diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest
new file mode 100644
index 000..d4f7b1c
--- /dev/null
+++ b/dev-python/geopy/Manifest
@@ -0,0 +1 @@
+DIST geopy-1.21.0.tar.gz 254831 BLAKE2B 
2b8aa46277ea65cde2e037ee71d42ef42451d1ee3bc38b7a6f89e15293074f80cf52b53bad6a483769fe8ce6d267db27bd1878e6248c0c4b18a92a86df4a2ae9
 SHA512 
8dc148795251e5bf74948859430856569e7aef38ac09432f86498ec3f5939277d2d548f3c35c6f14e6ef1645fdfa48bf70ab99ba395f199c08aa8dbe6ed2

diff --git a/dev-python/geopy/geopy-1.21.0.ebuild 
b/dev-python/geopy/geopy-1.21.0.ebuild
new file mode 100644
index 000..fa0f5ce
--- /dev/null
+++ b/dev-python/geopy/geopy-1.21.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Geocoding Toolbox for Python"
+HOMEPAGE="
+   http://www.geopy.org
+   https://github.com/geopy/geopy
+   https://pypi.org/project/geopy
+"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+IUSE="timezone"
+REQUIRED_USE="test? ( timezone )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   =sci-geosciences/geographiclib-1.49[${PYTHON_USEDEP}]
+
+   timezone? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx \
+   ">=dev-python/sphinx_rtd_theme-0.4.0" \
+   dev-python/readme_renderer

diff --git a/dev-python/geopy/metadata.xml b/dev-python/geopy/metadata.xml
new file mode 100644
index 000..01d58c2
--- /dev/null
+++ b/dev-python/geopy/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+geopy
+geopy
+geopy/geopy
+  
+  
+Enables localized date support
+  
+