1 { lib, fetchPypi, python, buildPythonPackage, nose, future, coverage }:
3 buildPythonPackage rec {
9 sha256 = "1jffhi20m82fdf78bjhncbdxkfzcskrlipxlrqq9741xdvrn14b5";
12 # disable tests due to problem with nose
13 # https://github.com/nose-devs/nose/issues/1037
16 checkInputs = [ nose coverage ];
17 propagatedBuildInputs = [ future ];
20 ${python.interpreter} setup.py nosetests
24 homepage = "https://pyzufall.readthedocs.io/de/latest/";
25 description = "Library for generating random data and sentences in german language";
26 license = licenses.gpl3Plus;
27 maintainers = with maintainers; [ davidak ];