[arch-commits] Commit in python-nltk/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Tue Jul 14 13:02:20 UTC 2020
Date: Tuesday, July 14, 2020 @ 13:02:19
Author: foxboron
Revision: 663753
upgpkg: python-nltk 3.5-2 - reproducible builds
Modified:
python-nltk/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-14 12:57:56 UTC (rev 663752)
+++ PKGBUILD 2020-07-14 13:02:19 UTC (rev 663753)
@@ -5,7 +5,7 @@
pkgname=python-nltk
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc='Natural language processing in Python'
arch=('any')
url='https://www.nltk.org/'
@@ -14,13 +14,14 @@
makedepends=('python-setuptools')
checkdepends=('python-nose' 'nltk-data' 'python-requests' 'python-regex')
optdepends=('nltk-data: test data'
- 'python-numpy: used for calculations'
- 'python-matplotlib: used for plotting')
+ 'python-numpy: used for calculations'
+ 'python-matplotlib: used for plotting')
source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz")
sha256sums=('d1afd82871b1185a58d69eeb90e03ada713e05fe8fe5463eadf3fbe2b823980f')
build() {
cd nltk-$pkgver
+ export PYTHONHASHSEED=0
python setup.py build
}
More information about the arch-commits
mailing list