pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-nltk



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 12 10:35:30 UTC 2025

Modified Files:
        pkgsrc/textproc/py-nltk: Makefile PLIST distinfo

Log Message:
py-nltk: updated to 3.9.2

Version 3.9.2 2025-10-01

* Update download checksums to use SHA256 in built index
* Fix percentage escape in new-style string formatting
* replace shortened URLs using goo.gl
* Make Wordnet interoperable with various taggers and tagged corpora
* Fix saving PerceptronTagger
* Document how to reproduce old Wordnet studies
* properly initialize Portuguese corpus reader
* support for mixed rules conversion into Chomsky Normal Form
* only import tkinter if a GUI is needed
* issue 2112 with Corenlp
* new environment variable NLTK_DOWNLOADER_FORCE_INTERACTIVE_SHELL
* Lesk defaults to most frequent sense in case of ties


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-nltk/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-nltk/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-nltk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-nltk/Makefile
diff -u pkgsrc/textproc/py-nltk/Makefile:1.19 pkgsrc/textproc/py-nltk/Makefile:1.20
--- pkgsrc/textproc/py-nltk/Makefile:1.19       Thu Oct  9 07:58:01 2025
+++ pkgsrc/textproc/py-nltk/Makefile    Fri Dec 12 10:35:30 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2025/10/09 07:58:01 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/12/12 10:35:30 adam Exp $
 
-DISTNAME=      nltk-3.9.1
+DISTNAME=      nltk-3.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nltk/}
 

Index: pkgsrc/textproc/py-nltk/PLIST
diff -u pkgsrc/textproc/py-nltk/PLIST:1.7 pkgsrc/textproc/py-nltk/PLIST:1.8
--- pkgsrc/textproc/py-nltk/PLIST:1.7   Mon Apr 14 12:39:21 2025
+++ pkgsrc/textproc/py-nltk/PLIST       Fri Dec 12 10:35:30 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/04/14 12:39:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/12/12 10:35:30 adam Exp $
 bin/nltk-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -1067,6 +1067,9 @@ ${PYSITELIB}/nltk/translate/ibm5.pyo
 ${PYSITELIB}/nltk/translate/ibm_model.py
 ${PYSITELIB}/nltk/translate/ibm_model.pyc
 ${PYSITELIB}/nltk/translate/ibm_model.pyo
+${PYSITELIB}/nltk/translate/lepor.py
+${PYSITELIB}/nltk/translate/lepor.pyc
+${PYSITELIB}/nltk/translate/lepor.pyo
 ${PYSITELIB}/nltk/translate/meteor_score.py
 ${PYSITELIB}/nltk/translate/meteor_score.pyc
 ${PYSITELIB}/nltk/translate/meteor_score.pyo

Index: pkgsrc/textproc/py-nltk/distinfo
diff -u pkgsrc/textproc/py-nltk/distinfo:1.9 pkgsrc/textproc/py-nltk/distinfo:1.10
--- pkgsrc/textproc/py-nltk/distinfo:1.9        Tue Jan 14 17:19:21 2025
+++ pkgsrc/textproc/py-nltk/distinfo    Fri Dec 12 10:35:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/01/14 17:19:21 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/12/12 10:35:30 adam Exp $
 
-BLAKE2s (nltk-3.9.1.tar.gz) = a3a188cfe1cc2caa1782fca196ace63e5d6d10b7fc4f76b22260fd354db9e4e7
-SHA512 (nltk-3.9.1.tar.gz) = dad570b3a6728f22b55438a159b56009676f4fbdfc293673eaae0b0ed55dd2db91c32f59b3f89ff6d38101b3c3af9ea81f3519b578c83c17c1a9f3f716bc3ff4
-Size (nltk-3.9.1.tar.gz) = 2904691 bytes
+BLAKE2s (nltk-3.9.2.tar.gz) = 8bd3d8fcad25ec4b7f48a93d3b162ba52279402a619d09adc26b0a19c3a17914
+SHA512 (nltk-3.9.2.tar.gz) = 2dd339b8f820722914c0b8d77e8457a19e5d2287fbb1713158dc69e29f1078429d55cdb532efbff497b4f3747497e55ff7e1cd0e8974a62ab6b2f1461a5b7240
+Size (nltk-3.9.2.tar.gz) = 2887629 bytes



Home | Main Index | Thread Index | Old Index