Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2020 18:57:01 +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: r526658 - in head/graphics/py-imageio-ffmpeg: . files
Message-ID:  <202002211857.01LIv1LK087888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 21 18:57:00 2020
New Revision: 526658
URL: https://svnweb.freebsd.org/changeset/ports/526658

Log:
  Update to 0.4.0
  
  Changes:	https://github.com/imageio/imageio-ffmpeg/releases

Modified:
  head/graphics/py-imageio-ffmpeg/Makefile
  head/graphics/py-imageio-ffmpeg/distinfo
  head/graphics/py-imageio-ffmpeg/files/patch-setup.py

Modified: head/graphics/py-imageio-ffmpeg/Makefile
==============================================================================
--- head/graphics/py-imageio-ffmpeg/Makefile	Fri Feb 21 18:56:55 2020	(r526657)
+++ head/graphics/py-imageio-ffmpeg/Makefile	Fri Feb 21 18:57:00 2020	(r526658)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	imageio-ffmpeg
-PORTVERSION=	0.3.0
+PORTVERSION=	0.4.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/graphics/py-imageio-ffmpeg/distinfo
==============================================================================
--- head/graphics/py-imageio-ffmpeg/distinfo	Fri Feb 21 18:56:55 2020	(r526657)
+++ head/graphics/py-imageio-ffmpeg/distinfo	Fri Feb 21 18:57:00 2020	(r526658)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555202509
-SHA256 (imageio-ffmpeg-0.3.0.tar.gz) = 28500544acdebc195159d53a4670b76d596f368b218317bad5d3cbf43b00d6c2
-SIZE (imageio-ffmpeg-0.3.0.tar.gz) = 13055
+TIMESTAMP = 1582222962
+SHA256 (imageio-ffmpeg-0.4.0.tar.gz) = 21790a32a44bc49eef234fd6cfeb27c4d85dd9efa629747031cf8e1e062353d1
+SIZE (imageio-ffmpeg-0.4.0.tar.gz) = 14355

Modified: head/graphics/py-imageio-ffmpeg/files/patch-setup.py
==============================================================================
--- head/graphics/py-imageio-ffmpeg/files/patch-setup.py	Fri Feb 21 18:56:55 2020	(r526657)
+++ head/graphics/py-imageio-ffmpeg/files/patch-setup.py	Fri Feb 21 18:57:00 2020	(r526658)
@@ -1,10 +1,10 @@
---- setup.py.orig	2019-04-12 09:07:51 UTC
+--- setup.py.orig	2020-02-18 12:37:49 UTC
 +++ setup.py
 @@ -57,7 +57,6 @@ setup(
      platforms="any",
      provides=["imageio_ffmpeg"],
      python_requires=">=3.4",
 -    setup_requires=["pip>19"],
-     install_requires=[],  # todo: maybe numpy
+     install_requires=[],
      packages=["imageio_ffmpeg"],
      package_dir={"imageio_ffmpeg": "imageio_ffmpeg"},



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