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 66F9915800F for ; Thu, 5 Jan 2023 09:02:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DCD2E07E1; Thu, 5 Jan 2023 09:02:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 236ABE07E1 for ; Thu, 5 Jan 2023 09:02:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29FE6340F45 for ; Thu, 5 Jan 2023 09:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F7FB7FF for ; Thu, 5 Jan 2023 09:01:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672909291.bc8f24cb375cfd4a812207ef24cba60b2be3d9dc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-3.22.13.ebuild sci-geosciences/qgis/qgis-3.28.1.ebuild sci-geosciences/qgis/qgis-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bc8f24cb375cfd4a812207ef24cba60b2be3d9dc X-VCS-Branch: master Date: Thu, 5 Jan 2023 09:01:59 +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: de9493d7-bcca-49c2-80e0-5a1bef294cae X-Archives-Hash: 52fd369eb2ec6519916c34c00402a1b7 commit: bc8f24cb375cfd4a812207ef24cba60b2be3d9dc Author: Sam James gentoo org> AuthorDate: Thu Jan 5 08:56:44 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 5 09:01:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8f24cb sci-geosciences/qgis: drop obsolete dev-python/six dep Closes: https://bugs.gentoo.org/879487 Signed-off-by: Sam James gentoo.org> sci-geosciences/qgis/qgis-3.22.13.ebuild | 3 +-- sci-geosciences/qgis/qgis-3.28.1.ebuild | 3 +-- sci-geosciences/qgis/qgis-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sci-geosciences/qgis/qgis-3.22.13.ebuild b/sci-geosciences/qgis/qgis-3.22.13.ebuild index 8fc4aabac569..7d63b5b6005e 100644 --- a/sci-geosciences/qgis/qgis-3.22.13.ebuild +++ b/sci-geosciences/qgis/qgis-3.22.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -91,7 +91,6 @@ COMMON_DEPEND=" >=dev-python/qscintilla-python-2.10.1[qt5(+),${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] =dev-python/qscintilla-python-2.10.1[qt5(+),${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/sip:=[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) ') )