[arch-commits] Commit in python-pipenv/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Jul 13 19:12:42 UTC 2020
Date: Monday, July 13, 2020 @ 19:12:41
Author: foxboron
Revision: 663527
upgpkg: python-pipenv 2020.6.2-2 - reproducible builds
Modified:
python-pipenv/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-13 19:03:06 UTC (rev 663526)
+++ PKGBUILD 2020-07-13 19:12:41 UTC (rev 663527)
@@ -4,7 +4,7 @@
pkgname=python-pipenv
pkgver=2020.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
url="https://pipenv.pypa.io"
arch=('any')
@@ -16,7 +16,8 @@
sha512sums=('671765b9e77a18039668eb500989de45c8bd4f15948ee914eb241985098562ebd382168a535a449ac5d216f07327b6787eb8f828b5a6499ef6e77fe5a036441e')
build() {
- cd "$srcdir/pipenv-$pkgver"
+ cd "pipenv-$pkgver"
+ export PYTHONHASHSEED=0
python setup.py build
}
More information about the arch-commits
mailing list