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 { };
|
||||
|
||||
wand = buildPythonPackage rec {
|
||||
name = "Wand-0.3.5";
|
||||
Wand = buildPythonPackage rec {
|
||||
pname = "Wand";
|
||||
version = "0.4.4";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/W/Wand/${name}.tar.gz";
|
||||
sha256 = "31e2186ce8d1da0d2ea84d1428fc4d441c2e9d0e25156cc746b35b781026bcff";
|
||||
url = "mirror://pypi/${builtins.substring 0 1 pname}/${pname}/${name}.tar.gz";
|
||||
sha256 = "28e0454c9d16d69c5d5034918d96320d8f9f1377b4fdaf4944eec2f938c74704";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pkgs.imagemagick pytest psutil memory_profiler pytest_xdist ];
|
||||
|
||||
# No tests
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Ctypes-based simple MagickWand API binding for Python";
|
||||
homepage = http://wand-py.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user