11 buildPythonPackage rec {
12 pname = "serverlessrepo";
16 inherit pname version;
17 sha256 = "671f48038123f121437b717ed51f253a55775590f00fbab6fbc6a01f8d05c017";
20 propagatedBuildInputs = [
26 checkInputs = [ pytest mock ];
33 homepage = "https://github.com/awslabs/aws-serverlessrepo-python";
34 description = "Helpers for working with the AWS Serverless Application Repository";
36 A Python library with convenience helpers for working with the
37 AWS Serverless Application Repository.
39 license = lib.licenses.asl20;
40 maintainers = with maintainers; [ dhkl ];