pythonPackages.nwdiag: move to python-modules/
This commit is contained in:
parent
9e76c950a7
commit
afd4a17ee5
@ -13012,29 +13012,7 @@ in {
|
|||||||
|
|
||||||
numtraits = callPackage ../development/python-modules/numtraits { };
|
numtraits = callPackage ../development/python-modules/numtraits { };
|
||||||
|
|
||||||
nwdiag = buildPythonPackage rec {
|
nwdiag = callPackage ../development/python-modules/nwdiag { };
|
||||||
name = "nwdiag-1.0.3";
|
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "mirror://pypi/n/nwdiag/${name}.tar.gz";
|
|
||||||
sha256 = "0n7ary1fngxk8bk15vabc8fhnmxlh098piciwaviwn7l4a5q1zys";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = with self; [ pep8 nose unittest2 docutils ];
|
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ blockdiag ];
|
|
||||||
|
|
||||||
# tests fail
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "Generate network-diagram image from spec-text file (similar to Graphviz)";
|
|
||||||
homepage = http://blockdiag.com/;
|
|
||||||
license = licenses.asl20;
|
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ bjornfor ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
dynd = buildPythonPackage rec {
|
dynd = buildPythonPackage rec {
|
||||||
version = "0.7.2";
|
version = "0.7.2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user