Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/safeeyes/
Date: Thu, 16 Mar 2023 18:52:54
Message-Id: 1678992632.f353a866596c718c09e3c1c12f5493962db05302.mgorny@gentoo
1 commit: f353a866596c718c09e3c1c12f5493962db05302
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:04:12 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f353a866
7
8 x11-misc/safeeyes: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild b/x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild
16 index debfe192fcfa..c5cb4ebcd177 100644
17 --- a/x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild
18 +++ b/x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild
19 @@ -7,11 +7,10 @@ PYTHON_COMPAT=( python3_{9..11} )
20 PYTHON_REQ_USE="tk" # for site-packages/Xlib/ext/randr.py
21 DISTUTILS_USE_PEP517=setuptools
22
23 -inherit xdg distutils-r1
24 +inherit xdg distutils-r1 pypi
25
26 DESCRIPTION="Linux alternative to EyeLeo"
27 HOMEPAGE="https://github.com/slgobinath/SafeEyes"
28 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="GPL-3"
31 SLOT="0"