mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 { };
|
||||
|
||||
nwdiag = buildPythonPackage rec {
|
||||
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 ];
|
||||
};
|
||||
};
|
||||
nwdiag = callPackage ../development/python-modules/nwdiag { };
|
||||
|
||||
dynd = buildPythonPackage rec {
|
||||
version = "0.7.2";
|
||||
|
Loading…
Reference in New Issue
Block a user