diff options
| author | Repository mirror & CI <repomirrorci@gentoo.org> | 2026-02-14 03:30:49 +0000 |
|---|---|---|
| committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2026-02-14 03:30:49 +0000 |
| commit | 391998fc8b2b84850196d4f54ff49f4c19cbda1c (patch) | |
| tree | 59c01b137fa105e6076ee0f8b17de3f4c307aada /dev-python/libevdev/libevdev-0.12.ebuild | |
| parent | 3287347b96d6956c70355946f4b61a4828b5f82d (diff) | |
| parent | 9fff8c40110067a53cd8b3cda071d4bfeb6b50ee (diff) | |
| download | gentoo-391998fc8b2b84850196d4f54ff49f4c19cbda1c.tar.gz gentoo-391998fc8b2b84850196d4f54ff49f4c19cbda1c.tar.bz2 gentoo-391998fc8b2b84850196d4f54ff49f4c19cbda1c.zip | |
Merge updates from master
Diffstat (limited to 'dev-python/libevdev/libevdev-0.12.ebuild')
| -rw-r--r-- | dev-python/libevdev/libevdev-0.12.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/libevdev/libevdev-0.12.ebuild b/dev-python/libevdev/libevdev-0.12.ebuild deleted file mode 100644 index c1606cdf2b9d..000000000000 --- a/dev-python/libevdev/libevdev-0.12.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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_{11..14} ) - -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 |
