From bf3f4982cd34d486e9659cce890bdfe0155d7c74 Mon Sep 17 00:00:00 2001 From: riggs Date: Mon, 26 Oct 2020 09:53:53 +0000 Subject: [PATCH] Deprecate port at the end of 2020: Google Play Music shutting down. Details: - https://github.com/simon-weber/gmusicapi/issues/673 - https://support.google.com/youtubemusic/answer/9698084 --- audio/py-gmusicapi/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/audio/py-gmusicapi/Makefile b/audio/py-gmusicapi/Makefile index 2d6123c4c604..fd0ed5b7ace2 100644 --- a/audio/py-gmusicapi/Makefile +++ b/audio/py-gmusicapi/Makefile @@ -13,6 +13,9 @@ 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} \