commit: 4ce65f608de123ae89f71e3731778383db3f22be
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 16:47:41 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 16:47:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce65f60
sci-geosciences/geopy: add 2.4.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-geosciences/geopy/Manifest | 1 +
sci-geosciences/geopy/geopy-2.4.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/sci-geosciences/geopy/Manifest b/sci-geosciences/geopy/Manifest
index 40dd26ea2689..b3e58b6afb0b 100644
--- a/sci-geosciences/geopy/Manifest
+++ b/sci-geosciences/geopy/Manifest
@@ -1 +1,2 @@
DIST geopy-2.3.0.tar.gz 290677 BLAKE2B
5bd981902e734d76289e628e92a14a550d92509a69585dea94c669256ed279655ed27d03752307c21c773f0364a8c62671d34c49fa889bc933ff021716062422
SHA512
ede61870f38ff2fb7c79f282b06711e6677f6054d082f3b0a1d9f5eace4e7597e65938fc7eebd2c31ceeb27e02de8d1e1a71d71bd66613b6d9185da5e4261a4f
+DIST geopy-2.4.1.tar.gz 292965 BLAKE2B
aceee966a0377e4ff619d48675b998f6e4cd6977224a4f27ba951ca87d72f289dd870aa70133fa3715cdc6cc8c41b71c00227f80b056b3e1dc4ec1396a287c39
SHA512
64263c85fd475072b66c037ffd9ff3352f7fad31e85507bf4eb91ea4a11c883dbc8b5348d29fd389f6a2765ba92cda4b883f1723bd99d9c1ad00154add3cc431
diff --git a/sci-geosciences/geopy/geopy-2.4.1.ebuild
b/sci-geosciences/geopy/geopy-2.4.1.ebuild
new file mode 100644
index 000000000000..53d72329fb55
--- /dev/null
+++ b/sci-geosciences/geopy/geopy-2.4.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Python client for several popular geocoding web services"
+HOMEPAGE="https://github.com/geopy/geopy"
+SRC_URI="https://github.com/geopy/${PN}/archive/refs/tags/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+# Need geocoding service to test
+RESTRICT="test"
+
+RDEPEND="dev-python/geographiclib[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"