17 buildPythonPackage rec {
20 format = "setuptools";
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
27 rev = "refs/tags/${version}";
28 hash = "sha256-I0Q1SkZ1zQ9s2HbMTc2EzUnnOti14zQBxHVJasaukug=";
31 propagatedBuildInputs = [
48 # example credentials aren't present
49 "tests/unit/credentials_test.py"
52 pythonImportsCheck = [
57 description = "Simple APIs to access any Amazon S3 compatible object storage server";
58 homepage = "https://github.com/minio/minio-py";
59 changelog = "https://github.com/minio/minio-py/releases/tag/${version}";
60 maintainers = with maintainers; [ peterromfeldhk ];
61 license = licenses.asl20;