12 pname = "python-nvd3";
16 src = fetchFromGitHub {
19 rev = "dc8e772597ed72f413b229856fc9a3318e57fcfc";
20 sha256 = "1vjnicszcc9j0rgb58104fk9sry5xad1xli64jana9bkx42c6x1v";
23 build-system = [ setuptools ];
30 nativeCheckInputs = [ pytestCheckHook ];
32 pytestFlagsArray = [ "tests.py" ];
35 homepage = "https://github.com/areski/python-nvd3";
36 description = "Python Wrapper for NVD3 - It's time for beautiful charts";
38 license = lib.licenses.mit;
39 maintainers = [ lib.maintainers.ivan-tkatchev ];