11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-j2SvpQvDMfwoj2PAQSxzEIyIzzJ61Eb9wgetKyni6A4=";
25 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook ];
32 patches = [ ./no-setup-requires-pytestrunner.patch ];
34 pythonImportsCheck = [ "grandalf" ];
37 description = "Module for experimentations with graphs and drawing algorithms";
38 homepage = "https://github.com/bdcht/grandalf";
39 license = licenses.gpl2Only;
40 maintainers = with maintainers; [ cmcdragonkai ];