10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-MhOQ4pemxmjfp7Uy5hLA8i8BBI5QbvD4EjEcKMM/u3I=";
27 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Python library for generating and embedding data for unit testing";
40 homepage = "https://github.com/reity/fountains";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];