From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 393FC15ACFC for ; Mon, 1 May 2023 19:46:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74581E086C; Mon, 1 May 2023 19:46:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59827E086C for ; Mon, 1 May 2023 19:46:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC0E2340CF2 for ; Mon, 1 May 2023 19:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 519D5A66 for ; Mon, 1 May 2023 19:46:34 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1682970124.a26a96f9cc693c8423c3cc9ee1adb02a6b0ae574.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, sci-geosciences/mapillary_tools/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask sci-geosciences/mapillary_tools/Manifest sci-geosciences/mapillary_tools/mapillary_tools-0.8.2_p20220702.ebuild sci-geosciences/mapillary_tools/metadata.xml X-VCS-Directories: profiles/ sci-geosciences/mapillary_tools/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a26a96f9cc693c8423c3cc9ee1adb02a6b0ae574 X-VCS-Branch: dev Date: Mon, 1 May 2023 19:46:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18429ad8-082f-446d-ae74-36e086e02352 X-Archives-Hash: a6b9b02d28308936d2080dd4f958f4d5 commit: a26a96f9cc693c8423c3cc9ee1adb02a6b0ae574 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 1 19:42:04 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 1 19:42:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a26a96f9 sci-geosciences/mapillary_tools: treeclean Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> profiles/package.mask | 1 - sci-geosciences/mapillary_tools/Manifest | 1 - .../mapillary_tools-0.8.2_p20220702.ebuild | 39 ---------------------- sci-geosciences/mapillary_tools/metadata.xml | 12 ------- 4 files changed, 53 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index d40571e0a..faf9222c9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -22,7 +22,6 @@ sys-cluster/pcs # Anna Vyalkova (2023-05-01) # No supported Pythom implementations set in ebuild. # Masked for removal in 30 days. -sci-geosciences/mapillary_tools sys-apps/rogdrv www-apps/twint diff --git a/sci-geosciences/mapillary_tools/Manifest b/sci-geosciences/mapillary_tools/Manifest deleted file mode 100644 index 9dacb6ef4..000000000 --- a/sci-geosciences/mapillary_tools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mapillary_tools-0.8.2_p20220702.gh.tar.gz 19125382 BLAKE2B 51e75c3cf5b6e129594e28c55d7ff75592c26a227d905749e42445678f2e69f410080d35bc5c4a9692710d98b42f03eec33130c79ed3608e1efc2465e28d5039 SHA512 0d32c3b78a44f1a6544ad69a66f9de2f4c9b87b5a7198546e5716bda055514e26ac05de6a3304e8610ba150f7e8346290925e7509f2db532cabcede0e48de1f6 diff --git a/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2_p20220702.ebuild b/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2_p20220702.ebuild deleted file mode 100644 index 673b1fa2e..000000000 --- a/sci-geosciences/mapillary_tools/mapillary_tools-0.8.2_p20220702.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT="92624ccb416e9649bb93d6be04c8b3be03a44525" -PYTHON_COMPAT=( python3_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/${COMMIT}.tar.gz -> ${PF}.gh.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - -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-1.4.2[${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 deleted file mode 100644 index d9ae1449e..000000000 --- a/sci-geosciences/mapillary_tools/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - https://github.com/mapillary/mapillary_tools/issues - mapillary/mapillary_tools - -