8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.5";
16 inherit pname version;
17 sha256 = "6ac99dda4e7b0b3ae831507b6d0094802e6dd95891feafde8cc5c405b6c149ca";
20 nativeCheckInputs = [ unittestCheckHook ];
22 pythonImportsCheck = [ "fastimport" ];
25 homepage = "https://github.com/jelmer/python-fastimport";
26 description = "VCS fastimport/fastexport parser";
27 maintainers = with maintainers; [ koral ];
28 license = licenses.gpl2Plus;