pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-Whoosh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 22:17:50 UTC 2024

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-Whoosh/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-Whoosh/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-Whoosh/Makefile
diff -u pkgsrc/textproc/py-Whoosh/Makefile:1.15 pkgsrc/textproc/py-Whoosh/Makefile:1.16
--- pkgsrc/textproc/py-Whoosh/Makefile:1.15     Tue Jan  4 20:54:51 2022
+++ pkgsrc/textproc/py-Whoosh/Makefile  Sun May  5 22:17:50 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2022/01/04 20:54:51 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/05/05 22:17:50 wiz Exp $
 
 DISTNAME=      Whoosh-2.7.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Whoosh/}
 
@@ -11,10 +11,12 @@ HOMEPAGE=   https://bitbucket.org/mchaput/
 COMMENT=       Fast, featureful full-text indexing and searching library implemented
 LICENSE=       apache-2.0
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-Whoosh/PLIST
diff -u pkgsrc/textproc/py-Whoosh/PLIST:1.3 pkgsrc/textproc/py-Whoosh/PLIST:1.4
--- pkgsrc/textproc/py-Whoosh/PLIST:1.3 Sat Oct  7 11:07:39 2017
+++ pkgsrc/textproc/py-Whoosh/PLIST     Sun May  5 22:17:50 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2017/10/07 11:07:39 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}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.4 2024/05/05 22:17:50 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/whoosh/__init__.py
 ${PYSITELIB}/whoosh/__init__.pyc
 ${PYSITELIB}/whoosh/__init__.pyo



Home | Main Index | Thread Index | Old Index