Skip to content

Commit

Permalink
graphics/py-imageio-ffmpeg: Update to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 17, 2022
1 parent b729b03 commit 176fde0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 2 additions & 2 deletions 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"],
Expand Down

0 comments on commit 176fde0

Please sign in to comment.