[arch-commits] Commit in python-nltk/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Fri Jul 9 12:02:03 UTC 2021
Date: Friday, July 9, 2021 @ 12:02:02
Author: foxboron
Revision: 976196
upgpkg: python-nltk 3.6.2-2 - FS#71089: add python-click dependency
Modified:
python-nltk/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-09 12:00:33 UTC (rev 976195)
+++ PKGBUILD 2021-07-09 12:02:02 UTC (rev 976196)
@@ -5,12 +5,12 @@
pkgname=python-nltk
pkgver=3.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='Natural language processing in Python'
arch=('any')
url='https://www.nltk.org/'
license=('APACHE')
-depends=('python-yaml')
+depends=('python-yaml' 'python-click')
makedepends=('python-setuptools')
checkdepends=('python-nose' 'nltk-data' 'python-requests' 'python-regex')
optdepends=('nltk-data: test data'
More information about the arch-commits
mailing list