mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -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:
@@ -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
|
# 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
|
DISTUTILS_SINGLE_IMPL=1
|
||||||
|
|
||||||
inherit distutils-r1 desktop
|
inherit distutils-r1 desktop
|
||||||
|
|
||||||
COMMIT="ea7434ae53681c591daa2ced0d107f4b4bb6f997"
|
COMMIT="ea7434ae53681c591daa2ced0d107f4b4bb6f997"
|
||||||
|
|
||||||
DESCRIPTION="Qt Brightness Controller in Python"
|
DESCRIPTION="Qt Brightness Controller in Python"
|
||||||
HOMEPAGE="https://github.com/lordamit/Brightness"
|
HOMEPAGE="https://github.com/lordamit/Brightness"
|
||||||
SRC_URI="https://github.com/lordamit/Brightness/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/lordamit/Brightness/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/Brightness-${COMMIT}/src"
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
LICENSE="GPL-1"
|
LICENSE="GPL-1"
|
||||||
@@ -26,8 +26,6 @@ RDEPEND="$(python_gen_cond_dep \
|
|||||||
'dev-python/QtPy[${PYTHON_USEDEP}]'
|
'dev-python/QtPy[${PYTHON_USEDEP}]'
|
||||||
)"
|
)"
|
||||||
|
|
||||||
S="${WORKDIR}/Brightness-${COMMIT}/src"
|
|
||||||
|
|
||||||
python_install_all () {
|
python_install_all () {
|
||||||
distutils-r1_python_install_all
|
distutils-r1_python_install_all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user