pythonPackages: add wand, ctypes-based simple MagickWand API binding for Python
This commit is contained in:
parent
eefb56ffbf
commit
cf6ff3a8a3
@ -6233,6 +6233,24 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
};
|
||||
|
||||
|
||||
wand = buildPythonPackage rec {
|
||||
name = "Wand-0.3.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/W/Wand/${name}.tar.gz";
|
||||
md5 = "10bab03bf86ce8da2a95a3b15197ae2e";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.imagemagick pytest psutil memory_profiler pytest_xdist ];
|
||||
|
||||
meta = {
|
||||
description = "Ctypes-based simple MagickWand API binding for Python";
|
||||
homepage = http://wand-py.org/;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
webob = buildPythonPackage rec {
|
||||
version = "1.2.3";
|
||||
name = "webob-${version}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user