Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 14:43:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557928 - head/graphics/py-imageio24
Message-ID:  <202012131443.0BDEh58J037383@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 13 14:43:04 2020
New Revision: 557928
URL: https://svnweb.freebsd.org/changeset/ports/557928

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

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

Modified: head/graphics/py-imageio24/Makefile
==============================================================================
--- head/graphics/py-imageio24/Makefile	Sun Dec 13 14:42:59 2020	(r557927)
+++ head/graphics/py-imageio24/Makefile	Sun Dec 13 14:43:04 2020	(r557928)
@@ -14,6 +14,9 @@ COMMENT=	Python library for reading and writing image,
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Use graphics/py-imageio instead
+EXPIRATION_DATE=2020-12-31
+
 LIB_DEPENDS=	libfreeimage.so:graphics/freeimage
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
 		${PY_ENUM34} \

Modified: head/graphics/py-imageio24/pkg-descr
==============================================================================
--- head/graphics/py-imageio24/pkg-descr	Sun Dec 13 14:42:59 2020	(r557927)
+++ head/graphics/py-imageio24/pkg-descr	Sun Dec 13 14:43:04 2020	(r557928)
@@ -1,4 +1,4 @@
-Imageio is a Python library that provides an easy interface to read and 
+Imageio is a Python library that provides an easy interface to read and
 write a wide range of image data, including animated images, volumetric data,
 and scientific formats.
 



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