void-packages/srcpkgs/python3-SoCo/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
601 B
Bash

# Template file for 'python3-SoCo'
pkgname=python3-SoCo
version=0.16
revision=1
archs=noarch
wrksrc="SoCo-${version}"
build_style=python3-module
pycompile_module="soco"
hostmakedepends="python3-setuptools"
depends="python3-xmltodict python3-requests"
short_desc="Python3 bindings for programmatic control of Sonos speakers"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://python-soco.com"
distfiles="https://github.com/SoCo/SoCo/archive/v${version}.tar.gz"
checksum=6db315b785c9b373a36647ef454c3a5cea07f33f9fe34c1d6f9d22ed444550e3
post_install() {
vlicense LICENSE.rst
}