[arch-commits] Commit in python-nltk/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Thu Apr 16 21:06:17 UTC 2020


    Date: Thursday, April 16, 2020 @ 21:06:17
  Author: foxboron
Revision: 615368

upgpkg: python-nltk 3.5-1

Modified:
  python-nltk/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-16 20:42:43 UTC (rev 615367)
+++ PKGBUILD	2020-04-16 21:06:17 UTC (rev 615368)
@@ -1,10 +1,11 @@
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
 # Contributor: Thomas Dziedzic <gostrc at gmail.com>
 # Contributor: Chris Baker <baker.chris.3 at gmail.com>
 
 pkgname=python-nltk
-pkgver=3.4.5
-pkgrel=2
+pkgver=3.5
+pkgrel=1
 pkgdesc='Natural language processing in Python'
 arch=('any')
 url='https://www.nltk.org/'
@@ -11,12 +12,12 @@
 license=('APACHE')
 depends=('python-yaml')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'nltk-data' 'python-requests')
+checkdepends=('python-nose' 'nltk-data' 'python-requests' 'python-regex')
 optdepends=('nltk-data: test data'
 		    '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=('fd26dcebe3a6fd24ea317d83729fc676f263751ced41b78f680f9b19d8c24cb4')
+sha256sums=('d1afd82871b1185a58d69eeb90e03ada713e05fe8fe5463eadf3fbe2b823980f')
 
 build() {
   cd nltk-$pkgver
@@ -23,10 +24,11 @@
   python setup.py build
 }
 
-# check(){
-#   cd nltk-$pkgver
-#   python ./nltk/test/runtests.py
-# }
+# Need to fix the nltk-data split
+#check(){
+#  cd nltk-$pkgver
+#  python ./nltk/test/runtests.py
+#}
 
 package() {
   cd nltk-$pkgver



More information about the arch-commits mailing list