Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-libevdev/
Date: Sat, 02 Jul 2022 11:59:39
Message-Id: 1656763131.7227e9d2ed3aedad785aaae17dc16426edfc1f80.arthurzam@gentoo
1 commit: 7227e9d2ed3aedad785aaae17dc16426edfc1f80
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 11:58:51 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 11:58:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7227e9d2
7
8 dev-python/python-libevdev: drop 0.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-libevdev/Manifest | 1 -
13 .../python-libevdev/python-libevdev-0.10.ebuild | 24 ----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/python-libevdev/Manifest b/dev-python/python-libevdev/Manifest
17 index dba8f1e16801..3bb0da2c4734 100644
18 --- a/dev-python/python-libevdev/Manifest
19 +++ b/dev-python/python-libevdev/Manifest
20 @@ -1,2 +1 @@
21 -DIST python-libevdev-0.10.tar.bz2 32385 BLAKE2B ae962d714168a3c035220dc9343ae5907e5de5a645b9d5857cfd884a847fb5b2b13cbdcc6204a66940ad406e92a3add332755c3adb5a10b7cc6a5ae62468c1ff SHA512 1ea54c5e335d348182fad71151ab37103a8c295c8efb73a60f40b41e399cc5fc48525006b15337e591147fc5385e8e56a12dcbcec2dd2e07652a7b60f85eaf1c
22 DIST python-libevdev-0.11.tar.bz2 32406 BLAKE2B 0291a9008590a2900961d9e790c2946b67bc045a5b0df43f9f40d9c8838b332e1a839c21411ee88eddc92e9c59a038bc7ce8dd365bab71075fdd0a8c629c3a34 SHA512 6fb6181fc97cb1a7a087d298a933891cf05d0160d033c6d6300bcb6a904064b727a15e8e75665ee2933d0e8a0aeab2638f01bbd8d9f803f508157fd0e5ca41fc
23
24 diff --git a/dev-python/python-libevdev/python-libevdev-0.10.ebuild b/dev-python/python-libevdev/python-libevdev-0.10.ebuild
25 deleted file mode 100644
26 index a8cc9e902e37..000000000000
27 --- a/dev-python/python-libevdev/python-libevdev-0.10.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 2020-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python wrappers for the libevdev library"
41 -HOMEPAGE="https://gitlab.freedesktop.org/libevdev/python-libevdev"
42 -SRC_URI="https://gitlab.freedesktop.org/libevdev/${PN}/-/archive/${PV}/${P}.tar.bz2"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
47 -
48 -BDEPEND="test? ( dev-libs/libevdev )"
49 -PDEPEND="dev-libs/libevdev"
50 -
51 -distutils_enable_tests unittest
52 -distutils_enable_sphinx doc/source \
53 - dev-python/sphinx_rtd_theme