7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
15 inherit pname version;
16 hash = "sha256-/bK7p6xEAHLRxB6rUNjXSuiPYKi2V1xuLHgF3EYgk6o=";
19 pythonImportsCheck = [
24 changelog = "https://github.com/joshy/striprtf/blob/v${version}/CHANGELOG.md";
25 homepage = "https://github.com/joshy/striprtf";
26 description = "A simple library to convert rtf to text";
27 maintainers = with maintainers; [ aanderse ];
28 license = with licenses; [ bsd3 ];