From f3f749411f6b9e6d8df8ed36f8717f726c45c482 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sun, 10 May 2020 09:00:35 -0400 Subject: dev-python/python-evdev: drop old version Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Aisha Tammy Closes: https://github.com/gentoo/gentoo/pull/15623 Signed-off-by: Joonas Niilola --- .../python-evdev/python-evdev-1.1.2-r1.ebuild | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild (limited to 'dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild') 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 deleted file mode 100644 index c15afccd9b58..000000000000 --- a/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for evdev bindings" -HOMEPAGE="https://python-evdev.readthedocs.org/" -SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_compile() { - distutils-r1_python_compile build_ecodes \ - --evdev-headers \ - "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h -} -- cgit v1.2.3