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

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Jul 5 16:03:08 UTC 2020


    Date: Sunday, July 5, 2020 @ 16:03:08
  Author: yan12125
Revision: 657889

upgpkg: python-structlog 20.1.0-2; make it reproducible; add myself as a maintainer

Don't bother with build/lib in check()

Modified:
  python-structlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-05 15:59:58 UTC (rev 657888)
+++ PKGBUILD	2020-07-05 16:03:08 UTC (rev 657889)
@@ -1,8 +1,9 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-structlog
 pkgver=20.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Structured Logging for Python"
 url="https://www.structlog.org"
 license=('Apache')
@@ -21,7 +22,7 @@
 
 check() {
   cd structlog-$pkgver
-  PYTHONPATH="$PWD"/build/lib pytest
+  PYTHONPATH="$PWD"/src pytest
 }
 
 package() {



More information about the arch-commits mailing list