From 6803dcf236f08ce860ad3cbce63bc0e4c0ba3004 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 17 Oct 2021 00:06:46 +0500 Subject: [PATCH] dev-python/geopy: treeclean Use sci-geosciences/geopy::gentoo instead Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/geopy/Manifest | 2 - dev-python/geopy/geopy-2.1.0.ebuild | 74 ----------------------------- dev-python/geopy/geopy-2.2.0.ebuild | 38 --------------- dev-python/geopy/metadata.xml | 20 -------- profiles/updates/4Q-2021 | 1 + 5 files changed, 1 insertion(+), 134 deletions(-) delete mode 100644 dev-python/geopy/Manifest delete mode 100644 dev-python/geopy/geopy-2.1.0.ebuild delete mode 100644 dev-python/geopy/geopy-2.2.0.ebuild delete mode 100644 dev-python/geopy/metadata.xml create mode 100644 profiles/updates/4Q-2021 diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest deleted file mode 100644 index cdee45832d..0000000000 --- a/dev-python/geopy/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST geopy-2.1.0.tar.gz 280382 BLAKE2B 061c4f5fee8ce50690df442f431866630b6538831191b2b357ee387133d098e6aa69136ef4f11b9b627e52a8610a22438463c7e1fc5c2b193543a666ddc955b0 SHA512 6d369412f7c685cda7195589341fbd8f57564fa888fa753de266a356627125f971212afbdd7253e16df90870fbfe3faab63dfb898928d9622c6aa8654ec6fe74 -DIST geopy-2.2.0.tar.gz 289811 BLAKE2B f876a867a19e5178eba1fa6b7389159e820fc6a9c9a6ac4beb807e2b1b121612a526b5f7290d5fd6db3e259cbd03a86695775d4cad39662126d5f5b7194b19bd SHA512 78b6c2e4726dd50ad97e3425a0459b4611eed54c06c16a2b397db9c3fd9878d76f9eba26ce353908315fea469a76b4044401f5ba37aab3752e9649fd35db16cd diff --git a/dev-python/geopy/geopy-2.1.0.ebuild b/dev-python/geopy/geopy-2.1.0.ebuild deleted file mode 100644 index a25489f18f..0000000000 --- a/dev-python/geopy/geopy-2.1.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-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="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.51-r1[python,${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/async_generator[${PYTHON_USEDEP}] - dev-python/pytest-aiohttp[${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 - -python_test() { - epytest \ - --deselect test/test_adapters.py::test_not_available_adapters_raise \ - --deselect test/test_adapters.py::test_geocoder_constructor_uses_https_proxy \ - --deselect test/test_adapters.py::test_geocoder_https_proxy_auth_is_respected \ - --deselect test/test_adapters.py::test_ssl_context_with_proxy_is_respected \ - --deselect test/test_adapters.py::test_ssl_context_without_proxy_is_respected[URLLibAdapter] \ - --deselect test/test_adapters.py::test_ssl_context_without_proxy_is_respected[RequestsAdapter] \ - --deselect test/geocoders/algolia.py \ - --deselect test/geocoders/arcgis.py \ - --deselect test/geocoders/azure.py \ - --deselect test/geocoders/baidu.py \ - --deselect test/geocoders/banfrance.py \ - --deselect test/geocoders/bing.py::TestBing \ - --deselect test/geocoders/databc.py \ - --deselect test/geocoders/geocodeearth.py \ - --deselect test/geocoders/geocodefarm.py \ - --deselect test/geocoders/geolake.py::TestGeolake \ - --deselect test/geocoders/geonames.py::TestGeoNames \ - --deselect test/geocoders/geonames.py::TestGeoNamesInvalidAccount \ - --deselect test/geocoders/googlev3.py \ - --deselect test/geocoders/here.py::TestHereApiKey \ - --deselect test/geocoders/here.py::TestHereLegacyAuth \ - --deselect test/geocoders/ignfrance.py \ - --deselect test/geocoders/mapbox.py \ - --deselect test/geocoders/mapquest.py \ - --deselect test/geocoders/maptiler.py \ - --deselect test/geocoders/nominatim.py \ - --deselect test/geocoders/opencage.py::TestOpenCage \ - --deselect test/geocoders/openmapquest.py::TestOpenMapQuest \ - --deselect test/geocoders/pelias.py \ - --deselect test/geocoders/photon.py \ - --deselect test/geocoders/pickpoint.py \ - --deselect test/geocoders/smartystreets.py::TestLiveAddress::test_geocode \ - --deselect test/geocoders/tomtom.py \ - --deselect test/geocoders/what3words.py \ - --deselect test/geocoders/yandex.py -} diff --git a/dev-python/geopy/geopy-2.2.0.ebuild b/dev-python/geopy/geopy-2.2.0.ebuild deleted file mode 100644 index c6a372fa55..0000000000 --- a/dev-python/geopy/geopy-2.2.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{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.51-r1[python,${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/async_generator[${PYTHON_USEDEP}] - dev-python/pytest-aiohttp[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - ) -" - -RESTRICT="test" -PROPERTIES="test_network" - -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/sphinx-issues \ - dev-python/sphinx_rtd_theme diff --git a/dev-python/geopy/metadata.xml b/dev-python/geopy/metadata.xml deleted file mode 100644 index 39924c6acf..0000000000 --- a/dev-python/geopy/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - co-maintainers welcome - lssndrbarbieri@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 - geopy - - diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021 new file mode 100644 index 0000000000..280ab12eed --- /dev/null +++ b/profiles/updates/4Q-2021 @@ -0,0 +1 @@ +move dev-python/geopy sci-geosciences/geopy