Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 09:53:53 +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: r553329 - head/audio/py-gmusicapi
Message-ID:  <202010260953.09Q9rr0o036133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Mon Oct 26 09:53:53 2020
New Revision: 553329
URL: https://svnweb.freebsd.org/changeset/ports/553329

Log:
  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

Modified:
  head/audio/py-gmusicapi/Makefile

Modified: head/audio/py-gmusicapi/Makefile
==============================================================================
--- head/audio/py-gmusicapi/Makefile	Mon Oct 26 09:43:22 2020	(r553328)
+++ head/audio/py-gmusicapi/Makefile	Mon Oct 26 09:53:53 2020	(r553329)
@@ -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} \



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