8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-/bK7p6xEAHLRxB6rUNjXSuiPYKi2V1xuLHgF3EYgk6o=";
20 pythonImportsCheck = [ "striprtf" ];
23 changelog = "https://github.com/joshy/striprtf/blob/v${version}/CHANGELOG.md";
24 homepage = "https://github.com/joshy/striprtf";
25 description = "Simple library to convert rtf to text";
26 mainProgram = "striprtf";
27 maintainers = with maintainers; [ aanderse ];
28 license = with licenses; [ bsd3 ];