b805bc94a3
Version 0.6.6 ------------- - Added :meth:`Image.get_image_distortion() <wand.image.BaseImage.get_image_distortion>` method. - Fixed `QuantumType` allocation for 32-bit architectures using HDRI. - Fixed `MagickSizeType` allocation for :meth:`ResourceLimits.set_resource_limit() <wand.resource.ResourceLimits.set_resource_limit>` and segfault with ``armv7l`` architecture. - Fixed :class:`~wand.color.Color` deallocation error on 32-bit architectures. - Deprecated :meth:`wand.color.scale_quantum_to_int8()` - [TEST] Deprecated PDF format from test assets. - [TEST] Deprecated :class:`~wand.drawing.Drawing` test `fx_wand` fixture to improve parallel CI testing. - [TEST] Marked all ImageMagick-7 features skipped when running test suite with ImageMagick-6.
21 lines
579 B
Makefile
21 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/03/05 13:43:57 adam Exp $
|
|
|
|
DISTNAME= Wand-0.6.6
|
|
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
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test:test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|