[arch-commits] Commit in python-nltk/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sat Feb 12 15:17:22 UTC 2022


    Date: Saturday, February 12, 2022 @ 15:17:22
  Author: foxboron
Revision: 1132864

archrelease: copy trunk to community-any

Added:
  python-nltk/repos/community-any/PKGBUILD
    (from rev 1132863, python-nltk/trunk/PKGBUILD)
Deleted:
  python-nltk/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 15:17:15 UTC (rev 1132863)
+++ PKGBUILD	2022-02-12 15:17:22 UTC (rev 1132864)
@@ -1,36 +0,0 @@
-# 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.6.7
-pkgrel=1
-pkgdesc='Natural language processing in Python'
-arch=('any')
-url='https://www.nltk.org/'
-license=('APACHE')
-depends=('python-yaml' 'python-click' 'python-regex')
-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')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz")
-sha256sums=('650d9c48fd3c4c43822e330d5e970d5c9e5914b5e76e7a0b7d3ca792c779f1ae')
-
-build() {
-  cd nltk-$pkgver
-  python setup.py build
-}
-
-# Need to fix the nltk-data split
-#check(){
-#  cd nltk-$pkgver
-#  python ./nltk/test/runtests.py
-#}
-
-package() {
-  cd nltk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-nltk/repos/community-any/PKGBUILD (from rev 1132863, python-nltk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-12 15:17:22 UTC (rev 1132864)
@@ -0,0 +1,36 @@
+# 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.7
+pkgrel=1
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='https://www.nltk.org/'
+license=('APACHE')
+depends=('python-yaml' 'python-click' 'python-regex')
+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')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz")
+sha256sums=('2bd6a2666c3a257afd50b9ffd51c1e3c5f568c2a0451a46625ae934a3945cfb0')
+
+build() {
+  cd nltk-$pkgver
+  python setup.py build
+}
+
+# Need to fix the nltk-data split
+#check(){
+#  cd nltk-$pkgver
+#  python ./nltk/test/runtests.py
+#}
+
+package() {
+  cd nltk-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list