Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hiprompt-gtk-py/
Date: Fri, 24 Jun 2022 13:24:13
Message-Id: 1656074497.68fcb957db4fda6b91020c845b830a84034332da.andrewammerlaan@gentoo
1 commit: 68fcb957db4fda6b91020c845b830a84034332da
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 24 12:41:37 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 12:41:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68fcb957
7
8 gui-apps/hiprompt-gtk-py: add fixed version to fix CI
9
10 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
11
12 ...ompt-gtk-py-9999.ebuild => hiprompt-gtk-py-0_pre20220624.ebuild} | 6 ++++--
13 gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild | 5 +++--
14 2 files changed, 7 insertions(+), 4 deletions(-)
15
16 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
17 similarity index 82%
18 copy from gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild
19 copy to gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild
20 index bca282598..8e83c1d8d 100644
21 --- a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild
22 +++ b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild
23 @@ -1,16 +1,18 @@
24 # Copyright 2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI=8
29
30 -PYTHON_COMPAT=( python3_{8..10} )
31 +PYTHON_COMPAT=( python3_{8..11} )
32 inherit git-r3 meson python-single-r1 xdg
33
34 DESCRIPTION="GTK+ Himitsu prompter for Wayland"
35 HOMEPAGE="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py"
36 +EGIT_COMMIT="f74499302bdd6558d4644c25e15c9b5c482270ea"
37 EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py"
38 LICENSE="GPL-3"
39 SLOT="0"
40 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
41
42 RDEPEND="
43 ${PYTHON_DEPS}
44
45 diff --git a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild
46 index bca282598..c1cef816a 100644
47 --- a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild
48 +++ b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-9999.ebuild
49 @@ -1,9 +1,9 @@
50 # Copyright 2022 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 -EAPI=7
54 +EAPI=8
55
56 -PYTHON_COMPAT=( python3_{8..10} )
57 +PYTHON_COMPAT=( python3_{8..11} )
58 inherit git-r3 meson python-single-r1 xdg
59
60 DESCRIPTION="GTK+ Himitsu prompter for Wayland"
61 @@ -11,6 +11,7 @@ HOMEPAGE="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py"
62 EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py"
63 LICENSE="GPL-3"
64 SLOT="0"
65 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66
67 RDEPEND="
68 ${PYTHON_DEPS}