pythonPackages.Wand: 0.3.5 -> 0.4.4
This commit is contained in:
parent
b95b6315af
commit
762d847d47
@ -26443,16 +26443,20 @@ EOF
|
|||||||
|
|
||||||
websockets = callPackage ../development/python-modules/websockets { };
|
websockets = callPackage ../development/python-modules/websockets { };
|
||||||
|
|
||||||
wand = buildPythonPackage rec {
|
Wand = buildPythonPackage rec {
|
||||||
name = "Wand-0.3.5";
|
pname = "Wand";
|
||||||
|
version = "0.4.4";
|
||||||
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/W/Wand/${name}.tar.gz";
|
url = "mirror://pypi/${builtins.substring 0 1 pname}/${pname}/${name}.tar.gz";
|
||||||
sha256 = "31e2186ce8d1da0d2ea84d1428fc4d441c2e9d0e25156cc746b35b781026bcff";
|
sha256 = "28e0454c9d16d69c5d5034918d96320d8f9f1377b4fdaf4944eec2f938c74704";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ pkgs.imagemagick pytest psutil memory_profiler pytest_xdist ];
|
buildInputs = with self; [ pkgs.imagemagick pytest psutil memory_profiler pytest_xdist ];
|
||||||
|
|
||||||
|
# No tests
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Ctypes-based simple MagickWand API binding for Python";
|
description = "Ctypes-based simple MagickWand API binding for Python";
|
||||||
homepage = http://wand-py.org/;
|
homepage = http://wand-py.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user