Files @ d3d3025c51b2
Branch filter:

Location: portage-overlay.git/dev-python/pyinputevent/pyinputevent-0.1c-r1.ebuild

d3d3025c51b2 357 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
update gnome15 ebuilds
EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

DESCRIPTION="Python interface to Linux's input subsystem"
HOMEPAGE="http://www.russo79.com/gnome15"
SRC_URI="https://projects.russo79.com/attachments/download/75/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	>=dev-python/python-uinput-0.9"