Index: head/graphics/py-imageio-ffmpeg/Makefile =================================================================== --- head/graphics/py-imageio-ffmpeg/Makefile (revision 499190) +++ head/graphics/py-imageio-ffmpeg/Makefile (revision 499191) @@ -1,22 +1,23 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= imageio-ffmpeg -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= FFMPEG wrapper for Python LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ffmpeg:multimedia/ffmpeg USES= python:3.4+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/graphics/py-imageio-ffmpeg/distinfo =================================================================== --- head/graphics/py-imageio-ffmpeg/distinfo (revision 499190) +++ head/graphics/py-imageio-ffmpeg/distinfo (revision 499191) @@ -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 Index: head/graphics/py-imageio-ffmpeg/files/patch-setup.py =================================================================== --- head/graphics/py-imageio-ffmpeg/files/patch-setup.py (nonexistent) +++ head/graphics/py-imageio-ffmpeg/files/patch-setup.py (revision 499191) @@ -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"}, Property changes on: head/graphics/py-imageio-ffmpeg/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/py-imageio-ffmpeg/pkg-descr =================================================================== --- head/graphics/py-imageio-ffmpeg/pkg-descr (revision 499190) +++ head/graphics/py-imageio-ffmpeg/pkg-descr (revision 499191) @@ -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