11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
17 owner = "hercules-team";
18 repo = "python-augeas";
20 hash = "sha256-Lq8ckra3sqN38zo1d5JsEq6U5TtLKRmqysoWNwR9J9A=";
23 nativeBuildInputs = [ pkg-config ];
30 propagatedBuildInputs = [ cffi ];
32 nativeCheckInputs = [ unittestCheckHook ];
34 pythonImportsCheck = [ "augeas" ];
37 changelog = "https://github.com/hercules-team/python-augeas/releases/tag/v${version}";
38 description = "Pure python bindings for augeas";
39 homepage = "https://github.com/hercules-team/python-augeas";
40 license = licenses.lgpl2Plus;
41 platforms = platforms.unix;