[arch-commits] Commit in python-nltk/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun May 6 20:08:26 UTC 2018
Date: Sunday, May 6, 2018 @ 20:08:25
Author: jelle
Revision: 319039
archrelease: copy trunk to community-any
Added:
python-nltk/repos/community-any/PKGBUILD
(from rev 319038, python-nltk/trunk/PKGBUILD)
Deleted:
python-nltk/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-06 20:08:11 UTC (rev 319038)
+++ PKGBUILD 2018-05-06 20:08:25 UTC (rev 319039)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: Chris Baker <baker.chris.3 at gmail.com>
-
-pkgbase=python-nltk
-pkgname=('python2-nltk' 'python-nltk')
-pkgver=3.2.5
-pkgrel=1
-pkgdesc='Natural language processing in Python'
-arch=('any')
-url='http://www.nltk.org/'
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz")
-md5sums=('d74e47981ac9c6ca2e5fb2049268faf1')
-
-prepare() {
- cp -r nltk-$pkgver nltk-py2-$pkgver
- # python 2 fix
- cd nltk-py2-$pkgver
- find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
-}
-
-build() {
- (cd nltk-$pkgver; python setup.py build)
- (cd nltk-py2-$pkgver; python2 setup.py build)
-}
-
-package_python-nltk() {
- optdepends=('nltk-data: test data'
- 'python-numpy: used for calculations'
- 'python-matplotlib: used for plotting')
- depends=('python-yaml')
-
- (cd nltk-$pkgver; python setup.py install --root="$pkgdir" --optimize=1)
-}
-
-package_python2-nltk() {
- optdepends=('nltk-data: test data'
- 'python2-numpy: used for calculations'
- 'python2-matplotlib: used for plotting')
- depends=('python2-yaml')
-
- (cd nltk-py2-$pkgver; python2 setup.py install --root="$pkgdir" --optimize=1)
-}
Copied: python-nltk/repos/community-any/PKGBUILD (from rev 319038, python-nltk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-06 20:08:25 UTC (rev 319039)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: Chris Baker <baker.chris.3 at gmail.com>
+
+pkgbase=python-nltk
+pkgname=('python2-nltk' 'python-nltk')
+pkgver=3.3
+pkgrel=1
+pkgdesc='Natural language processing in Python'
+arch=('any')
+url='http://www.nltk.org/'
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/nltk/nltk/archive/$pkgver.tar.gz")
+md5sums=('f7807589f2c3609be41f33549e550888')
+
+prepare() {
+ cp -r nltk-$pkgver nltk-py2-$pkgver
+ # python 2 fix
+ cd nltk-py2-$pkgver
+ find . -type f -exec sed -i 's:^#.*env python:#!/usr/bin/env python2:' {} +
+}
+
+build() {
+ (cd nltk-$pkgver; python setup.py build)
+ (cd nltk-py2-$pkgver; python2 setup.py build)
+}
+
+package_python-nltk() {
+ optdepends=('nltk-data: test data'
+ 'python-numpy: used for calculations'
+ 'python-matplotlib: used for plotting')
+ depends=('python-yaml')
+
+ (cd nltk-$pkgver; python setup.py install --root="$pkgdir" --optimize=1)
+}
+
+package_python2-nltk() {
+ optdepends=('nltk-data: test data'
+ 'python2-numpy: used for calculations'
+ 'python2-matplotlib: used for plotting')
+ depends=('python2-yaml')
+
+ (cd nltk-py2-$pkgver; python2 setup.py install --root="$pkgdir" --optimize=1)
+}
More information about the arch-commits
mailing list