diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-30 07:01:36 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-30 07:01:36 +0000 |
| commit | 216687eabe1b7cfafd62452784bb1ba4abe7a3d2 (patch) | |
| tree | 97c9d0b8dce982ab7883962098c54f77a19c6afd /dev-python/libevdev/libevdev-0.12.ebuild | |
| parent | 5e57d2b387148ab942c22849d50e0e660168bf58 (diff) | |
| download | baldeagleos-repo-216687eabe1b7cfafd62452784bb1ba4abe7a3d2.tar.gz baldeagleos-repo-216687eabe1b7cfafd62452784bb1ba4abe7a3d2.tar.xz baldeagleos-repo-216687eabe1b7cfafd62452784bb1ba4abe7a3d2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/libevdev/libevdev-0.12.ebuild')
| -rw-r--r-- | dev-python/libevdev/libevdev-0.12.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/libevdev/libevdev-0.12.ebuild b/dev-python/libevdev/libevdev-0.12.ebuild new file mode 100644 index 000000000000..b8a38f5963a4 --- /dev/null +++ b/dev-python/libevdev/libevdev-0.12.ebuild @@ -0,0 +1,37 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +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/python-libevdev/-/archive/${PV}/${MY_P}.tar.bz2 +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND=" + test? ( + dev-libs/libevdev + ) +" +RDEPEND=" + dev-libs/libevdev +" + +distutils_enable_tests unittest +distutils_enable_sphinx doc/source \ + dev-python/sphinx-rtd-theme |
