[NEW PORT] multimedia/py-soco: Python interface to Sonos speakers
SoCo (Sonos Controller) is a simple Python class that allows you to programmatically control Sonos speakers. WWW: https://github.com/SoCo/SoCo PR: ports/186993 Submitted by: Conall O'Brien <conall at conall dot net>
This commit is contained in:
parent
a3b355c4e4
commit
b331a3a02a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351835
@ -294,6 +294,7 @@
|
||||
SUBDIR += py-periscope
|
||||
SUBDIR += py-qt4-multimedia
|
||||
SUBDIR += py-qt4-phonon
|
||||
SUBDIR += py-soco
|
||||
SUBDIR += py-subliminal
|
||||
SUBDIR += py-tvnamer
|
||||
SUBDIR += pyjama
|
||||
|
25
multimedia/py-soco/Makefile
Normal file
25
multimedia/py-soco/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= soco
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= multimedia python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= conall@conall.net
|
||||
COMMENT= Python library to control Sonos speakers
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= SoCo
|
||||
GH_PROJECT= SoCo
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 6640f85
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/py-soco/distinfo
Normal file
2
multimedia/py-soco/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (soco-0.6.tar.gz) = bf70457610ce7483539d1d4a26949c9ba125c4b0a08e7195559b88369f5be21f
|
||||
SIZE (soco-0.6.tar.gz) = 429086
|
4
multimedia/py-soco/pkg-descr
Normal file
4
multimedia/py-soco/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
SoCo (Sonos Controller) is a simple Python class that allows you to
|
||||
programmatically control Sonos speakers.
|
||||
|
||||
WWW: https://github.com/SoCo/SoCo
|
Loading…
Reference in New Issue
Block a user