1 { lib, buildPythonPackage, isPy3k, fetchPypi
14 buildPythonPackage rec {
20 inherit pname version;
21 sha256 = "acae9bfae0aec1b92025bd63e18135ebb4994c84600716c5323e14cb0c9a0b03";
24 propagatedBuildInputs = [
33 checkInputs = [ faker mock nose pytestCheckHook ];
34 # example credentials aren't present
35 pytestFlagsArray = [ "--ignore=tests/unit/credentials_test.py" ];
38 description = "Simple APIs to access any Amazon S3 compatible object storage server";
39 homepage = "https://github.com/minio/minio-py";
40 maintainers = with maintainers; [ peterromfeldhk ];
41 license = licenses.asl20;