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:           Wed Mar  5 10:30:20 UTC 2025

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

Log Message:
py-Whoosh: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-Whoosh/Makefile

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.17 pkgsrc/textproc/py-Whoosh/Makefile:1.18
--- pkgsrc/textproc/py-Whoosh/Makefile:1.17     Mon Nov 11 07:29:01 2024
+++ pkgsrc/textproc/py-Whoosh/Makefile  Wed Mar  5 10:30:19 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:29:01 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/03/05 10:30:19 wiz Exp $
 
 DISTNAME=      Whoosh-2.7.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Whoosh/}
 
@@ -11,11 +11,11 @@ HOMEPAGE=   https://bitbucket.org/mchaput/
 COMMENT=       Fast, featureful full-text indexing and searching library implemented
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
+WHEEL_NAME=    ${DISTNAME:tl}
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index