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

Antonio Rojas arojas at archlinux.org
Tue Mar 30 21:47:40 UTC 2021


    Date: Tuesday, March 30, 2021 @ 21:47:39
  Author: arojas
Revision: 910529

Make package reproducible (FS#70219)

Modified:
  python-statsmodels/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-30 21:37:15 UTC (rev 910528)
+++ PKGBUILD	2021-03-30 21:47:39 UTC (rev 910529)
@@ -5,7 +5,7 @@
 
 pkgname=python-statsmodels
 pkgver=0.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=('x86_64')
 url="http://statsmodels.sourceforge.net/"
@@ -27,6 +27,7 @@
 package() {
   cd "$srcdir"/statsmodels-${pkgver}
 
+  export PYTHONHASHSEED=0
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE



More information about the arch-commits mailing list