[arch-commits] Commit in nltk-data/repos/community-any (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sat May 14 22:08:10 UTC 2016
Date: Sunday, May 15, 2016 @ 00:08:10
Author: arodseth
Revision: 175406
archrelease: copy trunk to community-any
Added:
nltk-data/repos/community-any/LICENSE
(from rev 175405, nltk-data/trunk/LICENSE)
nltk-data/repos/community-any/PKGBUILD
(from rev 175405, nltk-data/trunk/PKGBUILD)
Deleted:
nltk-data/repos/community-any/LICENSE
nltk-data/repos/community-any/PKGBUILD
----------+
LICENSE | 6 ++---
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
2 files changed, 38 insertions(+), 38 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2016-05-14 21:01:19 UTC (rev 175405)
+++ LICENSE 2016-05-14 22:08:10 UTC (rev 175406)
@@ -1,3 +0,0 @@
-Parts of NTLK-Data are distributed under various licenses,
-as documented in their respective README files.
-See: /usr/share/nltk/data/corpora/
Copied: nltk-data/repos/community-any/LICENSE (from rev 175405, nltk-data/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2016-05-14 22:08:10 UTC (rev 175406)
@@ -0,0 +1,3 @@
+Parts of NTLK-Data are distributed under various licenses,
+as documented in their respective README files.
+See: /usr/share/nltk/data/corpora/
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-14 21:01:19 UTC (rev 175405)
+++ PKGBUILD 2016-05-14 22:08:10 UTC (rev 175406)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: Michal Bozon <michal.bozon__at__gmail.com>
-
-pkgname=nltk-data
-pkgver=3.0a3
-pkgrel=1
-pkgdesc='Corpora, grammars and other linguistic data for NLTK'
-arch=('any')
-url='http://nltk.sourceforge.net/'
-license=('custom')
-makedepends=('unzip' 'python-nltk')
-source=('LICENSE')
-md5sums=('69998d5f493a60e7a1467b8003ab8e22')
-
-package() {
- install -d "$pkgdir/usr/share/nltk_data"
- python -m nltk.downloader -d "$pkgdir/usr/share/nltk_data" all
-
- for _dir in "$pkgdir/usr/share/nltk_data/"*; do
- unzip -u "$_dir/"\*.zip -d "$_dir"
- rm -f "$_dir/"*.zip
- done
-
- find "$pkgdir/usr/share/nltk_data/" -type f -exec chmod 0644 {} \;
- find "$pkgdir/usr/share/nltk_data/" -type d -exec chmod 0755 {} \;
-
- install -d "$pkgdir/usr/share/licenses/nltk-data"
- install -m644 "$srcdir/LICENSE" \
- "$pkgdir/usr/share/licenses/nltk-data"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: nltk-data/repos/community-any/PKGBUILD (from rev 175405, nltk-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-05-14 22:08:10 UTC (rev 175406)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: Michal Bozon <michal.bozon__at__gmail.com>
+
+pkgname=nltk-data
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Corpora, grammars and other linguistic data for NLTK'
+arch=('any')
+url='http://www.nltk.org/data.html'
+license=('custom')
+makedepends=('unzip' "python-nltk=$pkgver")
+source=('LICENSE')
+md5sums=('69998d5f493a60e7a1467b8003ab8e22')
+
+package() {
+ install -d "$pkgdir/usr/share/nltk_data"
+ python -m nltk.downloader -d "$pkgdir/usr/share/nltk_data" all
+
+ for _dir in "$pkgdir/usr/share/nltk_data/"*; do
+ unzip -u "$_dir/"\*.zip -d "$_dir"
+ rm -f "$_dir/"*.zip
+ done
+
+ find "$pkgdir/usr/share/nltk_data/" -type f -exec chmod 0644 {} \;
+ find "$pkgdir/usr/share/nltk_data/" -type d -exec chmod 0755 {} \;
+
+ install -d "$pkgdir/usr/share/licenses/nltk-data"
+ install -m644 "$srcdir/LICENSE" \
+ "$pkgdir/usr/share/licenses/nltk-data"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list