8 buildPythonPackage rec {
9 pname = "python-hglib";
13 inherit pname version;
14 hash = "sha256-sYvR7VPJDuV9VxTWata7crZOkw1K7KmDCJLAi7KNpgg=";
17 nativeCheckInputs = [ mercurial nose ];
20 export HGTMP=$(mktemp -d)
24 pythonImportsCheck = [ "hglib" ];
27 description = "Library with a fast, convenient interface to Mercurial. It uses Mercurial’s command server for communication with hg.";
28 homepage = "https://www.mercurial-scm.org/wiki/PythonHglibs";
29 license = licenses.mit;