[arch-commits] Commit in python-cfn-lint/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 23:29:58 UTC 2021
Date: Thursday, December 2, 2021 @ 23:29:58
Author: foutrelis
Revision: 1063064
archrelease: copy trunk to community-staging-any
Added:
python-cfn-lint/repos/community-staging-any/PKGBUILD
(from rev 1063063, python-cfn-lint/trunk/PKGBUILD)
Deleted:
python-cfn-lint/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 23:29:55 UTC (rev 1063063)
+++ PKGBUILD 2021-12-02 23:29:58 UTC (rev 1063064)
@@ -1,44 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-cfn-lint
-# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.56.2
-pkgrel=2
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-networkx
- python-junit-xml python-jschema-to-python python-sarif-om)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock python-pydot)
-optdepends=(
- 'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz")
-sha256sums=('85a6b4609c3be4575067b7bc283fdf08e2ed0ec29e7d89e42c5cb25b6e2ca602')
-
-build() {
- cd cfn-lint-$pkgver
- python setup.py build
-}
-
-check() {
- cd cfn-lint-$pkgver
-
- # Tests in test/integration need the cfn-lint binary
- python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
- export PYTHONPATH="$PWD/src"
- export PATH="$PATH:$srcdir/tmp_install"
- # test_update_docs requires cfn-lint as a git repo
- pytest test -k 'not test_update_docs'
-}
-
-package() {
- cd cfn-lint-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-cfn-lint/repos/community-staging-any/PKGBUILD (from rev 1063063, python-cfn-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 23:29:58 UTC (rev 1063064)
@@ -0,0 +1,44 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-cfn-lint
+# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
+pkgver=0.56.2
+pkgrel=3
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-networkx
+ python-junit-xml python-jschema-to-python python-sarif-om)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock python-pydot)
+optdepends=(
+ 'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz")
+sha256sums=('85a6b4609c3be4575067b7bc283fdf08e2ed0ec29e7d89e42c5cb25b6e2ca602')
+
+build() {
+ cd cfn-lint-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd cfn-lint-$pkgver
+
+ # Tests in test/integration need the cfn-lint binary
+ python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+ export PYTHONPATH="$PWD/src"
+ export PATH="$PATH:$srcdir/tmp_install"
+ # test_update_docs requires cfn-lint as a git repo
+ pytest test -k 'not test_update_docs'
+}
+
+package() {
+ cd cfn-lint-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list