b1dd874e75
Version 0.5.9 Fixed dither parameter in Image.quantize() method for ImageMagick-7. Added Image.combine() method. [Thanks Fred!] Check __fspath__ attribute for filename parameter when calling Image.save(). Fixed typo in ProfileDict documentation. Fixed typo in Resource.c_is_resource documentation. Updated broken sentence in Image.thumbnail() method. Check for linux_distribution() as method was removed in Python 3.8. Added Image.delay property. Previously only available with SingleImage class.
18 lines
482 B
Makefile
18 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/02/11 17:02:11 adam Exp $
|
|
|
|
DISTNAME= Wand-0.5.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Wand/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://docs.wand-py.org/
|
|
COMMENT= Ctypes-based simple ImageMagick binding for Python
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|