Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2019 18:48:58 +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: r499191 - in head/graphics/py-imageio-ffmpeg: . files
Message-ID:  <201904171848.x3HImwhX039084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Apr 17 18:48:58 2019
New Revision: 499191
URL: https://svnweb.freebsd.org/changeset/ports/499191

Log:
  Update to 0.3.0
  
  - Add LICENSE_FILE
  - Update pkg-descr
  
  Changes:	https://github.com/imageio/imageio-ffmpeg/releases
  		https://github.com/imageio/imageio-ffmpeg/commits/master

Added:
  head/graphics/py-imageio-ffmpeg/files/
  head/graphics/py-imageio-ffmpeg/files/patch-setup.py   (contents, props changed)
Modified:
  head/graphics/py-imageio-ffmpeg/Makefile
  head/graphics/py-imageio-ffmpeg/distinfo
  head/graphics/py-imageio-ffmpeg/pkg-descr

Modified: head/graphics/py-imageio-ffmpeg/Makefile
==============================================================================
--- head/graphics/py-imageio-ffmpeg/Makefile	Wed Apr 17 18:48:52 2019	(r499190)
+++ head/graphics/py-imageio-ffmpeg/Makefile	Wed Apr 17 18:48:58 2019	(r499191)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	imageio-ffmpeg
-PORTVERSION=	0.2.0
+PORTVERSION=	0.3.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	FFMPEG wrapper for Python
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
 

Modified: head/graphics/py-imageio-ffmpeg/distinfo
==============================================================================
--- head/graphics/py-imageio-ffmpeg/distinfo	Wed Apr 17 18:48:52 2019	(r499190)
+++ head/graphics/py-imageio-ffmpeg/distinfo	Wed Apr 17 18:48:58 2019	(r499191)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549567303
-SHA256 (imageio-ffmpeg-0.2.0.tar.gz) = 2beacb11b121440cfd0bc0caf80da54a3729956002707251ab8e26d3e03933a4
-SIZE (imageio-ffmpeg-0.2.0.tar.gz) = 10865
+TIMESTAMP = 1555202509
+SHA256 (imageio-ffmpeg-0.3.0.tar.gz) = 28500544acdebc195159d53a4670b76d596f368b218317bad5d3cbf43b00d6c2
+SIZE (imageio-ffmpeg-0.3.0.tar.gz) = 13055

Added: head/graphics/py-imageio-ffmpeg/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-imageio-ffmpeg/files/patch-setup.py	Wed Apr 17 18:48:58 2019	(r499191)
@@ -0,0 +1,10 @@
+--- setup.py.orig	2019-04-12 09:07:51 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
+     packages=["imageio_ffmpeg"],
+     package_dir={"imageio_ffmpeg": "imageio_ffmpeg"},

Modified: head/graphics/py-imageio-ffmpeg/pkg-descr
==============================================================================
--- head/graphics/py-imageio-ffmpeg/pkg-descr	Wed Apr 17 18:48:52 2019	(r499190)
+++ head/graphics/py-imageio-ffmpeg/pkg-descr	Wed Apr 17 18:48:58 2019	(r499191)
@@ -1,13 +1,11 @@
 The purpose of this project is to provide a simple and reliable ffmpeg wrapper
-for working with video files. It takes care of producing platform-specific
-wheels that include the binary executables of ffmpeg. These can then be
-installed (and updated or uninstalled) easily with pip.
+for working with video files. It implements two simple generator functions for
+reading and writing data from/to ffmpeg, which reliably terminate the ffmpeg
+process when done. It also takes care of publishing platform-specific wheels
+that include the binary ffmpeg executables.
 
-It also provides simple generator functions for reading and writing data from/to
-ffmpeg, which reliably terminate the ffmpeg process when done.
-
 This library is used as the basis for the imageio ffmpeg plugin, but it can also
-be used by itself. Imageio provides a friendlier (higher level) API, and adds
-support for e.g. cameras and seeking.
+be used by itself. Imageio provides a higher level API, and adds support for
+e.g. cameras and seeking.
 
 WWW: https://github.com/imageio/imageio-ffmpeg



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