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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B79E11382C5 for ; Mon, 29 Mar 2021 01:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAAE7E0825; Mon, 29 Mar 2021 01:42:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4CA1E0825 for ; Mon, 29 Mar 2021 01:42:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98A74340E8F for ; Mon, 29 Mar 2021 01:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D67C632 for ; Mon, 29 Mar 2021 01:42:40 +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: <1616981950.1eaf4d223020104dd4461c8ae548d13276505455.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgweather/libgweather-3.36.2.ebuild dev-libs/libgweather/libgweather-40.0.ebuild X-VCS-Directories: dev-libs/libgweather/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1eaf4d223020104dd4461c8ae548d13276505455 X-VCS-Branch: master Date: Mon, 29 Mar 2021 01:42:40 +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: 1b840cdb-8c78-4f27-9e40-804835014e12 X-Archives-Hash: dfd2d7bfdf111e44904ef686aad1793a commit: 1eaf4d223020104dd4461c8ae548d13276505455 Author: Matt Turner gentoo org> AuthorDate: Mon Mar 29 01:22:38 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 29 01:39:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eaf4d22 dev-libs/libgweather: Use python-any-r1 Closes: https://bugs.gentoo.org/770655 Signed-off-by: Matt Turner gentoo.org> dev-libs/libgweather/libgweather-3.36.2.ebuild | 8 +++++++- dev-libs/libgweather/libgweather-40.0.ebuild | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/dev-libs/libgweather/libgweather-3.36.2.ebuild b/dev-libs/libgweather/libgweather-3.36.2.ebuild index 6c35cbd8b67..8e0086d85c3 100644 --- a/dev-libs/libgweather/libgweather-3.36.2.ebuild +++ b/dev-libs/libgweather/libgweather-3.36.2.ebuild @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) VALA_USE_DEPEND="vapigen" -inherit gnome.org gnome2-utils meson vala xdg +inherit gnome.org gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Location and timezone database and weather-lookup library" HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather" @@ -35,6 +36,7 @@ BDEPEND=" app-text/docbook-xml-dtd:4.3 ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig + ${PYTHON_DEPS} $(vala_depend) " @@ -44,6 +46,10 @@ PATCHES=( "${FILESDIR}"/3.36.2-autoskip-network-test.patch ) +pkg_setup() { + python-any-r1_pkg_setup +} + src_prepare() { xdg_src_prepare vala_src_prepare diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild b/dev-libs/libgweather/libgweather-40.0.ebuild index 46454d5c78d..a9e1c0918c2 100644 --- a/dev-libs/libgweather/libgweather-40.0.ebuild +++ b/dev-libs/libgweather/libgweather-40.0.ebuild @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +PYTHON_COMPAT=( python3_{7..9} ) VALA_USE_DEPEND="vapigen" -inherit gnome.org gnome2-utils meson vala xdg +inherit gnome.org gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="Location and timezone database and weather-lookup library" HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather" @@ -35,6 +36,7 @@ BDEPEND=" app-text/docbook-xml-dtd:4.3 ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig + ${PYTHON_DEPS} $(vala_depend) " @@ -44,6 +46,10 @@ PATCHES=( "${FILESDIR}"/40.0-autoskip-network-test.patch ) +pkg_setup() { + python-any-r1_pkg_setup +} + src_prepare() { xdg_src_prepare vala_src_prepare