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

Commit

Permalink
archrelease: copy trunk to community-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@602276 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 authored and svntogit committed Mar 21, 2020
1 parent 72f6f52 commit 247eafc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions repos/community-any/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.21.0
pkgver=1.22.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)
checkdepends=(python-pytest python-yaml python-mock python-parameterized)
source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('795ff31888aae588ac39c4f6d5eef463bde416dfc9843fa43539424cad4d5214')
sha256sums=('46b28186bc06ebe116e1e5671afd717a1097e1224adb7e66a20ece46dd4d9079')

build() {
cd serverless-application-model-$pkgver
Expand All @@ -20,7 +20,8 @@ build() {

check() {
cd serverless-application-model-$pkgver
pytest -v tests
# disable upstream pytest.ini, which involves coverage
pytest -c /dev/null -v tests
}

package() {
Expand Down

0 comments on commit 247eafc

Please sign in to comment.