Date: Sat, 16 Feb 2019 23:37:41 +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: r493134 - head/graphics/py-imageio Message-ID: <201902162337.x1GNbffN003953@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 16 23:37:40 2019 New Revision: 493134 URL: https://svnweb.freebsd.org/changeset/ports/493134 Log: Update to 2.5.0 Changes: https://github.com/imageio/imageio/blob/master/docs/releasenotes.rst Modified: head/graphics/py-imageio/Makefile head/graphics/py-imageio/distinfo Modified: head/graphics/py-imageio/Makefile ============================================================================== --- head/graphics/py-imageio/Makefile Sat Feb 16 23:30:01 2019 (r493133) +++ head/graphics/py-imageio/Makefile Sat Feb 16 23:37:40 2019 (r493134) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= imageio -DISTVERSION= 2.4.1 -PORTREVISION= 2 +DISTVERSION= 2.5.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,11 +16,12 @@ LIB_DEPENDS= libfreeimage.so:graphics/freeimage RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${PY_ENUM34} \ ${PY_FUTURES} \ + ${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} -USES= python -USE_PYTHON= distutils concurrent autoplist +USES= python:3.4+ +USE_PYTHON= autoplist distutils NO_ARCH= yes Modified: head/graphics/py-imageio/distinfo ============================================================================== --- head/graphics/py-imageio/distinfo Sat Feb 16 23:30:01 2019 (r493133) +++ head/graphics/py-imageio/distinfo Sat Feb 16 23:37:40 2019 (r493134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536517550 -SHA256 (imageio-2.4.1.tar.gz) = 16b8077bc8a5fa7a58b3e744f7ecbb156d8c088132df31e0f4f546c98de3514a -SIZE (imageio-2.4.1.tar.gz) = 3338313 +TIMESTAMP = 1549565167 +SHA256 (imageio-2.5.0.tar.gz) = 42e65aadfc3d57a1043615c92bdf6319b67589e49a0aae2b985b82144aceacad +SIZE (imageio-2.5.0.tar.gz) = 3349024
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902162337.x1GNbffN003953>