mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-libevdev: update to 0.9.
This commit is contained in:
parent
09b701b0a0
commit
e58023a0a5
1 changed files with 10 additions and 5 deletions
|
@ -1,18 +1,23 @@
|
|||
# Template file for 'python3-libevdev'
|
||||
pkgname=python3-libevdev
|
||||
version=0.8
|
||||
revision=2
|
||||
_githash=1827bebcf789adee8492cbfcc7cf8d56059a42a4
|
||||
version=0.9
|
||||
revision=1
|
||||
_githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e
|
||||
wrksrc="python-libevdev-${version}-${_githash}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 libevdev"
|
||||
checkdepends="python3-pytest libevdev"
|
||||
short_desc="Python3 wrapper around the libevdev C library"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://gitlab.freedesktop.org/libevdev/python-libevdev"
|
||||
distfiles="${homepage}/-/archive/${version}/${version}.tar.gz"
|
||||
checksum=eff61d4bfa30f3748bf2369b71d2f7d329fdede1c56bc8cf770d2b5fdf327f55
|
||||
checksum=033e8cb426571f02188325509ef0e26185591e0c87951d834de9d6601816c586
|
||||
|
||||
do_check() {
|
||||
pytest3 -v test/*.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue