[arch-commits] Commit in python-cfn-lint/repos/community-staging-any (2 files)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat Nov 2 02:36:11 UTC 2019
Date: Saturday, November 2, 2019 @ 02:36:11
Author: yan12125
Revision: 522124
archrelease: copy trunk to community-staging-any
Added:
python-cfn-lint/repos/community-staging-any/PKGBUILD
(from rev 522123, python-cfn-lint/trunk/PKGBUILD)
Deleted:
python-cfn-lint/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-02 02:35:57 UTC (rev 522123)
+++ PKGBUILD 2019-11-02 02:36:11 UTC (rev 522124)
@@ -1,32 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-cfn-lint
-pkgver=0.24.6
-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)
-checkdepends=(python-pytest python-mock)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
-sha256sums=('412c253ecb7547f2325deb7ce8c17a444c5a2f06ad31b5658998d75e19069d69')
-
-build() {
- cd cfn-python-lint-$pkgver
- python setup.py build
-}
-
-check() {
- cd cfn-python-lint-$pkgver
-
- PYTHONPATH="$PWD/build/lib" 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-staging-any/PKGBUILD (from rev 522123, python-cfn-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-02 02:36:11 UTC (rev 522124)
@@ -0,0 +1,32 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-cfn-lint
+pkgver=0.24.7
+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)
+checkdepends=(python-pytest python-mock)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
+sha256sums=('e1ceef3c6e7fd6692eb309a62af9d698a5b6cc8029be3854140ae3d1c41462af')
+
+build() {
+ cd cfn-python-lint-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd cfn-python-lint-$pkgver
+
+ PYTHONPATH="$PWD/build/lib" 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