summaryrefslogtreecommitdiff
path: root/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-05-10 09:00:35 -0400
committerJoonas Niilola <juippis@gentoo.org>2020-05-12 16:57:14 +0300
commitf3f749411f6b9e6d8df8ed36f8717f726c45c482 (patch)
treec8127acd696f90beb5f0c5b61a6784bae367f35a /dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
parent9291018632baa450f7bef0d31157c40f200e2ae1 (diff)
downloadgentoo-f3f749411f6b9e6d8df8ed36f8717f726c45c482.tar.gz
gentoo-f3f749411f6b9e6d8df8ed36f8717f726c45c482.tar.bz2
gentoo-f3f749411f6b9e6d8df8ed36f8717f726c45c482.zip
dev-python/python-evdev: drop old version
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/15623 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild')
-rw-r--r--dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
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
-}