blob: a717f90eb0b9a52aff01435813fa5535fd3ee573 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-aws-lambda-builders
pkgdesc = Python library to compile, build & package AWS Lambda functions for several runtimes & framework
pkgver = 1.40.0
pkgrel = 1
url = https://github.com/aws/aws-lambda-builders
arch = any
license = Apache
makedepends = python-setuptools
depends = python-six
depends = python-wheel
conflicts = python-aws_lambda_builders
replaces = python-aws_lambda_builders
options = !emptydirs
source = https://github.com/aws/aws-lambda-builders/archive/v1.40.0/aws-lambda-builders-1.40.0.tar.gz
sha256sums = 20855c64b8c1e0283569caae6e297475cd6d6e1b410ef4e51f96c456543803cb
pkgname = python-aws-lambda-builders
|