10 buildPythonPackage rec {
13 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-d4+CRv1uecIdS4t23cAI34s/PdIFYNQXfABuRWjzCUQ=";
22 nativeBuildInputs = [ poetry-core ];
24 propagatedBuildInputs = [ exceptiongroup ];
26 pythonImportsCheck = [ "generic" ];
29 description = "Generic programming (Multiple dispatch) library for Python";
31 homepage = "https://github.com/gaphor/generic";
32 changelog = "https://github.com/gaphor/generic/releases/tag/${version}";
33 license = licenses.bsd3;