Merge pull request #44219 from andreabedini/aws-sam-cli-0-5-0
aws-sam-cli: 0.4.0 -> 0.5.0
This commit is contained in:
commit
0349f796f2
@ -6,11 +6,11 @@ with python.pkgs;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "aws-sam-cli";
|
pname = "aws-sam-cli";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4740bfa23f39880d807aa75a2143259f7f15eec34c5fa5dde8fc04d8563ef521";
|
sha256 = "2acf9517f467950adb4939746658091e60cf60ee80093ffd0d3d821cb8a1f9fc";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests are not included in the PyPI package
|
# Tests are not included in the PyPI package
|
||||||
@ -21,13 +21,20 @@ buildPythonApplication rec {
|
|||||||
boto3
|
boto3
|
||||||
click
|
click
|
||||||
cookiecutter
|
cookiecutter
|
||||||
|
dateparser
|
||||||
docker
|
docker
|
||||||
enum34
|
enum34
|
||||||
flask
|
flask
|
||||||
|
python-dateutil
|
||||||
pyyaml
|
pyyaml
|
||||||
six
|
six
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace ./requirements/base.txt \
|
||||||
|
--replace 'aws-sam-translator==1.6.0' 'aws-sam-translator>=1.6.0';
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/awslabs/aws-sam-cli;
|
homepage = https://github.com/awslabs/aws-sam-cli;
|
||||||
description = "CLI tool for local development and testing of Serverless applications";
|
description = "CLI tool for local development and testing of Serverless applications";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user