diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-19 05:06:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-19 05:10:40 +0100 |
commit | d634b340c114323c3ebbaa3f31771fb94547449f (patch) | |
tree | 3bde164f3080ad05e8df0bc69367df0a54a039b2 /app-misc/piper | |
parent | dev-python/python-evdev: Prepare for a rename (diff) | |
download | gentoo-d634b340c114323c3ebbaa3f31771fb94547449f.tar.gz gentoo-d634b340c114323c3ebbaa3f31771fb94547449f.tar.bz2 gentoo-d634b340c114323c3ebbaa3f31771fb94547449f.zip |
Rename dev-python/{python-evdev → evdev}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/piper')
-rw-r--r-- | app-misc/piper/piper-0.6.ebuild | 6 | ||||
-rw-r--r-- | app-misc/piper/piper-0.7.ebuild | 6 |
2 files changed, 6 insertions, 6 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=" |