Date: Friday, October 7, 2022 @ 16:40:15
Author: yan12125
Revision: 1323811
archrelease: copy trunk to community-any
Added:
python-aws-sam-translator/repos/community-any/PKGBUILD
(from rev 1323810, python-aws-sam-translator/trunk/PKGBUILD)
Deleted:
python-aws-sam-translator/repos/community-any/PKGBUILD
----------+
PKGBUILD | 85 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-07 16:39:51 UTC (rev 1323810)
+++ PKGBUILD 2022-10-07 16:40:15 UTC (rev 1323811)
@@ -1,42 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-
-pkgname=python-aws-sam-translator
-# https://github.com/aws/serverless-application-model/releases
-pkgver=1.51.0
-pkgrel=1
-pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for
expressing Serverless applications on AWS'
-arch=(any)
-url='https://github.com/aws/serverless-application-model'
-license=(Apache)
-depends=(python python-boto3 python-jsonschema)
-makedepends=(python-setuptools)
-# python-yaml is needed by samtranslator.yaml_helper, while the latter is used
in tests only
-checkdepends=(python-pytest python-pytest-env python-yaml python-parameterized)
-# Upstream intentionally exclude tests from sdist
-#
https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
-source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
-
"$pkgname-jsonschema-4.patch"::"https://github.com/aws/serverless-application-model/pull/2441.patch")
-sha256sums=('34f668dfea6aae4856fb3f845ca6093667226f20811fecefc29d316346f2dbec'
- '7bba093258d9d7768112463f9a6fbe63bb78e060081d9585637582caf0da1d20')
-
-prepare() {
- cd serverless-application-model-$pkgver
- # skip pytest-coverage
- sed -i -r 's#--cov\S*\s+\S+##g' pytest.ini
- patch -Np1 -i ../$pkgname-jsonschema-4.patch
-}
-
-build() {
- cd serverless-application-model-$pkgver
- python setup.py build
-}
-
-check() {
- cd serverless-application-model-$pkgver
- pytest tests
-}
-
-package() {
- cd serverless-application-model-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
Copied: python-aws-sam-translator/repos/community-any/PKGBUILD (from rev
1323810, python-aws-sam-translator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-07 16:40:15 UTC (rev 1323811)
@@ -0,0 +1,43 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=python-aws-sam-translator
+# https://github.com/aws/serverless-application-model/releases
+pkgver=1.52.0
+pkgrel=1
+pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for
expressing Serverless applications on AWS'
+arch=(any)
+url='https://github.com/aws/serverless-application-model'
+license=(Apache)
+depends=(python python-botocore python-boto3 python-jsonschema)
+makedepends=(python-setuptools)
+# python-yaml is needed by samtranslator.yaml_helper, while the latter is used
in tests only
+checkdepends=(python-pytest python-yaml python-parameterized)
+# Upstream intentionally exclude tests from sdist
+#
https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
+source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
+
"$pkgname-jsonschema-4.patch"::"https://github.com/aws/serverless-application-model/pull/2441.patch")
+sha256sums=('9a127e580365de4296d8cf8a3cf0ebc7e52352b480d265d173551601071af3f1'
+ '7bba093258d9d7768112463f9a6fbe63bb78e060081d9585637582caf0da1d20')
+
+prepare() {
+ cd serverless-application-model-$pkgver
+ # skip pytest-coverage
+ sed -i -r 's#--cov\S*\s+\S+##g' pytest.ini
+ patch -Np1 -i ../$pkgname-jsonschema-4.patch
+}
+
+build() {
+ cd serverless-application-model-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd serverless-application-model-$pkgver
+ # See
https://github.com/aws/serverless-application-model/blob/v1.52.0/Makefile#L9
+ AWS_DEFAULT_REGION=us-east-1 pytest tests
+}
+
+package() {
+ cd serverless-application-model-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}