[arch-commits] Commit in python-atom/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Fri Dec 11 20:54:25 UTC 2020
Date: Friday, December 11, 2020 @ 20:54:24
Author: jelle
Revision: 773215
Make package reproducible by setting PYTHONHASHSEED
Modified:
python-atom/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-11 20:49:05 UTC (rev 773214)
+++ PKGBUILD 2020-12-11 20:54:24 UTC (rev 773215)
@@ -3,7 +3,7 @@
_name=atom
pkgname=python-atom
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Memory efficient Python objects'
arch=(x86_64)
url='https://github.com/nucleic/atom'
@@ -15,7 +15,7 @@
build() {
cd ${_name}-${pkgver}
- python setup.py build
+ PYTHONHASHSEED=1 python setup.py build
}
check() {
More information about the arch-commits
mailing list