diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:04:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:50:32 +0100 |
commit | f353a866596c718c09e3c1c12f5493962db05302 (patch) | |
tree | f6a6d00f6d6d94d9e6af760ee9fc75b704be0f95 /x11-misc/safeeyes | |
parent | www-apps/roundup: Use pypi.eclass (diff) | |
download | gentoo-f353a866596c718c09e3c1c12f5493962db05302.tar.gz gentoo-f353a866596c718c09e3c1c12f5493962db05302.tar.bz2 gentoo-f353a866596c718c09e3c1c12f5493962db05302.zip |
x11-misc/safeeyes: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/safeeyes')
-rw-r--r-- | x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild b/x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild index debfe192fcfa..c5cb4ebcd177 100644 --- a/x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild +++ b/x11-misc/safeeyes/safeeyes-2.1.5-r1.ebuild @@ -7,11 +7,10 @@ PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="tk" # for site-packages/Xlib/ext/randr.py DISTUTILS_USE_PEP517=setuptools -inherit xdg distutils-r1 +inherit xdg distutils-r1 pypi DESCRIPTION="Linux alternative to EyeLeo" HOMEPAGE="https://github.com/slgobinath/SafeEyes" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |