[arch-commits] Commit in python-cfn-lint/repos/community-any (PKGBUILD PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat Apr 11 02:08:30 UTC 2020
Date: Saturday, April 11, 2020 @ 02:08:29
Author: yan12125
Revision: 613296
archrelease: copy trunk to community-any
Added:
python-cfn-lint/repos/community-any/PKGBUILD
(from rev 613295, python-cfn-lint/trunk/PKGBUILD)
Deleted:
python-cfn-lint/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-11 02:07:55 UTC (rev 613295)
+++ PKGBUILD 2020-04-11 02:08:29 UTC (rev 613296)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-cfn-lint
-pkgver=0.29.4
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools python-networkx)
-checkdepends=(python-pytest python-mock python-pydot)
-optdepends=(
- 'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
-sha256sums=('02b9797a71a54bc8c681c2b51212b04b7a4852bc3b562a57dfd0198f01601588')
-
-build() {
- cd cfn-python-lint-$pkgver
- python setup.py build
-}
-
-check() {
- cd cfn-python-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"
- pytest -v test
-}
-
-package() {
- cd cfn-python-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-any/PKGBUILD (from rev 613295, python-cfn-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-11 02:08:29 UTC (rev 613296)
@@ -0,0 +1,40 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-cfn-lint
+pkgver=0.29.5
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools python-networkx)
+checkdepends=(python-pytest python-mock python-pydot)
+optdepends=(
+ 'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
+sha256sums=('9d3337ad44877661e80501f5d285d104b4d302f0eb0fc01df2da6df9fbfa7ea1')
+
+build() {
+ cd cfn-python-lint-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd cfn-python-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"
+ pytest -v test
+}
+
+package() {
+ cd cfn-python-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