python3Packages.imageio: 2.4.1 -> 2.5.0

This commit is contained in:
Philipp Middendorf
2019-02-21 09:40:41 +01:00
parent 89401b0e3e
commit 47519a1e4e
3 changed files with 19 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv
{ lib
, buildPythonPackage
, fetchPypi
, isPy3k
@@ -13,10 +13,12 @@ buildPythonPackage rec {
inherit pname version;
};
disabled = !isPy3k;
# No test infrastructure in repository.
doCheck = false;
meta = with stdenv.lib; {
meta = with lib; {
description = "FFMPEG wrapper for Python";
homepage = https://github.com/imageio/imageio-ffmpeg;
license = licenses.bsd2;