1 |
commit: 1cb420559165a2c21e246167bdf9dcd49d9611db |
2 |
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> |
3 |
AuthorDate: Tue Mar 29 08:58:58 2022 +0000 |
4 |
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> |
5 |
CommitDate: Tue Mar 29 08:58:58 2022 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cb42055 |
7 |
|
8 |
sci-geosciences/mapillary_tools: add 0.8.2 |
9 |
|
10 |
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> |
11 |
|
12 |
sci-geosciences/mapillary_tools/Manifest | 1 + |
13 |
.../mapillary_tools/mapillary_tools-0.8.2.ebuild | 38 ++++++++++++++++++++++ |
14 |
2 files changed, 39 insertions(+) |
15 |
|
16 |
diff --git a/sci-geosciences/mapillary_tools/Manifest b/sci-geosciences/mapillary_tools/Manifest |
17 |
index 1b8243c1c..82da7e9de 100644 |
18 |
--- a/sci-geosciences/mapillary_tools/Manifest |
19 |
+++ b/sci-geosciences/mapillary_tools/Manifest |
20 |
@@ -1 +1,2 @@ |
21 |
DIST mapillary_tools-0.8.0.tar.gz 12080089 BLAKE2B a34b68a479ecb85f5a6e53e4e2ce7db92e6e59e7c07c5b7bd20c2153f372fd9ae83a23ded3bde8a655ddfd03146357728679232e186cb576290d55726faa8134 SHA512 45b2228f48874006aa46890f807bcd3c5cfb08036bc7c5b2182f39efced352cc6bf3fc1c49c386654a2f0ed08e1bdec5d6a542b4d43ca012f86891596e0ca870 |
22 |
+DIST mapillary_tools-0.8.2.tar.gz 14928332 BLAKE2B 434e6a97b69372b266b684276f816bc77c83e91bc9569d28b20c2b29e04e6ff1def1dbd269abb81bb14b0ad2155759c15c7485712747cbc5af48de58ab85409d SHA512 78843e7b571f54d9d42b71baf9a63a3f64ea67432c2a9c96f129db6d9511ce5f6070a36581eae5500778b41215d27ae892ccca9c62cd1fc82285cb0cbe9807cf |
23 |
|
24 |
diff --git a/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2.ebuild b/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2.ebuild |
25 |
new file mode 100644 |
26 |
index 000000000..5e2c99c3f |
27 |
--- /dev/null |
28 |
+++ b/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2.ebuild |
29 |
@@ -0,0 +1,38 @@ |
30 |
+# Copyright 1999-2022 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="Command line tools for processing and uploading Mapillary imagery" |
40 |
+HOMEPAGE="https://github.com/mapillary/mapillary_tools" |
41 |
+SRC_URI="https://github.com/mapillary/mapillary_tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" |
42 |
+ |
43 |
+LICENSE="BSD" |
44 |
+KEYWORDS="~amd64" |
45 |
+SLOT="0" |
46 |
+ |
47 |
+RDEPEND=" |
48 |
+ >=dev-python/exifread-2.3.2[${PYTHON_USEDEP}] |
49 |
+ >=dev-python/piexif-1.1.3[${PYTHON_USEDEP}] |
50 |
+ >=dev-python/gpxpy-1.4.2[${PYTHON_USEDEP}] |
51 |
+ >=dev-python/pymp4-1.1.0[${PYTHON_USEDEP}] |
52 |
+ >=dev-python/pynmea2-1.12.0[${PYTHON_USEDEP}] |
53 |
+ >=dev-python/requests-2.20.0[${PYTHON_USEDEP}] |
54 |
+ >=dev-python/tqdm-4.0[${PYTHON_USEDEP}] |
55 |
+ dev-python/typing-extensions[${PYTHON_USEDEP}] |
56 |
+ dev-python/jsonschema[${PYTHON_USEDEP}] |
57 |
+" |
58 |
+DEPEND=" |
59 |
+ ${RDEPEND} |
60 |
+ >=dev-python/pillow-8.1.2[${PYTHON_USEDEP}] |
61 |
+ dev-python/pyinstaller[${PYTHON_USEDEP}] |
62 |
+ dev-python/types-python-dateutil[${PYTHON_USEDEP}] |
63 |
+ dev-python/types-pytz[${PYTHON_USEDEP}] |
64 |
+ dev-python/types-requests[${PYTHON_USEDEP}] |
65 |
+" |
66 |
+ |
67 |
+distutils_enable_tests pytest |