Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/geopy/
Date: Mon, 04 Oct 2021 22:30:27
Message-Id: 1633386620.32b3c7ad9164c474c39205d47cc0556d532a0e8e.Alessandro-Barbieri@gentoo
1 commit: 32b3c7ad9164c474c39205d47cc0556d532a0e8e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 4 22:05:04 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 4 22:30:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32b3c7ad
7
8 dev-python/geopy: add 2.2.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/geopy/Manifest | 1 +
13 dev-python/geopy/geopy-2.2.0.ebuild | 38 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/dev-python/geopy/Manifest b/dev-python/geopy/Manifest
17 index 1a545734b..cdee45832 100644
18 --- a/dev-python/geopy/Manifest
19 +++ b/dev-python/geopy/Manifest
20 @@ -1 +1,2 @@
21 DIST geopy-2.1.0.tar.gz 280382 BLAKE2B 061c4f5fee8ce50690df442f431866630b6538831191b2b357ee387133d098e6aa69136ef4f11b9b627e52a8610a22438463c7e1fc5c2b193543a666ddc955b0 SHA512 6d369412f7c685cda7195589341fbd8f57564fa888fa753de266a356627125f971212afbdd7253e16df90870fbfe3faab63dfb898928d9622c6aa8654ec6fe74
22 +DIST geopy-2.2.0.tar.gz 289811 BLAKE2B f876a867a19e5178eba1fa6b7389159e820fc6a9c9a6ac4beb807e2b1b121612a526b5f7290d5fd6db3e259cbd03a86695775d4cad39662126d5f5b7194b19bd SHA512 78b6c2e4726dd50ad97e3425a0459b4611eed54c06c16a2b397db9c3fd9878d76f9eba26ce353908315fea469a76b4044401f5ba37aab3752e9649fd35db16cd
23
24 diff --git a/dev-python/geopy/geopy-2.2.0.ebuild b/dev-python/geopy/geopy-2.2.0.ebuild
25 new file mode 100644
26 index 000000000..c6a372fa5
27 --- /dev/null
28 +++ b/dev-python/geopy/geopy-2.2.0.ebuild
29 @@ -0,0 +1,38 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A Geocoding Toolbox for Python"
40 +HOMEPAGE="
41 + https://geopy.readthedocs.io
42 + https://github.com/geopy/geopy
43 + https://pypi.org/project/geopy
44 +"
45 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~amd64"
50 +
51 +RDEPEND=">=sci-geosciences/GeographicLib-1.51-r1[python,${PYTHON_USEDEP}]"
52 +BDEPEND="
53 + test? (
54 + dev-python/async_generator[${PYTHON_USEDEP}]
55 + dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
56 + dev-python/pytz[${PYTHON_USEDEP}]
57 + dev-python/six[${PYTHON_USEDEP}]
58 + )
59 +"
60 +
61 +RESTRICT="test"
62 +PROPERTIES="test_network"
63 +
64 +distutils_enable_tests pytest
65 +distutils_enable_sphinx docs \
66 + dev-python/sphinx-issues \
67 + dev-python/sphinx_rtd_theme