Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-geosciences/mapillary_tools/
Date: Thu, 14 Oct 2021 20:22:27
Message-Id: 1634242936.b9730073e1ca4fecd870ca258b248610fc9e2862.Alessandro-Barbieri@gentoo
1 commit: b9730073e1ca4fecd870ca258b248610fc9e2862
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 14 20:21:57 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Oct 14 20:22:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9730073
7
8 sci-geosciences/mapillary_tools: add 0.8.0, drop 0.7.4_p20211008
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sci-geosciences/mapillary_tools/Manifest | 2 +-
13 ...ols-0.7.4_p20211008.ebuild => mapillary_tools-0.8.0.ebuild} | 10 ++++------
14 2 files changed, 5 insertions(+), 7 deletions(-)
15
16 diff --git a/sci-geosciences/mapillary_tools/Manifest b/sci-geosciences/mapillary_tools/Manifest
17 index 44f47e5bb..1b8243c1c 100644
18 --- a/sci-geosciences/mapillary_tools/Manifest
19 +++ b/sci-geosciences/mapillary_tools/Manifest
20 @@ -1 +1 @@
21 -DIST mapillary_tools-0.7.4_p20211008.tar.gz 12080317 BLAKE2B 72ebfad94569a4fe943543188b2384c6c24a66d10647cc4da0eeb7adfcea430e4740d738d6e259e7a9ad93c85652e59e22c7e5005be146b023725202d9ab8531 SHA512 6b98e2bf3cc430e6ae736be337efec00d723c2eafe857785b62879ab77f02d46471e3697ca640b766b1b6aa2b555adcca2a45c1c253453a882c0e28fcd4e7701
22 +DIST mapillary_tools-0.8.0.tar.gz 12080089 BLAKE2B a34b68a479ecb85f5a6e53e4e2ce7db92e6e59e7c07c5b7bd20c2153f372fd9ae83a23ded3bde8a655ddfd03146357728679232e186cb576290d55726faa8134 SHA512 45b2228f48874006aa46890f807bcd3c5cfb08036bc7c5b2182f39efced352cc6bf3fc1c49c386654a2f0ed08e1bdec5d6a542b4d43ca012f86891596e0ca870
23
24 diff --git a/sci-geosciences/mapillary_tools/mapillary_tools-0.7.4_p20211008.ebuild b/sci-geosciences/mapillary_tools/mapillary_tools-0.8.0.ebuild
25 similarity index 74%
26 rename from sci-geosciences/mapillary_tools/mapillary_tools-0.7.4_p20211008.ebuild
27 rename to sci-geosciences/mapillary_tools/mapillary_tools-0.8.0.ebuild
28 index e015fd4fe..8e5e6ac76 100644
29 --- a/sci-geosciences/mapillary_tools/mapillary_tools-0.7.4_p20211008.ebuild
30 +++ b/sci-geosciences/mapillary_tools/mapillary_tools-0.8.0.ebuild
31 @@ -3,15 +3,13 @@
32
33 EAPI=8
34
35 -COMMIT="40c44336286ea0ea66002247ed28753a4216bc36"
36 PYTHON_COMPAT=( python3_{8..9} )
37
38 inherit distutils-r1
39
40 DESCRIPTION="Command line tools for processing and uploading Mapillary imagery"
41 HOMEPAGE="https://github.com/mapillary/mapillary_tools"
42 -SRC_URI="https://github.com/mapillary/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
43 -S="${WORKDIR}/${PN}-${COMMIT}"
44 +SRC_URI="https://github.com/mapillary/mapillary_tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
45
46 LICENSE="BSD"
47 KEYWORDS="~amd64"
48 @@ -32,9 +30,9 @@ DEPEND="
49 ${RDEPEND}
50 >=dev-python/pillow-8.1.2[${PYTHON_USEDEP}]
51 dev-python/pyinstaller[${PYTHON_USEDEP}]
52 + dev-python/types-python-dateutil[${PYTHON_USEDEP}]
53 + dev-python/types-pytz[${PYTHON_USEDEP}]
54 + dev-python/types-requests[${PYTHON_USEDEP}]
55 "
56 -# dev-python/types-python-dateutil[${PYTHON_USEDEP}]
57 -# dev-python/types-pytz[${PYTHON_USEDEP}]
58 -# dev-python/types-requests[${PYTHON_USEDEP}]
59
60 distutils_enable_tests pytest