commit: d634b340c114323c3ebbaa3f31771fb94547449f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 04:06:43 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 04:10:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d634b340
Rename dev-python/{python-evdev → evdev}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/piper/piper-0.6.ebuild | 6 +++---
app-misc/piper/piper-0.7.ebuild | 6 +++---
app-misc/solaar/solaar-1.1.8-r1.ebuild | 6 +++---
app-misc/solaar/solaar-1.1.9.ebuild | 6 +++---
app-misc/solaar/solaar-9999.ebuild | 6 +++---
dev-libs/libratbag/libratbag-0.15.ebuild | 4 ++--
dev-libs/libratbag/libratbag-0.16.ebuild | 4 ++--
dev-libs/libratbag/libratbag-0.17.ebuild | 4 ++--
dev-python/{python-evdev => evdev}/Manifest | 0
.../python-evdev-1.6.0.ebuild => evdev/evdev-1.6.0.ebuild} | 0
dev-python/{python-evdev => evdev}/metadata.xml | 0
games-util/lutris/lutris-0.5.13-r3.ebuild | 4 ++--
games-util/lutris/lutris-0.5.14-r1.ebuild | 4 ++--
games-util/lutris/lutris-0.5.16-r1.ebuild | 2 +-
games-util/lutris/lutris-9999.ebuild | 2 +-
games-util/sc-controller/sc-controller-0.4.8.11.ebuild | 9 +++++----
games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild | 9 +++++----
profiles/updates/1Q-2024 | 1 +
18 files changed, 38 insertions(+), 35 deletions(-)
diff --git a/app-misc/piper/piper-0.6.ebuild b/app-misc/piper/piper-0.6.ebuild
index ef62ff220ac2..5b9840cc142a 100644
--- a/app-misc/piper/piper-0.6.ebuild
+++ b/app-misc/piper/piper-0.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit meson python-single-r1 xdg
@@ -35,10 +35,10 @@ RDEPEND="
x11-libs/gdk-pixbuf[introspection]
x11-libs/gtk+:3[introspection]
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
')
"
DEPEND="
diff --git a/app-misc/piper/piper-0.7.ebuild b/app-misc/piper/piper-0.7.ebuild
index 5e1c2bb40431..cdf5ecea26b3 100644
--- a/app-misc/piper/piper-0.7.ebuild
+++ b/app-misc/piper/piper-0.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit meson python-single-r1 xdg
@@ -39,10 +39,10 @@ RDEPEND="
x11-libs/gdk-pixbuf[introspection]
x11-libs/gtk+:3[introspection]
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
')
"
DEPEND="
diff --git a/app-misc/solaar/solaar-1.1.8-r1.ebuild
b/app-misc/solaar/solaar-1.1.8-r1.ebuild
index 4a11b012e572..f1578d591c71 100644
--- a/app-misc/solaar/solaar-1.1.8-r1.ebuild
+++ b/app-misc/solaar/solaar-1.1.8-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit linux-info udev xdg distutils-r1
@@ -27,9 +27,9 @@ IUSE="doc appindicator libnotify"
RDEPEND="
acct-group/plugdev
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
dev-python/python-xlib[${PYTHON_USEDEP}]
>=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
diff --git a/app-misc/solaar/solaar-1.1.9.ebuild
b/app-misc/solaar/solaar-1.1.9.ebuild
index 1a46b5cb53cb..b1c037e613ad 100644
--- a/app-misc/solaar/solaar-1.1.9.ebuild
+++ b/app-misc/solaar/solaar-1.1.9.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit linux-info udev xdg distutils-r1
@@ -27,9 +27,9 @@ IUSE="doc appindicator libnotify"
RDEPEND="
acct-group/plugdev
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
dev-python/python-xlib[${PYTHON_USEDEP}]
>=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
diff --git a/app-misc/solaar/solaar-9999.ebuild
b/app-misc/solaar/solaar-9999.ebuild
index 13ddbb755105..d7640c056c5b 100644
--- a/app-misc/solaar/solaar-9999.ebuild
+++ b/app-misc/solaar/solaar-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit linux-info udev xdg distutils-r1
@@ -27,9 +27,9 @@ IUSE="doc appindicator libnotify"
RDEPEND="
acct-group/plugdev
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
dev-python/python-xlib[${PYTHON_USEDEP}]
>=dev-python/pyudev-0.13[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
diff --git a/dev-libs/libratbag/libratbag-0.15.ebuild
b/dev-libs/libratbag/libratbag-0.15.ebuild
index 463af2fcc9ea..ba7c076793e6 100644
--- a/dev-libs/libratbag/libratbag-0.15.ebuild
+++ b/dev-libs/libratbag/libratbag-0.15.ebuild
@@ -36,8 +36,8 @@ BDEPEND="
dev-libs/gobject-introspection
dev-debug/valgrind
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
')
)
"
@@ -51,7 +51,7 @@ RDEPEND="
virtual/libudev:=
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
+ dev-python/evdev[${PYTHON_USEDEP}]
')
elogind? ( sys-auth/elogind )
systemd? ( sys-apps/systemd )
diff --git a/dev-libs/libratbag/libratbag-0.16.ebuild
b/dev-libs/libratbag/libratbag-0.16.ebuild
index ee4bf5607fc7..ad08ddd3c6db 100644
--- a/dev-libs/libratbag/libratbag-0.16.ebuild
+++ b/dev-libs/libratbag/libratbag-0.16.ebuild
@@ -36,8 +36,8 @@ BDEPEND="
dev-libs/gobject-introspection
dev-debug/valgrind
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
')
)
"
@@ -51,7 +51,7 @@ RDEPEND="
virtual/libudev:=
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
+ dev-python/evdev[${PYTHON_USEDEP}]
')
elogind? ( sys-auth/elogind )
systemd? ( sys-apps/systemd )
diff --git a/dev-libs/libratbag/libratbag-0.17.ebuild
b/dev-libs/libratbag/libratbag-0.17.ebuild
index 22d1ba0d980e..79d932aef8d8 100644
--- a/dev-libs/libratbag/libratbag-0.17.ebuild
+++ b/dev-libs/libratbag/libratbag-0.17.ebuild
@@ -36,8 +36,8 @@ BDEPEND="
dev-libs/gobject-introspection
dev-debug/valgrind
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
')
)
"
@@ -51,7 +51,7 @@ RDEPEND="
virtual/libudev:=
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
+ dev-python/evdev[${PYTHON_USEDEP}]
')
elogind? ( sys-auth/elogind )
systemd? ( sys-apps/systemd )
diff --git a/dev-python/python-evdev/Manifest b/dev-python/evdev/Manifest
similarity index 100%
rename from dev-python/python-evdev/Manifest
rename to dev-python/evdev/Manifest
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
b/dev-python/evdev/evdev-1.6.0.ebuild
similarity index 100%
rename from dev-python/python-evdev/python-evdev-1.6.0.ebuild
rename to dev-python/evdev/evdev-1.6.0.ebuild
diff --git a/dev-python/python-evdev/metadata.xml
b/dev-python/evdev/metadata.xml
similarity index 100%
rename from dev-python/python-evdev/metadata.xml
rename to dev-python/evdev/metadata.xml
diff --git a/games-util/lutris/lutris-0.5.13-r3.ebuild
b/games-util/lutris/lutris-0.5.13-r3.ebuild
index c88c425a66d6..cacce255529f 100644
--- a/games-util/lutris/lutris-0.5.13-r3.ebuild
+++ b/games-util/lutris/lutris-0.5.13-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,11 +38,11 @@ RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
dev-python/pypresence[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
diff --git a/games-util/lutris/lutris-0.5.14-r1.ebuild
b/games-util/lutris/lutris-0.5.14-r1.ebuild
index 95411007384c..88cb8c27a34b 100644
--- a/games-util/lutris/lutris-0.5.14-r1.ebuild
+++ b/games-util/lutris/lutris-0.5.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,11 +38,11 @@ RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
dev-python/pypresence[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
diff --git a/games-util/lutris/lutris-0.5.16-r1.ebuild
b/games-util/lutris/lutris-0.5.16-r1.ebuild
index 96ed02d2fc33..34e1d241ffd0 100644
--- a/games-util/lutris/lutris-0.5.16-r1.ebuild
+++ b/games-util/lutris/lutris-0.5.16-r1.ebuild
@@ -35,11 +35,11 @@ RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
dev-python/pypresence[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
diff --git a/games-util/lutris/lutris-9999.ebuild
b/games-util/lutris/lutris-9999.ebuild
index 96ed02d2fc33..34e1d241ffd0 100644
--- a/games-util/lutris/lutris-9999.ebuild
+++ b/games-util/lutris/lutris-9999.ebuild
@@ -35,11 +35,11 @@ RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/distro[${PYTHON_USEDEP}]
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
dev-python/pypresence[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
diff --git a/games-util/sc-controller/sc-controller-0.4.8.11.ebuild
b/games-util/sc-controller/sc-controller-0.4.8.11.ebuild
index aaf247ca670f..7166c28a765e 100644
--- a/games-util/sc-controller/sc-controller-0.4.8.11.ebuild
+++ b/games-util/sc-controller/sc-controller-0.4.8.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 linux-info xdg
DESCRIPTION="User-mode driver and GTK-based GUI for Steam Controllers and
others"
@@ -20,10 +20,11 @@ IUSE="+udev wayland"
RDEPEND="
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP},cairo]
dev-python/pylibacl[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
- dev-python/vdf[${PYTHON_USEDEP}]')
+ dev-python/vdf[${PYTHON_USEDEP}]
+ ')
gnome-base/librsvg[introspection]
virtual/libusb
x11-libs/gtk+:3[introspection]
diff --git a/games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild
b/games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild
index 6c49de8ca581..b7892049fc8e 100644
--- a/games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild
+++ b/games-util/sc-controller/sc-controller-0.4.8.9-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 linux-info xdg
DESCRIPTION="User-mode driver and GTK-based GUI for Steam Controllers and
others"
@@ -19,10 +19,11 @@ IUSE="+udev wayland"
RDEPEND="
$(python_gen_cond_dep '
+ dev-python/evdev[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP},cairo]
dev-python/pylibacl[${PYTHON_USEDEP}]
- dev-python/python-evdev[${PYTHON_USEDEP}]
- dev-python/vdf[${PYTHON_USEDEP}]')
+ dev-python/vdf[${PYTHON_USEDEP}]
+ ')
gnome-base/librsvg[introspection]
virtual/libusb
x11-libs/gtk+:3[introspection]
diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index b76645cbff9f..c36a364ac157 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -76,3 +76,4 @@ slotmove =dev-java/commons-imaging-1.0_alpha3-r1 0 1
move media-gfx/fotoxx media-gfx/fotocx
move dev-python/editorconfig-core-py dev-python/editorconfig
move dev-python/urwid_readline dev-python/urwid-readline
+move dev-python/python-evdev dev-python/evdev