summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: cc5b3357d0bbd2c4d031f8b0da7aa20749204fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgbase = python-pynput
	pkgdesc = Python library to monitor and control user input devices
	pkgver = 1.4.4
	pkgrel = 1
	url = https://github.com/moses-palmer/pynput
	arch = any
	license = LGPL3
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = python-pynput-1.4.4.tar.gz::https://github.com/moses-palmer/pynput/archive/v1.4.4.tar.gz
	sha512sums = 6145aa134e15dcfcaf04ec65c8c05a07b457a78030f8bfed44620bc2590773d3be4707ae619c1afdcb25f0587faf0c8aa932cc0af53aaa999d634f68ce4e5193

pkgname = python-pynput
	depends = python-xlib
	depends = python-six
	optdepends = python-sphinx: build online documentation

pkgname = python2-pynput
	depends = python2-xlib
	depends = python2-six
	depends = python2-enum34
	optdepends = python2-sphinx: build online documentation