commit: 74300267e9de0bbe1151b13c49dd709cd1d42249
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 04:04:31 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 04:10:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74300267
dev-python/python-evdev: Prepare for a rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.6.0.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
index a26cac5f94ea..00fa16c3e2e8 100644
--- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.6.0.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
@@ -9,6 +9,7 @@ PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1
+MY_P=python-evdev-${PV}
DESCRIPTION="Python library for evdev bindings"
HOMEPAGE="
https://python-evdev.readthedocs.io/
@@ -17,8 +18,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/gvalkov/python-evdev/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"