blob: 63a547a34e8795c3c82be7b92ece62d6e8e172b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = aws-sam-cli
pkgdesc = CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
pkgver = 1.29.0
pkgrel = 1
url = https://github.com/awslabs/aws-sam-cli
arch = any
license = Apache
makedepends = python-setuptools
depends = docker
depends = python-chevron
depends = python-click
depends = python-flask
depends = python-boto3
depends = python-jmespath
depends = python-yaml
depends = python-cookiecutter
depends = python-aws-sam-translator
depends = python-docker
depends = python-dateparser
depends = python-requests
depends = python-serverlessrepo
depends = python-aws-lambda-builders
depends = python-tomlkit
depends = python-watchdog
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/a/aws-sam-cli/aws-sam-cli-1.29.0.tar.gz
sha256sums = 257a618c446a639563f23d85e19ec5ac52491290602bfe76dfaa587d045575ca
pkgname = aws-sam-cli
|