commit: 6803dcf236f08ce860ad3cbce63bc0e4c0ba3004 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Oct 16 19:06:46 2021 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sun Oct 17 05:22:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6803dcf2
dev-python/geopy: treeclean Use sci-geosciences/geopy::gentoo instead Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> 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(-) diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest deleted file mode 100644 index cdee45832..000000000 --- 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 a25489f18..000000000 --- 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 c6a372fa5..000000000 --- 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 39924c6ac..000000000 --- a/dev-python/geopy/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <description>co-maintainers welcome</description> - <email>lssndrbarbi...@gmail.com</email> - <name>Alessandro Barbieri</name> - </maintainer> - <longdescription lang="en"> -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. - </longdescription> - <upstream> - <remote-id type="github">geopy/geopy</remote-id> - <remote-id type="pypi">geopy</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021 new file mode 100644 index 000000000..280ab12ee --- /dev/null +++ b/profiles/updates/4Q-2021 @@ -0,0 +1 @@ +move dev-python/geopy sci-geosciences/geopy