commit: e0b36ad89393cdce4a660bb24e9515714b20e4bd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 14:25:59 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 14:28:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b36ad8
dev-python/python-libevdev: Prepare for rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-libevdev/python-libevdev-0.11.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-libevdev/python-libevdev-0.11.ebuild
b/dev-python/python-libevdev/python-libevdev-0.11.ebuild
index 0b2602912eaf..7417614b81cc 100644
--- a/dev-python/python-libevdev/python-libevdev-0.11.ebuild
+++ b/dev-python/python-libevdev/python-libevdev-0.11.ebuild
@@ -8,14 +8,16 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
+MY_P=python-libevdev-${PV}
DESCRIPTION="Python wrappers for the libevdev library"
HOMEPAGE="
https://gitlab.freedesktop.org/libevdev/python-libevdev/
https://pypi.org/project/libevdev/
"
SRC_URI="
-
https://gitlab.freedesktop.org/libevdev/${PN}/-/archive/${PV}/${P}.tar.bz2
+
https://gitlab.freedesktop.org/libevdev/python-libevdev/-/archive/${PV}/${MY_P}.tar.bz2
"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"