graphics/py-imageio-ffmpeg: Update to 0.4.9
Changes: https://github.com/imageio/imageio-ffmpeg/releases
This commit is contained in:
parent
9808ae9f99
commit
a3f1882702
3 changed files with 6 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"},
|
Loading…
Reference in a new issue