svn commit: r553329 - head/audio/py-gmusicapi

Thomas Zander riggs at FreeBSD.org
Mon Oct 26 09:53:54 UTC 2020


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} \


More information about the svn-ports-head mailing list