blob: bf2c1a72a7335e4d6a4771aa9fa6e5f0cdb39c2d [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
Vic Yanga7a6bb42013-04-07 12:17:46 +080019DEPEND="dev-python/setuptools"
20RDEPEND=""
21
Vic Yang50757242013-03-07 20:48:54 +080022src_prepare() {
23 epatch "${FILESDIR}/format.patch"
24 distutils_src_prepare
25}