23 buildPythonPackage rec {
28 inherit pname version;
29 sha256 = "312f88838c8ea4b4ac79dce0e5b4ba3125130ca66ea99a4694f535501dca95e3";
32 checkInputs = [ watchdog pytest hypothesis mock ];
33 propagatedBuildInputs = [
45 ] ++ lib.optionals (pythonOlder "3.5") [
49 # conftest.py not included with pypi release
53 sed -i setup.py -e "/pip>=/c\'pip',"
54 substituteInPlace setup.py \
55 --replace 'typing==3.6.4' 'typing'
63 description = "Python Serverless Microframework for AWS";
64 homepage = "https://github.com/aws/chalice";
65 license = licenses.asl20;
66 maintainers = [ maintainers.costrouc ];