dev-embedded/hid-tools - 9999 (booboo)

Search

Install

Install this version:

emerge -a =dev-embedded/hid-tools-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-embedded/hid-tools-9999

Or alternatively:

emerge --autounmask-write -a =dev-embedded/hid-tools-9999

Package Information

Description:
a set of tools to interact with the kernel's HID subsystem
Homepage:
https://gitlab.freedesktop.org/bentiss/hid-tools
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{5..14} )
DISTUTILS_USE_PEP517=hatchling

inherit git-r3 distutils-r1

EGIT_REPO_URI="https://gitlab.freedesktop.org/bentiss/hid-tools"

DESCRIPTION="a set of tools to interact with the kernel's HID subsystem"
HOMEPAGE="https://gitlab.freedesktop.org/bentiss/hid-tools"

LICENSE="GPL-2"
SLOT="0"

RDEPEND="
	dev-python/parse[${PYTHON_USEDEP}]"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/parse[]