Update to 0.4.0
Changes: https://github.com/imageio/imageio-ffmpeg/releases
This commit is contained in:
parent
0aaad12497
commit
75aba49519
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526658
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= imageio-ffmpeg
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1555202509
|
||||
SHA256 (imageio-ffmpeg-0.3.0.tar.gz) = 28500544acdebc195159d53a4670b76d596f368b218317bad5d3cbf43b00d6c2
|
||||
SIZE (imageio-ffmpeg-0.3.0.tar.gz) = 13055
|
||||
TIMESTAMP = 1582222962
|
||||
SHA256 (imageio-ffmpeg-0.4.0.tar.gz) = 21790a32a44bc49eef234fd6cfeb27c4d85dd9efa629747031cf8e1e062353d1
|
||||
SIZE (imageio-ffmpeg-0.4.0.tar.gz) = 14355
|
||||
|
@ -1,10 +1,10 @@
|
||||
--- setup.py.orig 2019-04-12 09:07:51 UTC
|
||||
--- setup.py.orig 2020-02-18 12:37:49 UTC
|
||||
+++ setup.py
|
||||
@@ -57,7 +57,6 @@ setup(
|
||||
platforms="any",
|
||||
provides=["imageio_ffmpeg"],
|
||||
python_requires=">=3.4",
|
||||
- setup_requires=["pip>19"],
|
||||
install_requires=[], # todo: maybe numpy
|
||||
install_requires=[],
|
||||
packages=["imageio_ffmpeg"],
|
||||
package_dir={"imageio_ffmpeg": "imageio_ffmpeg"},
|
||||
|
Loading…
Reference in New Issue
Block a user