10 buildPythonPackage rec {
13 format = "setuptools";
18 hash = "sha256-9QE0hOr3og6yLRghqu/mC1DMMpciNytfhWXUbUqq/Mo=";
22 substituteInPlace wand/api.py --replace \
23 "magick_home = os.environ.get('MAGICK_HOME')" \
24 "magick_home = '${imagemagickBig}'"
33 # https://github.com/emcconville/wand/issues/558
34 "test_forward_fourier_transform"
35 "test_inverse_fourier_transform"
36 # our imagemagick doesn't set MagickReleaseDate
37 "test_configure_options"
40 passthru.imagemagick = imagemagickBig;
43 changelog = "https://docs.wand-py.org/en/${version}/changes.html";
44 description = "Ctypes-based simple MagickWand API binding for Python";
45 homepage = "http://wand-py.org/";
46 license = [ licenses.mit ];
47 maintainers = with maintainers; [ dotlambda ];