mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Initial import of py-gmusicapi
This commit is contained in:
parent
3acbf50087
commit
5c4d0dd322
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372328
@ -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
|
||||
|
34
audio/py-gmusicapi/Makefile
Normal file
34
audio/py-gmusicapi/Makefile
Normal file
@ -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>
|
2
audio/py-gmusicapi/distinfo
Normal file
2
audio/py-gmusicapi/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (gmusicapi-4.0.0.20141107.tar.gz) = f660f79fa5b22d1e4cfc9f7ef03d4f5040561a11cac05c96283267875a421fd2
|
||||
SIZE (gmusicapi-4.0.0.20141107.tar.gz) = 147864
|
13
audio/py-gmusicapi/pkg-descr
Normal file
13
audio/py-gmusicapi/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user