python-evdev: update to 0.8.1.

Closes: #12818 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-23 00:08:04 -03:00 committed by Michael Aldridge
parent 71f61831af
commit 31defe2fff
1 changed files with 9 additions and 3 deletions

View File

@ -1,17 +1,23 @@
# Template file for 'python-evdev'
pkgname=python-evdev
version=0.7.0
version=0.8.1
revision=1
build_style=python-module
pycompile_module="evdev"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
checkdepends="python3-pytest"
short_desc="Python2 bindings for the Linux input subsystem"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="3-Clause-BSD"
license="BSD-3-Clause"
homepage="https://github.com/gvalkov/python-evdev"
distfiles="https://github.com/gvalkov/python-evdev/archive/v${version}.tar.gz"
checksum=99c43184cc3e8e23878dcb5a58168a37fca76eda9f23c52d83fba434ba468d50
checksum=ae6420168d172863c9176583ac3298036a90071ce0e25ac5a8244b9c667edf6e
do_check() {
# Required /dev/uinput available
:
}
post_install() {
vlicense LICENSE