8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 sha256 = "1hfxp5c4wbyddy7fgmnda819w3dia3i6gqb2323dr2z016p84r7l";
20 propagatedBuildInputs = [ future ];
22 nativeCheckInputs = [ pytestCheckHook ];
24 pythonImportsCheck = [ "sparklines" ];
27 description = "This Python package implements Edward Tufte's concept of sparklines, but limited to text only";
28 mainProgram = "sparklines";
29 homepage = "https://github.com/deeplook/sparklines";
30 maintainers = with maintainers; [ rhoriguchi ];
31 license = licenses.gpl3Only;