svn commit: r466772 - head/graphics/py-imageio
Yuri Victorovich
yuri at FreeBSD.org
Sun Apr 8 06:48:56 UTC 2018
Author: yuri
Date: Sun Apr 8 06:48:55 2018
New Revision: 466772
URL: https://svnweb.freebsd.org/changeset/ports/466772
Log:
graphics/py-imageio: Add USE_PYTHON=concurrent; Change WWW to https
Approved by: portmgr blanket
Modified:
head/graphics/py-imageio/Makefile
head/graphics/py-imageio/pkg-descr
Modified: head/graphics/py-imageio/Makefile
==============================================================================
--- head/graphics/py-imageio/Makefile Sun Apr 8 06:12:51 2018 (r466771)
+++ head/graphics/py-imageio/Makefile Sun Apr 8 06:48:55 2018 (r466772)
@@ -2,6 +2,7 @@
PORTNAME= imageio
DISTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
${PYNUMPY}
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/graphics/py-imageio/pkg-descr
==============================================================================
--- head/graphics/py-imageio/pkg-descr Sun Apr 8 06:12:51 2018 (r466771)
+++ head/graphics/py-imageio/pkg-descr Sun Apr 8 06:48:55 2018 (r466772)
@@ -2,4 +2,4 @@ Imageio is a Python library that provides an easy inte
write a wide range of image data, including animated images, volumetric data,
and scientific formats.
-WWW: http://imageio.github.io/
+WWW: https://imageio.github.io/
More information about the svn-ports-all
mailing list