blob: 122a63c66644038624f2a2fed74a08eaa90df057 [file] [log] [blame]
Vic Yang50757242013-03-07 20:48:54 +08001# Copyright 1999-2013 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5EAPI="4"
6PYTHON_DEPEND="2"
7
8inherit distutils eutils
9
10DESCRIPTION="Python library for evdev bindings"
11HOMEPAGE="http://gvalkov.github.com/python-evdev/"
12SRC_URI="https://github.com/gvalkov/python-evdev/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13
14LICENSE="BSD-3"
15SLOT="0"
16KEYWORDS="amd64 arm x86"
17IUSE=""
18
19src_prepare() {
20 epatch "${FILESDIR}/format.patch"
21 distutils_src_prepare
22}