diff --git a/MOVED b/MOVED index 9bfe0855dec4c..cec30579fc6e9 100644 --- a/MOVED +++ b/MOVED @@ -15818,3 +15818,4 @@ devel/py-ydbf||2020-12-29|Has expired: Uses deprecated version of python devel/py-SymbolType||2020-12-29|Has expired: Uses deprecated version of python databases/py-MySQLdb||2020-12-29|Has expired: Uses deprecated version of python net/py-libfte||2020-12-29|Has expired: Uses deprecated version of python +audio/py-gmusicapi||2020-12-30|Has expired: Google Play Music is going away: https://github.com/simon-weber/gmusicapi/issues/673 diff --git a/audio/Makefile b/audio/Makefile index c25f94f132f65..27048f7e2a0b1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -661,7 +661,6 @@ SUBDIR += py-discogs-client SUBDIR += py-eyed3 SUBDIR += py-fmoo-audiotools - SUBDIR += py-gmusicapi SUBDIR += py-gtts SUBDIR += py-hsaudiotag3k SUBDIR += py-mpd diff --git a/audio/py-gmusicapi/Makefile b/audio/py-gmusicapi/Makefile deleted file mode 100644 index 93a439578a645..0000000000000 --- a/audio/py-gmusicapi/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Thomas Zander -# $FreeBSD$ - -PORTNAME= gmusicapi -PORTVERSION= 11.0.1 -PORTREVISION= 2 -CATEGORIES= audio python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= riggs@FreeBSD.org -COMMENT= Unofficial Python API for Google Play Music - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Google Play Music is going away: https://github.com/simon-weber/gmusicapi/issues/673 -EXPIRATION_DATE=2020-12-30 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=2.2:devel/py-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}future>=0.0:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:devel/py-mock@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mutagen>=1.18:audio/py-mutagen@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oauth2client>=1.2:security/py-oauth2client@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gpsoauth>=0.0:security/py-gpsoauth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}validictory>=0.9.3:devel/py-validictory@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ndg-httpsclient>0:net/py-ndg-httpsclient@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mechanicalsoup>0:www/py-mechanicalsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= distutils autoplist - -USE_GITHUB= yes -GH_ACCOUNT= simon-weber - -NO_ARCH= yes - -.include diff --git a/audio/py-gmusicapi/distinfo b/audio/py-gmusicapi/distinfo deleted file mode 100644 index c23dca54d84e4..0000000000000 --- a/audio/py-gmusicapi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1533462483 -SHA256 (simon-weber-gmusicapi-11.0.1_GH0.tar.gz) = 94ed21912121e36826d6b63c72a7136c9a9f56f2bdb2522ebabdf5558d257299 -SIZE (simon-weber-gmusicapi-11.0.1_GH0.tar.gz) = 167366 diff --git a/audio/py-gmusicapi/pkg-descr b/audio/py-gmusicapi/pkg-descr deleted file mode 100644 index c2fe7a859e84f..0000000000000 --- a/audio/py-gmusicapi/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -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: https://github.com/simon-weber/Unofficial-Google-Music-API