2014-01-30 08:54:27 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2014-07-02 13:14:42 +04:00
|
|
|
EAPI="5"
|
2016-11-02 01:52:32 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 )
|
2014-01-30 08:54:27 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Python library for evdev bindings"
|
2014-09-20 22:19:15 +04:00
|
|
|
HOMEPAGE="http://python-evdev.readthedocs.org/"
|
2014-01-30 08:54:27 +04:00
|
|
|
SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
|
|
IUSE=""
|
2014-07-02 13:14:42 +04:00
|
|
|
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|