1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2022-04-18 07:44:44 +08:00
parent b729b039e9
commit 176fde0e2c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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"],