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