mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
python-evdev: update to 1.0.0. (#14856)
This commit is contained in:
parent
e8e730babd
commit
68d01d4d4a
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-evdev'
|
# Template file for 'python-evdev'
|
||||||
pkgname=python-evdev
|
pkgname=python-evdev
|
||||||
version=0.8.1
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="evdev"
|
pycompile_module="evdev"
|
||||||
|
@ -8,16 +8,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python2 bindings for the Linux input subsystem"
|
short_desc="Python2 bindings for the Linux input subsystem"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/gvalkov/python-evdev"
|
homepage="https://github.com/gvalkov/python-evdev"
|
||||||
distfiles="https://github.com/gvalkov/python-evdev/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gvalkov/python-evdev/archive/v${version}.tar.gz"
|
||||||
checksum=ae6420168d172863c9176583ac3298036a90071ce0e25ac5a8244b9c667edf6e
|
checksum=71341d2189374e1dd9b56948e9c9ba71c9ec2ed09d80c0d37f7e420547d0ffb4
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# Required /dev/uinput available
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue