blob: 13c746f84e695dc4210aeab9271edbee321a6451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-soco
pkgdesc = A Python library that allows you to control Sonos speakers programmatically
pkgver = 0.30.6
pkgrel = 1
url = https://github.com/SoCo/SoCo
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
depends = python
depends = python-requests
depends = python-xmltodict
depends = python-ifaddr
depends = python-twisted
depends = python-aiohttp
depends = python-appdirs
depends = python-lxml
source = SoCo-0.30.6.tar.gz::https://github.com/SoCo/SoCo/archive/v0.30.6.tar.gz
sha256sums = SKIP
pkgname = python-soco
|