# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=8 DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{8..12} ) inherit distutils-r1 pypi DESCRIPTION="Simple Python program to execute commands on keypress on headless systems" HOMEPAGE="https://pypi.python.org/pypi/inputexec" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-python/python-evdev" RDEPEND="${DEPEND}"