Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
Date: Tue, 12 May 2020 13:58:09
Message-Id: 1589291834.f3f749411f6b9e6d8df8ed36f8717f726c45c482.juippis@gentoo
1 commit: f3f749411f6b9e6d8df8ed36f8717f726c45c482
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sun May 10 13:00:35 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 12 13:57:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f74941
7
8 dev-python/python-evdev: drop old version
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12 Closes: https://github.com/gentoo/gentoo/pull/15623
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-python/python-evdev/Manifest | 1 -
16 .../python-evdev/python-evdev-1.1.2-r1.ebuild | 24 ----------------------
17 2 files changed, 25 deletions(-)
18
19 diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
20 index d3c4e07a420..a1b03f58df3 100644
21 --- a/dev-python/python-evdev/Manifest
22 +++ b/dev-python/python-evdev/Manifest
23 @@ -1,2 +1 @@
24 -DIST python-evdev-1.1.2.tar.gz 83067 BLAKE2B 6434d5c62e4a072928d555bfc92e94e7f63ef98ebbf9cd95795a92d6ccdf7b5d4b0f3133a4b3f2524083b842f78ccc305a5da13af59052be3724d83ea4039328 SHA512 054b2e5af532079dc52919d90791d12d7caf75cade07d18b94ea519869659413ea059570b16ebb236a715c541b17016db380bea4e3c1cd21f96824c6303b45d6
25 DIST python-evdev-1.3.0.tar.gz 85018 BLAKE2B ba5c391631ecf8cc0a46f21830209c59b1217940ff25e051e027bc8896d71965a394f222f4e3d629ba2a2f8056ccbdc0dfaf43a37684d7157c7456d61f2d8314 SHA512 392fb4fabed344e6db4e257d4cfc7043393efda15d940be80b013e4c4e350334148a7b04aa0a7239f824ad2c7e0bb057c5cff1c0f320d30b25b0c9aab65a6891
26
27 diff --git a/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
28 deleted file mode 100644
29 index c15afccd9b5..00000000000
30 --- a/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
31 +++ /dev/null
32 @@ -1,24 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_{6,7} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python library for evdev bindings"
42 -HOMEPAGE="https://python-evdev.readthedocs.org/"
43 -SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~x86"
48 -IUSE=""
49 -
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
51 -
52 -python_compile() {
53 - distutils-r1_python_compile build_ecodes \
54 - --evdev-headers \
55 - "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
56 -}