12 buildPythonPackage rec {
13 pname = "logilab-constraint";
15 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-UiE1FsHYJxvJd+lqCQKJQkAHXa5iRQYEzU9nDgrR6YY=";
27 propagatedBuildInputs = [
38 # avoid ModuleNotFoundError: No module named 'logilab.common' due to namespace
43 # these tests are abstract test classes intended to be inherited
47 pythonImportsCheck = [ "logilab.constraint" ];
50 description = "logilab-database provides some classes to make unified access to different";
51 homepage = "https://forge.extranet.logilab.fr/open-source/logilab-constraint";
52 changelog = "https://forge.extranet.logilab.fr/open-source/logilab-constraint/-/blob/${version}/CHANGELOG.md";
53 license = licenses.lgpl21Plus;
54 maintainers = with lib.maintainers; [ ];