summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2026-02-14 03:30:49 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2026-02-14 03:30:49 +0000
commit391998fc8b2b84850196d4f54ff49f4c19cbda1c (patch)
tree59c01b137fa105e6076ee0f8b17de3f4c307aada /dev-python
parent3287347b96d6956c70355946f4b61a4828b5f82d (diff)
parent9fff8c40110067a53cd8b3cda071d4bfeb6b50ee (diff)
downloadgentoo-391998fc8b2b84850196d4f54ff49f4c19cbda1c.tar.gz
gentoo-391998fc8b2b84850196d4f54ff49f4c19cbda1c.tar.bz2
gentoo-391998fc8b2b84850196d4f54ff49f4c19cbda1c.zip
Merge updates from master
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/libevdev/Manifest2
-rw-r--r--dev-python/libevdev/libevdev-0.12.ebuild37
-rw-r--r--dev-python/libevdev/libevdev-0.13.ebuild38
3 files changed, 0 insertions, 77 deletions
diff --git a/dev-python/libevdev/Manifest b/dev-python/libevdev/Manifest
index a7d0966b71d5..1463f03f9f84 100644
--- a/dev-python/libevdev/Manifest
+++ b/dev-python/libevdev/Manifest
@@ -1,3 +1 @@
-DIST python-libevdev-0.12.tar.bz2 32738 BLAKE2B 4f84e857fd1d8e9452f9a24b1781f469104ffa6e1037c561aa77717cabab2422e4a0d70b50eec0e19a4dbe61918d73263ec94fa5eb8cf26eb2a6c072ad81763e SHA512 95837b363acb2cfa561365c3cc701a985fa9e9ad4703b0dc41513e70e8be9626c2c281deeb782061291e9a8c13fc81188cead571c65c890712db9a3091b08876
DIST python-libevdev-0.13.1.tar.bz2 41446 BLAKE2B 4cf13d332dd722ed5c02b36161551049c40a16cb4cf973d0fc47c06acff0c9343115ec0b0c5c065092c03db5555b4d0933c80c17fcb5e6b30c3a5e4d9ada5a72 SHA512 552c3b7d65070fa4dc5f567a68f2efe15bb9d536c8c6500257293fc496ca690605f41513bc9586c544759f7b2fcaa5f5afbf42ee5d6178de82d22452b3328ccc
-DIST python-libevdev-0.13.tar.bz2 41183 BLAKE2B db7a372a875286e692e3c6aa12e583774e92ece95cc60314e39e2bf4085ca0a17c9444fabde97ade82475d3613191afde3cade709aa50f8e73a0556b086a31fa SHA512 39efef5a5b1c3d9ac1bab355cfcaaec90c2adfb3295a1ba5e8eb1e78063ff79873fa0d4171d3dc517aa485450ed23005faff065f5aec3fe1770d1567d984ff82
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
diff --git a/dev-python/libevdev/libevdev-0.13.ebuild b/dev-python/libevdev/libevdev-0.13.ebuild
deleted file mode 100644
index 7aa951bd88cb..000000000000
--- a/dev-python/libevdev/libevdev-0.13.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2020-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-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
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-distutils_enable_sphinx doc/source \
- dev-python/sphinx-rtd-theme