Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 06:48:55 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466772 - head/graphics/py-imageio
Message-ID:  <201804080648.w386mtvL098952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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