From owner-svn-ports-head@FreeBSD.ORG Sat Nov 8 19:43:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8862B2D2; Sat, 8 Nov 2014 19:43:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73DF536B; Sat, 8 Nov 2014 19:43:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA8Jh65x094643; Sat, 8 Nov 2014 19:43:06 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA8Jh5S7094636; Sat, 8 Nov 2014 19:43:05 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201411081943.sA8Jh5S7094636@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 8 Nov 2014 19:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372328 - in head/audio: . py-gmusicapi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2014 19:43:06 -0000 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 +# $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 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