13 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.5.0";
19 src = fetchFromGitHub {
20 owner = "getting-things-gnome";
23 hash = "sha256-A2qChe2z6rAhjRVX5VoHQitebf/nMATdVZQgtlquuYg=";
27 gobject-introspection # for setup hook
32 buildInputs = [ gtk3 ];
34 propagatedBuildInputs = [ pygobject3 ];
38 ${xvfb-run}/bin/xvfb-run -s '-screen 0 800x600x24' pytest
43 description = "Python library built to easily handle data structure such are lists, trees and acyclic graphs";
44 homepage = "https://github.com/getting-things-gnome/liblarch";
45 downloadPage = "https://github.com/getting-things-gnome/liblarch/releases";
46 license = licenses.lgpl3Plus;
47 maintainers = with maintainers; [ oyren ];
48 platforms = platforms.linux;