sci-geosciences/mapillary_tools: new version without pymp4

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-07-06 02:49:25 +02:00
parent ebac0e1295
commit 38db747806
No known key found for this signature in database
GPG Key ID: 75DFA720D0EF7660
3 changed files with 4 additions and 42 deletions

View File

@ -1,2 +1 @@
DIST mapillary_tools-0.8.0.tar.gz 12080089 BLAKE2B a34b68a479ecb85f5a6e53e4e2ce7db92e6e59e7c07c5b7bd20c2153f372fd9ae83a23ded3bde8a655ddfd03146357728679232e186cb576290d55726faa8134 SHA512 45b2228f48874006aa46890f807bcd3c5cfb08036bc7c5b2182f39efced352cc6bf3fc1c49c386654a2f0ed08e1bdec5d6a542b4d43ca012f86891596e0ca870
DIST mapillary_tools-0.8.2.tar.gz 14928332 BLAKE2B 434e6a97b69372b266b684276f816bc77c83e91bc9569d28b20c2b29e04e6ff1def1dbd269abb81bb14b0ad2155759c15c7485712747cbc5af48de58ab85409d SHA512 78843e7b571f54d9d42b71baf9a63a3f64ea67432c2a9c96f129db6d9511ce5f6070a36581eae5500778b41215d27ae892ccca9c62cd1fc82285cb0cbe9807cf
DIST mapillary_tools-0.8.2_p20220702.gh.tar.gz 19125382 BLAKE2B 51e75c3cf5b6e129594e28c55d7ff75592c26a227d905749e42445678f2e69f410080d35bc5c4a9692710d98b42f03eec33130c79ed3608e1efc2465e28d5039 SHA512 0d32c3b78a44f1a6544ad69a66f9de2f4c9b87b5a7198546e5716bda055514e26ac05de6a3304e8610ba150f7e8346290925e7509f2db532cabcede0e48de1f6

View File

@ -1,38 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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/mapillary_tools/archive/refs/tags/v${PV}.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

View File

@ -3,13 +3,15 @@
EAPI=8
COMMIT="92624ccb416e9649bb93d6be04c8b3be03a44525"
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/mapillary_tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/mapillary/mapillary_tools/archive/${COMMIT}.tar.gz -> ${PF}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="BSD"
KEYWORDS="~amd64"
@ -19,7 +21,6 @@ RDEPEND="
>=dev-python/exifread-2.3.2[${PYTHON_USEDEP}]
>=dev-python/piexif-1.1.3[${PYTHON_USEDEP}]
>=dev-python/gpxpy-1.4.2[${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}]