10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-VvcI51qp0AKtt22CO6bvFm1+zsHj5MpMHKED+BdWgzU=";
22 nativeBuildInputs = [ setuptools-scm ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "textparser" ];
29 homepage = "https://github.com/eerimoq/textparser";
30 description = "Text parser";
31 license = licenses.mit;
32 maintainers = with maintainers; [ gray-heron ];