summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 52c9d3e10e77a34dcc7ff7aeb3e1359464bfa441 (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-qhue
	pkgdesc = A very lightweight Python wrapper to the Philips Hue API
	pkgver = 1.0.12
	pkgrel = 1
	url = https://github.com/quentinsf/qhue
	arch = any
	license = GPL2
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = python-qhue-1.0.12.tar.gz::https://github.com/quentinsf/qhue/archive/1.0.12.tar.gz
	source = python-qhue-1.0.12.tar.gz.asc::https://github.com/quentinsf/qhue/releases/download/1.0.12/qhue-1.0.12.tar.gz.asc
	validpgpkeys = 36F2083F293ED4FD83847B8309328E8BF9464B5F
	sha512sums = 11ea0f9853dd0e26ecae0d6bd22b45f68ba1b19e6bd01379b2a2c67fd80bd1c4f5db9a34d988248b6111b3ea5bba71eddcc5a8390aea16a09e05c4b749a019d0
	sha512sums = SKIP

pkgname = python-qhue
	depends = python
	depends = python-requests
	optdepends = python-yaml: debug print API responses

pkgname = python2-qhue
	depends = python2
	depends = python2-requests
	optdepends = python2-yaml: debug print API responses