10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-j2SvpQvDMfwoj2PAQSxzEIyIzzJ61Eb9wgetKyni6A4=";
24 propagatedBuildInputs = [
34 ./no-setup-requires-pytestrunner.patch
37 pythonImportsCheck = [
42 description = "Module for experimentations with graphs and drawing algorithms";
43 homepage = "https://github.com/bdcht/grandalf";
44 license = licenses.gpl2Only;
45 maintainers = with maintainers; [ cmcdragonkai ];