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 F3508158091 for ; Tue, 31 May 2022 00:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 048D8E09D5; Tue, 31 May 2022 00:24:34 +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 D472CE09D5 for ; Tue, 31 May 2022 00:24:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E255D3415CF for ; Tue, 31 May 2022 00:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49AE5D3 for ; Tue, 31 May 2022 00:24:31 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1653956648.1a766c32464c26952f852620f3efbd7ef4e08cb5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild X-VCS-Directories: gnome-extra/gnome-calculator/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1a766c32464c26952f852620f3efbd7ef4e08cb5 X-VCS-Branch: master Date: Tue, 31 May 2022 00:24:31 +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: e075690f-55ff-4b14-b0f9-da123ef9b1e7 X-Archives-Hash: 667603b4a464420e682c55290e23e298 commit: 1a766c32464c26952f852620f3efbd7ef4e08cb5 Author: Matt Turner gentoo org> AuthorDate: Tue May 31 00:17:54 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 31 00:24:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a766c32 gnome-extra/gnome-calculator: Drop Python dependency As of v42.0, it uses Meson's gnome.post_install() function. Signed-off-by: Matt Turner gentoo.org> gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild index a3c205847554..4215d0bb9217 100644 --- a/gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild +++ b/gnome-extra/gnome-calculator/gnome-calculator-42.1.ebuild @@ -2,10 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) VALA_MIN_API_VERSION="0.40" -inherit gnome.org gnome2-utils meson python-any-r1 vala virtualx xdg +inherit gnome.org gnome2-utils meson vala virtualx xdg DESCRIPTION="A calculator application for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Calculator" @@ -31,7 +30,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - ${PYTHON_DEPS} dev-libs/appstream-glib dev-util/itstool >=sys-devel/gettext-0.19.8