From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A63021382C5 for ; Tue, 19 May 2020 11:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE0E1E08AB; Tue, 19 May 2020 11:24:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 873BCE08AB for ; Tue, 19 May 2020 11:24:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAE9434F0B1 for ; Tue, 19 May 2020 11:24:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 811C1253 for ; Tue, 19 May 2020 11:24:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1589824216.d9b9bda935f2e058f02c43088b27212c8cc2b2e0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/geopy/Manifest dev-python/geopy/geopy-1.22.0.ebuild X-VCS-Directories: dev-python/geopy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d9b9bda935f2e058f02c43088b27212c8cc2b2e0 X-VCS-Branch: master Date: Tue, 19 May 2020 11:24:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 923de585-aaef-43c8-aafe-6586214d2189 X-Archives-Hash: 0039d042c85ce600311a2687cd19e081 commit: d9b9bda935f2e058f02c43088b27212c8cc2b2e0 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 18 17:50:16 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon May 18 17:50:16 2020 +0000 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 8dc148795251e5bf74948859430856569e7aef38ac09432f86498ec3f5939277d2d548f3c35c6f14e6ef1645fdfa48bf70ab998888ba395f199c08aa8dbe6ed2 +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 0000000..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 +}