blob: 2f442861652caccb170e3cf6867c4a0edeb9b75d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python2-evdev
pkgdesc = Python2 bindings for the Linux input subsystem
pkgver = 1.3.0
pkgrel = 2
url = https://python-evdev.readthedocs.io/en/latest/
arch = x86_64
license = BSD
makedepends = python2
makedepends = git
depends = python2-pbr
source = git+https://github.com/gvalkov/python-evdev#tag=v1.3.0
source = https://patch-diff.githubusercontent.com/raw/gvalkov/python-evdev/pull/119.patch
sha256sums = SKIP
sha256sums = aedf0f1623572f448ea049d7c5ee60c7fcf5334bc619a4e2a2b1ecba3def6627
pkgname = python2-evdev
|