14 buildPythonPackage rec {
15 pname = "python-docx";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-WCm3IhQc8at5rt8MNNn+mSSyl2RYTA8hZOsrAtzfF8k=";
30 propagatedBuildInputs = [
43 behave --format progress --stop --tags=-wip
46 pythonImportsCheck = [
51 # https://github.com/python-openxml/python-docx/issues/1302
52 "it_accepts_unicode_providing_there_is_no_encoding_declaration"
57 "ignore::DeprecationWarning"
61 description = "Create and update Microsoft Word .docx files";
62 homepage = "https://python-docx.readthedocs.io/";
63 changelog = "https://github.com/python-openxml/python-docx/blob/v${version}/HISTORY.rst";
64 license = licenses.mit;
65 maintainers = with maintainers; [ alexchapman ];