Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Nov 2014 19:43:05 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372328 - in head/audio: . py-gmusicapi
Message-ID:  <201411081943.sA8Jh5S7094636@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Nov  8 19:43:04 2014
New Revision: 372328
URL: https://svnweb.freebsd.org/changeset/ports/372328
QAT: https://qat.redports.org/buildarchive/r372328/

Log:
  Initial import of py-gmusicapi

Added:
  head/audio/py-gmusicapi/
  head/audio/py-gmusicapi/Makefile   (contents, props changed)
  head/audio/py-gmusicapi/distinfo   (contents, props changed)
  head/audio/py-gmusicapi/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sat Nov  8 19:12:03 2014	(r372327)
+++ head/audio/Makefile	Sat Nov  8 19:43:04 2014	(r372328)
@@ -599,6 +599,7 @@
     SUBDIR += py-eyed3
     SUBDIR += py-eyed3-06
     SUBDIR += py-fastaudio
+    SUBDIR += py-gmusicapi
     SUBDIR += py-id3
     SUBDIR += py-karaoke
     SUBDIR += py-mad

Added: head/audio/py-gmusicapi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-gmusicapi/Makefile	Sat Nov  8 19:43:04 2014	(r372328)
@@ -0,0 +1,34 @@
+# Created by: Thomas Zander <riggs@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gmusicapi
+PORTVERSION=	4.0.0.20141107
+CATEGORIES=	audio python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	riggs@FreeBSD.org
+COMMENT=	Unofficial Python API for Google Play Music
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:${PORTSDIR}/devel/py-appdirs \
+		${PYTHON_PKGNAMEPREFIX}dateutil>=2.2:${PORTSDIR}/devel/py-dateutil \
+		${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:${PORTSDIR}/devel/py-decorator \
+		${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock \
+		${PYTHON_PKGNAMEPREFIX}mutagen>=1.18:${PORTSDIR}/audio/py-mutagen \
+		${PYTHON_PKGNAMEPREFIX}oauth2client>=1.2:${PORTSDIR}/security/py-oauth2client \
+		${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:${PORTSDIR}/devel/py-protobuf \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:${PORTSDIR}/www/py-requests \
+		${PYTHON_PKGNAMEPREFIX}validictory>=0.9.3:${PORTSDIR}/devel/py-validictory
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	simon-weber
+GH_PROJECT=	Unofficial-Google-Music-API
+GH_COMMIT=	e4d15e0
+GH_TAGNAME=	${GH_COMMIT}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/audio/py-gmusicapi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-gmusicapi/distinfo	Sat Nov  8 19:43:04 2014	(r372328)
@@ -0,0 +1,2 @@
+SHA256 (gmusicapi-4.0.0.20141107.tar.gz) = f660f79fa5b22d1e4cfc9f7ef03d4f5040561a11cac05c96283267875a421fd2
+SIZE (gmusicapi-4.0.0.20141107.tar.gz) = 147864

Added: head/audio/py-gmusicapi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/py-gmusicapi/pkg-descr	Sat Nov  8 19:43:04 2014	(r372328)
@@ -0,0 +1,13 @@
+gmusicapi is an unofficial API for Google Play Music, written in python.
+
+All major functionality is supported:
+* Library management: list, create, delete, and modify songs and playlists
+* Streaming and single-song downloading
+* Music Manager uploading/scan-and-match and library downloading
+* Most All Access features
+
+This project is not supported nor endorsed by Google. The author kindly
+asks the users of this API to use common sense (protocol compliance,
+reasonable load, etc) when accessing Google Play Music through this API.
+
+WWW: http://github.com/simon-weber/Unofficial-Google-Music-API



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