9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.5";
17 inherit pname version;
18 sha256 = "6ac99dda4e7b0b3ae831507b6d0094802e6dd95891feafde8cc5c405b6c149ca";
21 nativeCheckInputs = [ unittestCheckHook ];
23 pythonImportsCheck = [ "fastimport" ];
26 homepage = "https://github.com/jelmer/python-fastimport";
27 description = "VCS fastimport/fastexport parser";
28 maintainers = with maintainers; [ koral ];
29 license = licenses.gpl2Plus;