git: 176fde0e2cfd - main - graphics/py-imageio-ffmpeg: Update to 0.4.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:02:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=176fde0e2cfd815071c17ceef36716c6f397cc7e commit 176fde0e2cfd815071c17ceef36716c6f397cc7e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:44:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:58:21 +0000 graphics/py-imageio-ffmpeg: Update to 0.4.7 Changes: https://github.com/imageio/imageio-ffmpeg/releases https://github.com/imageio/imageio-ffmpeg/commits/master --- graphics/py-imageio-ffmpeg/Makefile | 4 ++-- graphics/py-imageio-ffmpeg/distinfo | 6 +++--- graphics/py-imageio-ffmpeg/files/patch-setup.py | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/graphics/py-imageio-ffmpeg/Makefile b/graphics/py-imageio-ffmpeg/Makefile index 0211c8a8adfb..7d98a95c2b69 100644 --- a/graphics/py-imageio-ffmpeg/Makefile +++ b/graphics/py-imageio-ffmpeg/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= imageio-ffmpeg -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.7 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ffmpeg:multimedia/ffmpeg -USES= python:3.4+ +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/graphics/py-imageio-ffmpeg/distinfo b/graphics/py-imageio-ffmpeg/distinfo index dee383d31d83..4a8e40a602e3 100644 --- a/graphics/py-imageio-ffmpeg/distinfo +++ b/graphics/py-imageio-ffmpeg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037178 -SHA256 (imageio-ffmpeg-0.4.5.tar.gz) = f2ea4245a2adad25dedf98d343159579167e549ac8c4691cef5eff980e20c139 -SIZE (imageio-ffmpeg-0.4.5.tar.gz) = 15578 +TIMESTAMP = 1650228798 +SHA256 (imageio-ffmpeg-0.4.7.tar.gz) = 7a08838f97f363e37ca41821b864fd3fdc99ab1fe2421040c78eb5f56a9e723e +SIZE (imageio-ffmpeg-0.4.7.tar.gz) = 16874 diff --git a/graphics/py-imageio-ffmpeg/files/patch-setup.py b/graphics/py-imageio-ffmpeg/files/patch-setup.py index fb24a28b1c5e..bfdfd1eb0f9a 100644 --- a/graphics/py-imageio-ffmpeg/files/patch-setup.py +++ b/graphics/py-imageio-ffmpeg/files/patch-setup.py @@ -1,9 +1,9 @@ ---- setup.py.orig 2020-02-18 12:37:49 UTC +--- setup.py.orig 2022-04-13 08:52:15 UTC +++ setup.py @@ -57,7 +57,6 @@ setup( platforms="any", provides=["imageio_ffmpeg"], - python_requires=">=3.4", + python_requires=">=3.5", - setup_requires=["pip>19"], install_requires=[], packages=["imageio_ffmpeg"],