Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 22:20:47 +0000 (GMT)
From:      "Conall O'Brien" <conall@conall.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186993: [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers
Message-ID:  <20140223222047.D12E582D518@zeus.asclepian.ie>
Resent-Message-ID: <201402232230.s1NMU0B2058225@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186993
>Category:       ports
>Synopsis:       [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 23 22:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Conall O'Brien
>Release:        FreeBSD 9.1-RELEASE-p10 amd64
>Organization:
>Environment:
System: FreeBSD zeus.asclepian.ie 9.1-RELEASE-p10 FreeBSD 9.1-RELEASE-p10 #0: Sun Jan 12 20:11:23 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	New port to provide a programmatic interface to Sonos speakers.

  This is my first port, but I've followed the porters handbook and ports
  of other python modules. portlint is clean and installs and deinstalls
  on a freshly installed system without difficulty.

>How-To-Repeat:
	
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-soco
#	py-soco/Makefile
#	py-soco/distinfo
#	py-soco/pkg-descr
#
echo c - py-soco
mkdir -p py-soco > /dev/null 2>&1
echo x - py-soco/Makefile
sed 's/^X//' >py-soco/Makefile << '320a813abd14d93afccb42e778702062'
X# $FreeBSD$
X
XPORTNAME=		  py-soco
XPORTVERSION=	0.6
XCATEGORIES=	  multimedia python
XMASTER_SITES= GITHUB
X
XMAINTAINER=	  conall@conall.net
XCOMMENT=	    SoCo (Sonos Controller) is a Python library control Sonos speakers
X
XLICENSE=      MIT
X
XRUN_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}requests>=1.1.0:${PORTSDIR}/www/py-requests
X
XUSE_GITHUB=   yes
XGH_ACCOUNT=   SoCo
XGH_PROJECT=		SoCo
XGH_TAGNAME=   v${PORTVERSION}
XGH_COMMIT=		6640f85
X
XUSE_PYDISTUTILS=  yes
XUSE_PYTHON=     	yes
XPYDISTUTILS_AUTOPLIST=  yes
X
X.include <bsd.port.mk>
320a813abd14d93afccb42e778702062
echo x - py-soco/distinfo
sed 's/^X//' >py-soco/distinfo << '96ad6c82158cfec80f8875db953d0756'
XSHA256 (py-soco-0.6.tar.gz) = bf70457610ce7483539d1d4a26949c9ba125c4b0a08e7195559b88369f5be21f
XSIZE (py-soco-0.6.tar.gz) = 429086
96ad6c82158cfec80f8875db953d0756
echo x - py-soco/pkg-descr
sed 's/^X//' >py-soco/pkg-descr << 'a62cc46be1c3e843413be349ff58ac23'
XSoCo (Sonos Controller) is a simple Python class that allows you to
Xprogrammatically control Sonos speakers.
X
XWWW: https://github.com/SoCo/SoCo
a62cc46be1c3e843413be349ff58ac23
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140223222047.D12E582D518>