pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-snowballstemmer



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 16 07:24:13 UTC 2019

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

Log Message:
py-snowballstemmer: updated to 2.0.0

snowballstemmer 2.0.0:
* Simplified generated code for ``repeat`` and ``atleast`` commands.
* Implemented “go grouping” optimisation.
* Removed caching layer.
* Enabled building wheels.
* Updated package README.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-snowballstemmer/Makefile \
    pkgsrc/textproc/py-snowballstemmer/PLIST \
    pkgsrc/textproc/py-snowballstemmer/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-snowballstemmer/Makefile
diff -u pkgsrc/textproc/py-snowballstemmer/Makefile:1.3 pkgsrc/textproc/py-snowballstemmer/Makefile:1.4
--- pkgsrc/textproc/py-snowballstemmer/Makefile:1.3     Sat Sep  7 07:22:14 2019
+++ pkgsrc/textproc/py-snowballstemmer/Makefile Wed Oct 16 07:24:13 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/09/07 07:22:14 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/10/16 07:24:13 adam Exp $
 
-DISTNAME=      snowballstemmer-1.9.1
+DISTNAME=      snowballstemmer-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/snowballstemmer/}
@@ -12,5 +12,5 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-snowballstemmer/PLIST
diff -u pkgsrc/textproc/py-snowballstemmer/PLIST:1.3 pkgsrc/textproc/py-snowballstemmer/PLIST:1.4
--- pkgsrc/textproc/py-snowballstemmer/PLIST:1.3        Sat Sep  7 07:22:14 2019
+++ pkgsrc/textproc/py-snowballstemmer/PLIST    Wed Oct 16 07:24:13 2019
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2019/09/07 07:22:14 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2019/10/16 07:24:13 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/snowballstemmer/__init__.py
 ${PYSITELIB}/snowballstemmer/__init__.pyc
 ${PYSITELIB}/snowballstemmer/__init__.pyo
Index: pkgsrc/textproc/py-snowballstemmer/distinfo
diff -u pkgsrc/textproc/py-snowballstemmer/distinfo:1.3 pkgsrc/textproc/py-snowballstemmer/distinfo:1.4
--- pkgsrc/textproc/py-snowballstemmer/distinfo:1.3     Sat Sep  7 07:22:14 2019
+++ pkgsrc/textproc/py-snowballstemmer/distinfo Wed Oct 16 07:24:13 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/09/07 07:22:14 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/10/16 07:24:13 adam Exp $
 
-SHA1 (snowballstemmer-1.9.1.tar.gz) = 079516d1b04c685fa0490871ee03c9a3150e464f
-RMD160 (snowballstemmer-1.9.1.tar.gz) = 2c422c29ab852cbe33729fb1f27960a0dcd8d130
-SHA512 (snowballstemmer-1.9.1.tar.gz) = 014cad553ce5be67e614f51a6023e1673c34ee6cdaad7de872aadad385c3ab5599cc06fa7449819da5f61a91ea45eab8fcf85315a2c2b89979edb70c7d29501b
-Size (snowballstemmer-1.9.1.tar.gz) = 82045 bytes
+SHA1 (snowballstemmer-2.0.0.tar.gz) = d303e11059ecbb8ad3a6d7b08af5d2f15b83ddec
+RMD160 (snowballstemmer-2.0.0.tar.gz) = 7bf4fe09842bfd07049336c19c3f56b500d48125
+SHA512 (snowballstemmer-2.0.0.tar.gz) = d673205cacc7f6e81eaee23e6c50064af77c3c4464dbdf5dc1c3f5682dec2688fe6e7069b7ed2e59259312ba926d3be84bd846a132b6138e30b4ff2b9a9353e8
+Size (snowballstemmer-2.0.0.tar.gz) = 79284 bytes



Home | Main Index | Thread Index | Old Index