diff --git a/sci-geosciences/mapillary_tools/Manifest b/sci-geosciences/mapillary_tools/Manifest new file mode 100644 index 0000000000..44f47e5bb4 --- /dev/null +++ b/sci-geosciences/mapillary_tools/Manifest @@ -0,0 +1 @@ +DIST mapillary_tools-0.7.4_p20211008.tar.gz 12080317 BLAKE2B 72ebfad94569a4fe943543188b2384c6c24a66d10647cc4da0eeb7adfcea430e4740d738d6e259e7a9ad93c85652e59e22c7e5005be146b023725202d9ab8531 SHA512 6b98e2bf3cc430e6ae736be337efec00d723c2eafe857785b62879ab77f02d46471e3697ca640b766b1b6aa2b555adcca2a45c1c253453a882c0e28fcd4e7701 diff --git a/sci-geosciences/mapillary_tools/mapillary_tools-0.7.4_p20211008.ebuild b/sci-geosciences/mapillary_tools/mapillary_tools-0.7.4_p20211008.ebuild new file mode 100644 index 0000000000..292c265a68 --- /dev/null +++ b/sci-geosciences/mapillary_tools/mapillary_tools-0.7.4_p20211008.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +COMMIT="40c44336286ea0ea66002247ed28753a4216bc36" +PYTHON_COMPAT=( python3_{8..9} ) + +inherit distutils-r1 + +DESCRIPTION="Command line tools for processing and uploading Mapillary imagery" +HOMEPAGE="https://github.com/mapillary/mapillary_tools" +SRC_URI="https://github.com/mapillary/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + >=dev-python/exifread-2.3.2[${PYTHON_USEDEP}] + >=dev-python/piexif-1.1.3[${PYTHON_USEDEP}] + >=dev-python/gpxpy-0.9.8[${PYTHON_USEDEP}] + >=dev-python/pymp4-1.1.0[${PYTHON_USEDEP}] + >=dev-python/pynmea2-1.12.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.20.0[${PYTHON_USEDEP}] + >=dev-python/tqdm-4.0[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + >=dev-python/pillow-8.1.2[${PYTHON_USEDEP}] + dev-python/pyinstaller[${PYTHON_USEDEP}] +" +# dev-python/types-python-dateutil[${PYTHON_USEDEP}] +# dev-python/types-pytz[${PYTHON_USEDEP}] +# dev-python/types-requests[${PYTHON_USEDEP}] + +distutils_enable_tests pytest diff --git a/sci-geosciences/mapillary_tools/metadata.xml b/sci-geosciences/mapillary_tools/metadata.xml new file mode 100644 index 0000000000..d3fd62344b --- /dev/null +++ b/sci-geosciences/mapillary_tools/metadata.xml @@ -0,0 +1,12 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/mapillary/mapillary_tools/issues + mapillary/mapillary_tools + +