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: Wed, 06 Jul 2022 00:59:07
Message-Id: 1657068565.38db747806140aebd0b64fbf26b5da2671926285.Alessandro-Barbieri@gentoo
1 commit: 38db747806140aebd0b64fbf26b5da2671926285
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 6 00:49:25 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Jul 6 00:49:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38db7478
7
8 sci-geosciences/mapillary_tools: new version without pymp4
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sci-geosciences/mapillary_tools/Manifest | 3 +-
13 .../mapillary_tools/mapillary_tools-0.8.0.ebuild | 38 ----------------------
14 ...uild => mapillary_tools-0.8.2_p20220702.ebuild} | 5 +--
15 3 files changed, 4 insertions(+), 42 deletions(-)
16
17 diff --git a/sci-geosciences/mapillary_tools/Manifest b/sci-geosciences/mapillary_tools/Manifest
18 index 82da7e9de..9dacb6ef4 100644
19 --- a/sci-geosciences/mapillary_tools/Manifest
20 +++ b/sci-geosciences/mapillary_tools/Manifest
21 @@ -1,2 +1 @@
22 -DIST mapillary_tools-0.8.0.tar.gz 12080089 BLAKE2B a34b68a479ecb85f5a6e53e4e2ce7db92e6e59e7c07c5b7bd20c2153f372fd9ae83a23ded3bde8a655ddfd03146357728679232e186cb576290d55726faa8134 SHA512 45b2228f48874006aa46890f807bcd3c5cfb08036bc7c5b2182f39efced352cc6bf3fc1c49c386654a2f0ed08e1bdec5d6a542b4d43ca012f86891596e0ca870
23 -DIST mapillary_tools-0.8.2.tar.gz 14928332 BLAKE2B 434e6a97b69372b266b684276f816bc77c83e91bc9569d28b20c2b29e04e6ff1def1dbd269abb81bb14b0ad2155759c15c7485712747cbc5af48de58ab85409d SHA512 78843e7b571f54d9d42b71baf9a63a3f64ea67432c2a9c96f129db6d9511ce5f6070a36581eae5500778b41215d27ae892ccca9c62cd1fc82285cb0cbe9807cf
24 +DIST mapillary_tools-0.8.2_p20220702.gh.tar.gz 19125382 BLAKE2B 51e75c3cf5b6e129594e28c55d7ff75592c26a227d905749e42445678f2e69f410080d35bc5c4a9692710d98b42f03eec33130c79ed3608e1efc2465e28d5039 SHA512 0d32c3b78a44f1a6544ad69a66f9de2f4c9b87b5a7198546e5716bda055514e26ac05de6a3304e8610ba150f7e8346290925e7509f2db532cabcede0e48de1f6
25
26 diff --git a/sci-geosciences/mapillary_tools/mapillary_tools-0.8.0.ebuild b/sci-geosciences/mapillary_tools/mapillary_tools-0.8.0.ebuild
27 deleted file mode 100644
28 index 8e5e6ac76..000000000
29 --- a/sci-geosciences/mapillary_tools/mapillary_tools-0.8.0.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Command line tools for processing and uploading Mapillary imagery"
42 -HOMEPAGE="https://github.com/mapillary/mapillary_tools"
43 -SRC_URI="https://github.com/mapillary/mapillary_tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -KEYWORDS="~amd64"
47 -SLOT="0"
48 -
49 -RDEPEND="
50 - >=dev-python/exifread-2.3.2[${PYTHON_USEDEP}]
51 - >=dev-python/piexif-1.1.3[${PYTHON_USEDEP}]
52 - >=dev-python/gpxpy-0.9.8[${PYTHON_USEDEP}]
53 - >=dev-python/pymp4-1.1.0[${PYTHON_USEDEP}]
54 - >=dev-python/pynmea2-1.12.0[${PYTHON_USEDEP}]
55 - >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
56 - >=dev-python/tqdm-4.0[${PYTHON_USEDEP}]
57 - dev-python/typing-extensions[${PYTHON_USEDEP}]
58 - dev-python/jsonschema[${PYTHON_USEDEP}]
59 -"
60 -DEPEND="
61 - ${RDEPEND}
62 - >=dev-python/pillow-8.1.2[${PYTHON_USEDEP}]
63 - dev-python/pyinstaller[${PYTHON_USEDEP}]
64 - dev-python/types-python-dateutil[${PYTHON_USEDEP}]
65 - dev-python/types-pytz[${PYTHON_USEDEP}]
66 - dev-python/types-requests[${PYTHON_USEDEP}]
67 -"
68 -
69 -distutils_enable_tests pytest
70
71 diff --git a/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2.ebuild b/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2_p20220702.ebuild
72 similarity index 84%
73 rename from sci-geosciences/mapillary_tools/mapillary_tools-0.8.2.ebuild
74 rename to sci-geosciences/mapillary_tools/mapillary_tools-0.8.2_p20220702.ebuild
75 index 5e2c99c3f..3aa745aa4 100644
76 --- a/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2.ebuild
77 +++ b/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2_p20220702.ebuild
78 @@ -3,13 +3,15 @@
79
80 EAPI=8
81
82 +COMMIT="92624ccb416e9649bb93d6be04c8b3be03a44525"
83 PYTHON_COMPAT=( python3_{8..9} )
84
85 inherit distutils-r1
86
87 DESCRIPTION="Command line tools for processing and uploading Mapillary imagery"
88 HOMEPAGE="https://github.com/mapillary/mapillary_tools"
89 -SRC_URI="https://github.com/mapillary/mapillary_tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
90 +SRC_URI="https://github.com/mapillary/mapillary_tools/archive/${COMMIT}.tar.gz -> ${PF}.gh.tar.gz"
91 +S="${WORKDIR}/${PN}-${COMMIT}"
92
93 LICENSE="BSD"
94 KEYWORDS="~amd64"
95 @@ -19,7 +21,6 @@ RDEPEND="
96 >=dev-python/exifread-2.3.2[${PYTHON_USEDEP}]
97 >=dev-python/piexif-1.1.3[${PYTHON_USEDEP}]
98 >=dev-python/gpxpy-1.4.2[${PYTHON_USEDEP}]
99 - >=dev-python/pymp4-1.1.0[${PYTHON_USEDEP}]
100 >=dev-python/pynmea2-1.12.0[${PYTHON_USEDEP}]
101 >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
102 >=dev-python/tqdm-4.0[${PYTHON_USEDEP}]