···
···
-
disabled = pythonOlder "3.7";
-
hash = "sha256-m3pSD4fahBW6Yt/w07Co4fTZD7k6as5cPwoK5QSry6M=";
-
substituteInPlace setup.py \
-
--replace "inquirer>=2.7.0,<3.0.0" "inquirer" \
-
--replace "pip>=9,<23.1" "pip" \
-
propagatedBuildInputs = [
···
"test_can_generate_pipeline_for_all"
-
# https://github.com/aws/chalice/issues/1850
-
"test_resolve_endpoint"
-
"test_endpoint_from_arn"
"test_setup_tar_gz_hyphens_in_name"
···
description = "Python Serverless Microframework for AWS";
homepage = "https://github.com/aws/chalice";
-
changelog = "https://github.com/aws/chalice/blob/${version}/CHANGELOG.rst";
license = licenses.asl20;
···
···
+
hash = "sha256-7qmE78aFfq9XCl2zcx1dAVKZZb96Bu47tSW1Qp2vFl4=";
+
build-system = [ setuptools ];
···
"test_can_generate_pipeline_for_all"
"test_setup_tar_gz_hyphens_in_name"
···
description = "Python Serverless Microframework for AWS";
homepage = "https://github.com/aws/chalice";
+
changelog = "https://github.com/aws/chalice/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;