Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-nltk
Commits:
ca571977 by Jelle van der Waa at 2024-11-08T16:48:43+01:00
upgpkg: 3.9.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-nltk
pkgdesc = Natural language processing in Python
- pkgver = 3.8.1
- pkgrel = 4
+ pkgver = 3.9.1
+ pkgrel = 1
url = https://www.nltk.org/
arch = any
license = APACHE
@@ -15,7 +15,7 @@ pkgbase = python-nltk
optdepends = nltk-data: test data
optdepends = python-numpy: used for calculations
optdepends = python-matplotlib: used for plotting
- source =
python-nltk-3.8.1.tar.gz::https://github.com/nltk/nltk/archive/3.8.1.tar.gz
- sha256sums =
676970e2b7aa0a7184e68f76e0c4f2756fd1b82559a509d5656a23117faeb658
+ source =
python-nltk-3.9.1.tar.gz::https://github.com/nltk/nltk/archive/3.9.1.tar.gz
+ sha256sums =
03e06c8c13e352133962c4395ebe0696905c9f1fbdead2d19deae37ba48eb47c
pkgname = python-nltk
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Chris Baker <[email protected]>
pkgname=python-nltk
-pkgver=3.8.1
-pkgrel=4
+pkgver=3.9.1
+pkgrel=1
pkgdesc='Natural language processing in Python'
arch=('any')
url='https://www.nltk.org/'
@@ -17,7 +17,7 @@ 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=('676970e2b7aa0a7184e68f76e0c4f2756fd1b82559a509d5656a23117faeb658')
+sha256sums=('03e06c8c13e352133962c4395ebe0696905c9f1fbdead2d19deae37ba48eb47c')
build() {
cd nltk-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nltk/-/commit/ca571977c41e6dfcc46e07f9413e016020f2309b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nltk/-/commit/ca571977c41e6dfcc46e07f9413e016020f2309b
You're receiving this email because of your account on gitlab.archlinux.org.