commit: 1b2dbaf104c11b499af314af708c5658a3731fc2
Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Thu Aug 14 13:07:18 2025 +0000
Commit: gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Thu Aug 14 13:07:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=1b2dbaf1
dev-python/lifxlan: EAPI8
Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
dev-python/lifxlan/Manifest | 2 +-
dev-python/lifxlan/lifxlan-9999.ebuild | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/lifxlan/Manifest b/dev-python/lifxlan/Manifest
index 82799d9..090da57 100644
--- a/dev-python/lifxlan/Manifest
+++ b/dev-python/lifxlan/Manifest
@@ -1 +1 @@
-EBUILD lifxlan-9999.ebuild 551 BLAKE2B
aaf01326189546a69b26a3a51bf0f17bd1ae3cf89cde30be508da67a649501a372ca59ca7e875902c038ade650f21e2b7a745d1831b2086bc7bd8bd1b31cb446
SHA512
0b9d875a1801c836dbd9b7bdcab1b5051b78bba8214eb9da4c9b2c294d6742bf916ccac8498dd03c9dfbbf2d149c86a3f5db1853a6a46a540e7615ec00e5ce44
+EBUILD lifxlan-9999.ebuild 583 BLAKE2B
d2ff4779654dafc3bbe74f33d804785a6ce479c01943b9d9bcf0b038c697d92088e67eb86b9363faf5c82b91462e01efd15f1c622ee85faafa779092f7b82167
SHA512
21c5d4f6c3a950783ffaa2e6a2453b69436dc96a9839d13d3a32ade526b13bf849a5d444b9942cba1d010fb2136f753b1ee080e767129b102272ff16275217b4
diff --git a/dev-python/lifxlan/lifxlan-9999.ebuild
b/dev-python/lifxlan/lifxlan-9999.ebuild
index 565cb77..e16b1be 100644
--- a/dev-python/lifxlan/lifxlan-9999.ebuild
+++ b/dev-python/lifxlan/lifxlan-9999.ebuild
@@ -1,9 +1,10 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python2_7 python3_{8..10} )
+PYTHON_COMPAT=( python2_7 python3_{9..13} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 git-r3
DESCRIPTION="Python library for accessing LIFX devices using the official LIFX
LAN protocol."