16 buildPythonPackage rec {
17 pname = "s3-credentials";
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
25 repo = "s3-credentials";
26 rev = "refs/tags/${version}";
27 hash = "sha256-TuGrKSfnn0CSMpRxdCM6C446z+y9d2ZLB7+wSCxSqP4=";
30 build-system = [ setuptools ];
45 pythonImportsCheck = [ "s3_credentials" ];
48 # AssertionError: assert 'directory/th...ory/...
53 description = "Python CLI utility for creating credentials for accessing S3 buckets";
54 homepage = "https://github.com/simonw/s3-credentials";
55 changelog = "https://github.com/simonw/s3-credentials/releases/tag/${version}";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ techknowlogick ];
58 mainProgram = "s3-credentials";