pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-wand



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar  5 10:09:30 UTC 2025

Modified Files:
        pkgsrc/graphics/py-wand: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/py-wand/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-wand/Makefile
diff -u pkgsrc/graphics/py-wand/Makefile:1.16 pkgsrc/graphics/py-wand/Makefile:1.17
--- pkgsrc/graphics/py-wand/Makefile:1.16       Thu Jan  9 08:55:23 2025
+++ pkgsrc/graphics/py-wand/Makefile    Wed Mar  5 10:09:30 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2025/01/09 08:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/03/05 10:09:30 wiz Exp $
 
 DISTNAME=      Wand-0.6.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=W/Wand/}
 
@@ -10,11 +11,13 @@ HOMEPAGE=   https://docs.wand-py.org/
 COMMENT=       Ctypes-based simple ImageMagick binding for Python
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
 
 USE_LANGUAGES= c
 
+WHEEL_NAME=    ${DISTNAME:tl}
+
 # 'make test' doesn't work, but running 'pytest' in ${WRKSRC} gives
 # 2 failed, 562 passed, 6 skipped, 2 warnings
 



Home | Main Index | Thread Index | Old Index