[arch-commits] Commit in python-cfn-lint/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Sep 26 11:47:13 UTC 2019


    Date: Thursday, September 26, 2019 @ 11:47:13
  Author: yan12125
Revision: 511832

upgpkg: python-cfn-lint 0.24.2-1

Use absolute path for $PYTHONPATH

Modified:
  python-cfn-lint/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-26 11:35:27 UTC (rev 511831)
+++ PKGBUILD	2019-09-26 11:47:13 UTC (rev 511832)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.24.1
+pkgver=0.24.2
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -11,7 +11,7 @@
          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=('c2fed29d0cf8d023d96b5a5baf029193e570210d6a8869d68341499cef08ed8a')
+sha256sums=('3a848146543a120b44951657f7eeef9168be1271a963645de7947e3bc50f90b8')
 
 build() {
   cd cfn-python-lint-$pkgver
@@ -21,7 +21,7 @@
 check() {
   cd cfn-python-lint-$pkgver
 
-  PYTHONPATH=build/lib pytest -v test
+  PYTHONPATH="$PWD/build/lib" pytest -v test
 }
 
 package() {



More information about the arch-commits mailing list