Rename dev-python/{python-libevdev → libevdev}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-10-20 16:27:34 +02:00
parent e0b36ad893
commit acb32bf80c
11 changed files with 13 additions and 12 deletions

View File

@@ -82,7 +82,7 @@ src_install() {
}
pkg_postinst() {
optfeature "measure and replay tools" dev-python/python-libevdev
optfeature "measure and replay tools" dev-python/libevdev
udev_reload
}

View File

@@ -91,7 +91,7 @@ src_install() {
}
pkg_postinst() {
optfeature "measure and replay tools" dev-python/python-libevdev
optfeature "measure and replay tools" dev-python/libevdev
udev_reload
}

View File

@@ -27,7 +27,7 @@ BDEPEND="
test? (
${PYTHON_DEPS}
$(python_gen_any_dep '
dev-python/python-libevdev[${PYTHON_USEDEP}]
dev-python/libevdev[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
')
@@ -35,7 +35,7 @@ BDEPEND="
"
python_check_deps() {
python_has_version "dev-python/python-libevdev[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/libevdev[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/pyudev[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/pytest[${PYTHON_USEDEP}]"
}

View File

@@ -27,7 +27,7 @@ BDEPEND="
test? (
${PYTHON_DEPS}
$(python_gen_any_dep '
dev-python/python-libevdev[${PYTHON_USEDEP}]
dev-python/libevdev[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
')
@@ -35,7 +35,7 @@ BDEPEND="
"
python_check_deps() {
python_has_version "dev-python/python-libevdev[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/libevdev[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/pyudev[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/pytest[${PYTHON_USEDEP}]"
}

View File

@@ -27,7 +27,7 @@ BDEPEND="
doc? ( app-doc/doxygen )
test? (
$(python_gen_any_dep '
dev-python/python-libevdev[${PYTHON_USEDEP}]
dev-python/libevdev[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
')
@@ -37,7 +37,7 @@ BDEPEND="
python_check_deps() {
use test || return 0
python_has_version \
"dev-python/python-libevdev[${PYTHON_USEDEP}]" \
"dev-python/libevdev[${PYTHON_USEDEP}]" \
"dev-python/pyudev[${PYTHON_USEDEP}]" \
"dev-python/pytest[${PYTHON_USEDEP}]"
}

View File

@@ -1,2 +1,3 @@
move dev-python/python-varlink dev-python/varlink
move dev-python/python-musicbrainzngs dev-python/musicbrainzngs
move dev-python/python-libevdev dev-python/libevdev

View File

@@ -33,13 +33,13 @@ RESTRICT="!test? ( test )"
BDEPEND="
test? (
$(python_gen_any_dep '
dev-python/python-libevdev[${PYTHON_USEDEP}]
dev-python/libevdev[${PYTHON_USEDEP}]
')
)
"
python_check_deps() {
python_has_version "dev-python/python-libevdev[${PYTHON_USEDEP}]"
python_has_version "dev-python/libevdev[${PYTHON_USEDEP}]"
}
pkg_setup() {

View File

@@ -33,14 +33,14 @@ RESTRICT="!test? ( test )"
BDEPEND="
test? (
$(python_gen_any_dep '
dev-python/python-libevdev[${PYTHON_USEDEP}]
dev-python/libevdev[${PYTHON_USEDEP}]
')
)
"
RDEPEND=""
python_check_deps() {
python_has_version "dev-python/python-libevdev[${PYTHON_USEDEP}]"
python_has_version "dev-python/libevdev[${PYTHON_USEDEP}]"
}
pkg_setup() {