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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Wed Aug 18 14:11:39 UTC 2021


    Date: Wednesday, August 18, 2021 @ 14:11:38
  Author: yan12125
Revision: 1003640

upgpkg: python-klein 21.8.0-2; try to make it reproducible

Modified:
  python-klein/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 13:53:39 UTC (rev 1003639)
+++ PKGBUILD	2021-08-18 14:11:38 UTC (rev 1003640)
@@ -3,7 +3,7 @@
 
 pkgname=python-klein
 pkgver=21.8.0
-pkgrel=1
+pkgrel=2
 arch=(any)
 pkgdesc='A web micro-framework built on werkzeug and twisted.web'
 url='https://github.com/twisted/klein'
@@ -27,6 +27,7 @@
 
 package() {
   cd klein-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  # use PYTHONHASHSEED=0 work around https://bugs.python.org/issue34033 (?)
+  PYTHONHASHSEED=0 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