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:   wiz
Date:           Tue Apr 22 20:39:50 UTC 2025

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

Log Message:
py-snowballstemmer: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-snowballstemmer/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-snowballstemmer/PLIST

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.7 pkgsrc/textproc/py-snowballstemmer/Makefile:1.8
--- pkgsrc/textproc/py-snowballstemmer/Makefile:1.7     Tue Jan  4 20:55:05 2022
+++ pkgsrc/textproc/py-snowballstemmer/Makefile Tue Apr 22 20:39:50 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:05 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/04/22 20:39:50 wiz Exp $
 
 DISTNAME=      snowballstemmer-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/snowballstemmer/}
 
@@ -11,7 +11,9 @@ HOMEPAGE=     https://github.com/snowballste
 COMMENT=       Python module with stemmer algorithms for multiple natural languages
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-snowballstemmer/PLIST
diff -u pkgsrc/textproc/py-snowballstemmer/PLIST:1.5 pkgsrc/textproc/py-snowballstemmer/PLIST:1.6
--- pkgsrc/textproc/py-snowballstemmer/PLIST:1.5        Tue Feb  9 10:28:26 2021
+++ pkgsrc/textproc/py-snowballstemmer/PLIST    Tue Apr 22 20:39:50 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2021/02/09 10:28:26 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.6 2025/04/22 20:39:50 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/snowballstemmer/__init__.py
 ${PYSITELIB}/snowballstemmer/__init__.pyc
 ${PYSITELIB}/snowballstemmer/__init__.pyo



Home | Main Index | Thread Index | Old Index