mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
app-misc/brightness-control: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/848096 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
b3e651e3aa
commit
aa15eff045
@ -1,18 +1,18 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8,9} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit distutils-r1 desktop
|
||||
|
||||
COMMIT="ea7434ae53681c591daa2ced0d107f4b4bb6f997"
|
||||
|
||||
DESCRIPTION="Qt Brightness Controller in Python"
|
||||
HOMEPAGE="https://github.com/lordamit/Brightness"
|
||||
SRC_URI="https://github.com/lordamit/Brightness/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/Brightness-${COMMIT}/src"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="GPL-1"
|
||||
@ -26,8 +26,6 @@ RDEPEND="$(python_gen_cond_dep \
|
||||
'dev-python/QtPy[${PYTHON_USEDEP}]'
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/Brightness-${COMMIT}/src"
|
||||
|
||||
python_install_all () {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user