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.24.0-1
Browse files Browse the repository at this point in the history
The issue with unexpected tests files is fixed upstream [1]

[1] aws/serverless-application-model#1597

git-svn-id: file:///srv/repos/svn-community/svn@636993 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
yan12125 authored and svntogit committed May 29, 2020
1 parent 3c37f2a commit c5614c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>

pkgname=python-aws-sam-translator
pkgver=1.23.0
pkgver=1.24.0
pkgrel=1
pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS'
arch=(any)
Expand All @@ -11,7 +11,7 @@ depends=(python python-boto3 python-jsonschema python-six)
makedepends=(python-setuptools)
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=('b94707e665ff69697e9fa7e3427dd3a35dbf53175dd92cf91a2aeb9e938c78c0')
sha256sums=('a29726532c764c3da96d1365cb7a28671ff47c4b2a4780a080ee016826ffffe9')

build() {
cd serverless-application-model-$pkgver
Expand All @@ -27,5 +27,4 @@ check() {
package() {
cd serverless-application-model-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
rm -rv "$pkgdir"/usr/lib/python*/site-packages/tests
}

0 comments on commit c5614c9

Please sign in to comment.