Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: python-aws-sam-translator 1.14.0-1
Browse files Browse the repository at this point in the history
python-cfn-lint is no longer needed [1]. It might be re-added in the future, though [2].

[1] aws/serverless-application-model#1034
[2] aws/serverless-application-model#1042

git-svn-id: file:///srv/repos/svn-community/svn@505539 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 authored and svntogit committed Aug 31, 2019
1 parent 49436e7 commit cafc922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>

pkgname=python-aws-sam-translator
pkgver=1.13.2
pkgver=1.14.0
pkgrel=1
pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS'
arch=(any)
url='https://github.com/awslabs/serverless-application-model'
license=(Apache)
depends=(python python-boto3 python-jsonschema python-six)
makedepends=(python-setuptools)
checkdepends=(python-pytest python-pytest-cov python-yaml python-mock python-parameterized python-cfn-lint)
checkdepends=(python-pytest python-pytest-cov python-yaml python-mock python-parameterized)
source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('c97d2ad86df16152176afa0a14558879cf090932ce18b111716766e1870a52c9')
sha256sums=('37da47396f313598bbb159dc578f97a862b054cce9e9a82b9cd33ff74dea90e2')

build() {
cd serverless-application-model-$pkgver
Expand Down

0 comments on commit cafc922

Please sign in to comment.