[arch-commits] Commit in python-pandas/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun May 9 12:15:08 UTC 2021
Date: Sunday, May 9, 2021 @ 12:15:08
Author: foxboron
Revision: 929116
upgpkg: python-pandas 1.2.3-2
Modified:
python-pandas/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 12:14:35 UTC (rev 929115)
+++ PKGBUILD 2021-05-09 12:15:08 UTC (rev 929116)
@@ -14,7 +14,7 @@
pkgname=python-pandas
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='High-performance, easy-to-use data structures and data analysis tools for Python'
arch=('x86_64')
url="https://pandas.pydata.org/"
@@ -50,13 +50,14 @@
sha256sums=('df6f10b85aef7a5bb25259ad651ad1cc1d6bb09000595cab47e718cbac250b1d')
build() {
- cd "$srcdir"/pandas-${pkgver}
+ cd pandas-${pkgver}
python setup.py build_ext --inplace
python setup.py build
}
package() {
- cd "$srcdir"/pandas-${pkgver}
+ cd pandas-${pkgver}
+ export PYTHONHASHSEED=0
python setup.py install --skip-build --root="$pkgdir" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list