Ricky Liang | d218777 | 2016-05-17 20:53:40 +0800 | [diff] [blame^] | 1 | # Copyright 1999-2014 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Id$ |
| 4 | |
| 5 | EAPI="5" |
| 6 | PYTHON_COMPAT=( python{2_7,3_3,3_4} ) |
| 7 | |
| 8 | inherit distutils-r1 |
| 9 | |
| 10 | DESCRIPTION="Python library for evdev bindings" |
| 11 | HOMEPAGE="http://python-evdev.readthedocs.org/" |
| 12 | SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
| 13 | |
| 14 | LICENSE="BSD" |
| 15 | SLOT="0" |
| 16 | KEYWORDS="*" |
| 17 | IUSE="" |
| 18 | |
| 19 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |
| 20 | |
| 21 | RESTRICT="mirror" |