svn commit: r521690 - head/graphics/py-imgurpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 1 09:18:44 UTC 2020


Author: sunpoet
Date: Wed Jan  1 09:18:43 2020
New Revision: 521690
URL: https://svnweb.freebsd.org/changeset/ports/521690

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-01-31

Modified:
  head/graphics/py-imgurpython/Makefile
  head/graphics/py-imgurpython/pkg-descr

Modified: head/graphics/py-imgurpython/Makefile
==============================================================================
--- head/graphics/py-imgurpython/Makefile	Wed Jan  1 09:18:39 2020	(r521689)
+++ head/graphics/py-imgurpython/Makefile	Wed Jan  1 09:18:43 2020	(r521690)
@@ -11,6 +11,9 @@ COMMENT=	Python client for the Imgur API
 
 LICENSE=	MIT
 
+DEPRECATED=	No longer supported by upstream
+EXPIRATION_DATE=2020-01-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 
 NO_ARCH=	yes

Modified: head/graphics/py-imgurpython/pkg-descr
==============================================================================
--- head/graphics/py-imgurpython/pkg-descr	Wed Jan  1 09:18:39 2020	(r521689)
+++ head/graphics/py-imgurpython/pkg-descr	Wed Jan  1 09:18:43 2020	(r521690)
@@ -1,4 +1,4 @@
-Imgurpython is a Python client for the Imgur API.  It can be used to 
+Imgurpython is a Python client for the Imgur API.  It can be used to
 interact with the Imgur API in your projects.
 
 WWW: https://github.com/Imgur/imgurpython


More information about the svn-ports-head mailing list