git: a3f18827023e - main - graphics/py-imageio-ffmpeg: Update to 0.4.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 03:24:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3f18827023efc32b7444e1ef3e0d8f5bb4dda90 commit a3f18827023efc32b7444e1ef3e0d8f5bb4dda90 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-22 03:18:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-22 03:18:14 +0000 graphics/py-imageio-ffmpeg: Update to 0.4.9 Changes: https://github.com/imageio/imageio-ffmpeg/releases --- graphics/py-imageio-ffmpeg/Makefile | 6 +++--- graphics/py-imageio-ffmpeg/distinfo | 6 +++--- graphics/py-imageio-ffmpeg/files/patch-setup.py | 10 ---------- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/graphics/py-imageio-ffmpeg/Makefile b/graphics/py-imageio-ffmpeg/Makefile index dd25327e517b..a8170daf6e87 100644 --- a/graphics/py-imageio-ffmpeg/Makefile +++ b/graphics/py-imageio-ffmpeg/Makefile @@ -1,6 +1,5 @@ PORTNAME= imageio-ffmpeg -PORTVERSION= 0.4.8 -PORTREVISION= 1 +PORTVERSION= 0.4.9 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,8 @@ WWW= https://github.com/imageio/imageio-ffmpeg LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ffmpeg:multimedia/ffmpeg +RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/graphics/py-imageio-ffmpeg/distinfo b/graphics/py-imageio-ffmpeg/distinfo index 13e42d7f97c3..d0555ed8bf1a 100644 --- a/graphics/py-imageio-ffmpeg/distinfo +++ b/graphics/py-imageio-ffmpeg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589938 -SHA256 (imageio-ffmpeg-0.4.8.tar.gz) = fdaa05ad10fe070b7fa8e5f615cb0d28f3b9b791d00af6d2a11e694158d10aa9 -SIZE (imageio-ffmpeg-0.4.8.tar.gz) = 17224 +TIMESTAMP = 1695143337 +SHA256 (imageio-ffmpeg-0.4.9.tar.gz) = 39bcd1660118ef360fa4047456501071364661aa9d9021d3d26c58f1ee2081f5 +SIZE (imageio-ffmpeg-0.4.9.tar.gz) = 17378 diff --git a/graphics/py-imageio-ffmpeg/files/patch-setup.py b/graphics/py-imageio-ffmpeg/files/patch-setup.py deleted file mode 100644 index bfdfd1eb0f9a..000000000000 --- a/graphics/py-imageio-ffmpeg/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- 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.5", -- setup_requires=["pip>19"], - install_requires=[], - packages=["imageio_ffmpeg"], - package_dir={"imageio_ffmpeg": "imageio_ffmpeg"},