dev-python/python-evdev: Version bump to 0.7.0

Package-Manager: Portage-2.3.14, Repoman-2.3.6
This commit is contained in:
Manuel Rüger
2017-11-20 17:12:56 +01:00
parent cd37a415e7
commit c07c90d0e1
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python library for evdev bindings"
HOMEPAGE="https://python-evdev.readthedocs.org/"
SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"