8 buildPythonPackage rec {
12 disabled = pythonOlder "3.5";
15 inherit pname version;
16 sha256 = "6ac99dda4e7b0b3ae831507b6d0094802e6dd95891feafde8cc5c405b6c149ca";
19 nativeCheckInputs = [ unittestCheckHook ];
21 pythonImportsCheck = [ "fastimport" ];
24 homepage = "https://github.com/jelmer/python-fastimport";
25 description = "VCS fastimport/fastexport parser";
26 maintainers = with maintainers; [ koral ];
27 license = licenses.gpl2Plus;