python.pkgs.pybrain: remove broken and unmaintained package

This commit is contained in:
Frederik Rietdijk 2018-02-03 15:20:20 +01:00
parent 0821a22eba
commit 6a87242aeb

@ -21547,26 +21547,6 @@ EOF
};
};
pybrain = buildPythonPackage rec {
name = "pybrain-${version}";
version = "0.3.3";
src = pkgs.fetchurl {
url = "https://github.com/pybrain/pybrain/archive/${version}.tar.gz";
sha256 = "114m99vsrps2gjqfm3i3kxx4nibjhjdzphsy2bhrxa5q3h2q14dz";
};
propagatedBuildInputs = with self; [ scipy ];
meta = {
homepage = "http://pybrain.org/";
description = "Modular Machine Learning Library for Python";
license = licenses.bsd3;
maintainers = with maintainers; [ NikolaMandic ];
broken = true; # See https://github.com/NixOS/nixpkgs/pull/29198
};
};
threadpool = buildPythonPackage rec {
name = "threadpool-${version}";
version = "1.3.2";