Vic Yang | 5075724 | 2013-03-07 20:48:54 +0800 | [diff] [blame] | 1 | # Copyright 1999-2013 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | EAPI="4" |
| 6 | PYTHON_DEPEND="2" |
| 7 | |
| 8 | inherit distutils eutils |
| 9 | |
| 10 | DESCRIPTION="Python library for evdev bindings" |
| 11 | HOMEPAGE="http://gvalkov.github.com/python-evdev/" |
| 12 | SRC_URI="https://github.com/gvalkov/python-evdev/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
| 13 | |
Yu-Ju Hong | 1b77f92 | 2013-11-25 10:37:31 -0800 | [diff] [blame] | 14 | LICENSE="BSD" |
Vic Yang | 5075724 | 2013-03-07 20:48:54 +0800 | [diff] [blame] | 15 | SLOT="0" |
| 16 | KEYWORDS="amd64 arm x86" |
| 17 | IUSE="" |
| 18 | |
Vic Yang | a7a6bb4 | 2013-04-07 12:17:46 +0800 | [diff] [blame] | 19 | DEPEND="dev-python/setuptools" |
| 20 | RDEPEND="" |
| 21 | |
Vic Yang | 5075724 | 2013-03-07 20:48:54 +0800 | [diff] [blame] | 22 | src_prepare() { |
| 23 | epatch "${FILESDIR}/format.patch" |
| 24 | distutils_src_prepare |
| 25 | } |