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 1572F158095 for ; Fri, 24 Jun 2022 13:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5990FE07D1; Fri, 24 Jun 2022 13:24:12 +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 41CE3E07C9 for ; Fri, 24 Jun 2022 13:24:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F18C341A69 for ; Fri, 24 Jun 2022 13:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A58A4517 for ; Fri, 24 Jun 2022 13:24:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1656074497.68fcb957db4fda6b91020c845b830a84034332da.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hiprompt-gtk-py/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild X-VCS-Directories: gui-apps/hiprompt-gtk-py/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 68fcb957db4fda6b91020c845b830a84034332da X-VCS-Branch: master Date: Fri, 24 Jun 2022 13:24:08 +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: 8f383182-5494-4906-a095-93cffbb31d34 X-Archives-Hash: 1a9b55fb890733b27c58e269ecb7822a commit: 68fcb957db4fda6b91020c845b830a84034332da Author: Huang Rui gmail com> AuthorDate: Fri Jun 24 12:41:37 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jun 24 12:41:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68fcb957 gui-apps/hiprompt-gtk-py: add fixed version to fix CI Signed-off-by: Huang Rui gmail.com> ...ompt-gtk-py-9999.ebuild => hiprompt-gtk-py-0_pre20220624.ebuild} | 6 ++++-- gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild similarity index 82% copy from gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild copy to gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild index bca282598..8e83c1d8d 100644 --- a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild +++ b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild @@ -1,16 +1,18 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit git-r3 meson python-single-r1 xdg DESCRIPTION="GTK+ Himitsu prompter for Wayland" HOMEPAGE="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py" +EGIT_COMMIT="f74499302bdd6558d4644c25e15c9b5c482270ea" EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py" LICENSE="GPL-3" SLOT="0" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} diff --git a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild index bca282598..c1cef816a 100644 --- a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild +++ b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit git-r3 meson python-single-r1 xdg DESCRIPTION="GTK+ Himitsu prompter for Wayland" @@ -11,6 +11,7 @@ HOMEPAGE="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py" EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py" LICENSE="GPL-3" SLOT="0" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS}