pkgsrc/graphics/py-wand/Makefile
adam 0c19607344 py-wand: updated to 0.6.9
Version 0.6.9
Updated Image.fx() method to raise WandRuntimeError if ImageMagick is unable to generate an image.
Fixed Image.from_array() classmethod to handle Numpy’s strided arrays.
Fixed segmentation fault introduced with ImageMagick 7.1.0-45.
2022-08-05 08:04:03 +00:00

21 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.11 2022/08/05 08:04:03 adam Exp $
DISTNAME= Wand-0.6.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Wand/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://docs.wand-py.org/
COMMENT= Ctypes-based simple ImageMagick binding for Python
LICENSE= mit
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
PYTHON_VERSIONED_DEPENDENCIES= test:test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"