summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 444279c51c8aee1ad264a45c9adff6f877d3e872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pkgbase = python-pynput
	pkgdesc = Python library to monitor and control user input devices
	pkgver = 1.4.4
	pkgrel = 2
	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
	source = python-pynput.patch
	sha512sums = 6145aa134e15dcfcaf04ec65c8c05a07b457a78030f8bfed44620bc2590773d3be4707ae619c1afdcb25f0587faf0c8aa932cc0af53aaa999d634f68ce4e5193
	sha512sums = fd25744095c3201335cf601ec7e514f4bb2943de777849b2e821168d4e61098ecc355cfa13eb07ede7c1b91fe63f694a1dd42b13b5d4b8796a593aa5acf908b9

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