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

Jelle van der Waa jelle at archlinux.org
Fri Dec 11 20:48:57 UTC 2020


    Date: Friday, December 11, 2020 @ 20:48:57
  Author: jelle
Revision: 773213

Make reproducible by setting PYTHONHASHSEED=0

Modified:
  python-gflags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-11 20:33:21 UTC (rev 773212)
+++ PKGBUILD	2020-12-11 20:48:57 UTC (rev 773213)
@@ -1,7 +1,8 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
 pkgname=python-gflags
 pkgver=3.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Commandline flags module for Python"
 arch=('any')
 url="https://github.com/google/python-gflags"
@@ -13,7 +14,7 @@
 
 build() {
     cd ${pkgname}-${pkgver}
-    python setup.py build
+    PYTHONHASHSEED=1 python setup.py build
 }
 
 package() {



More information about the arch-commits mailing list