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