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:
Anna (cybertailor) Vyalkova 2022-05-31 00:42:13 +05:00
parent b3e651e3aa
commit aa15eff045
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -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