mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Rename dev-python/{python-libevdev → libevdev}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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}]"
|
||||
}
|
||||
|
||||
@@ -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}]"
|
||||
}
|
||||
|
||||
@@ -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}]"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user