Loading maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,11 @@ github = "akru"; name = "Alexander Krupenkin "; }; alexchapman = { name = "Alex Chapman"; email = "alex@farfromthere.net"; github = "AJChapman"; }; alexvorobiev = { email = "alexander.vorobiev@gmail.com"; github = "alexvorobiev"; Loading pkgs/development/python-modules/python-docx/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib , behave , buildPythonPackage , fetchPypi , lxml , pytest , pyparsing , mock }: buildPythonPackage rec { pname = "python-docx"; version = "0.8.6"; src = fetchPypi { inherit pname version; sha256 = "117i84s6fcdsrfckbvznnqgqwhnf1x0523ps16cki8sg9byydv2m"; }; checkInputs = [ behave mock pyparsing pytest ]; propagatedBuildInputs = [ lxml ]; checkPhase = '' py.test tests ''; meta = { description = "Create and update Microsoft Word .docx files"; homepage = https://python-docx.readthedocs.io/en/latest/; license = lib.licenses.mit; maintainers = [ lib.maintainers.alexchapman ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18298,6 +18298,8 @@ EOF wsproto = callPackage ../development/python-modules/wsproto { }; h11 = callPackage ../development/python-modules/h11 { }; python-docx = callPackage ../development/python-modules/python-docx { }; }); in fix' (extends overrides packages) Loading
maintainers/maintainer-list.nix +5 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,11 @@ github = "akru"; name = "Alexander Krupenkin "; }; alexchapman = { name = "Alex Chapman"; email = "alex@farfromthere.net"; github = "AJChapman"; }; alexvorobiev = { email = "alexander.vorobiev@gmail.com"; github = "alexvorobiev"; Loading
pkgs/development/python-modules/python-docx/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib , behave , buildPythonPackage , fetchPypi , lxml , pytest , pyparsing , mock }: buildPythonPackage rec { pname = "python-docx"; version = "0.8.6"; src = fetchPypi { inherit pname version; sha256 = "117i84s6fcdsrfckbvznnqgqwhnf1x0523ps16cki8sg9byydv2m"; }; checkInputs = [ behave mock pyparsing pytest ]; propagatedBuildInputs = [ lxml ]; checkPhase = '' py.test tests ''; meta = { description = "Create and update Microsoft Word .docx files"; homepage = https://python-docx.readthedocs.io/en/latest/; license = lib.licenses.mit; maintainers = [ lib.maintainers.alexchapman ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18298,6 +18298,8 @@ EOF wsproto = callPackage ../development/python-modules/wsproto { }; h11 = callPackage ../development/python-modules/h11 { }; python-docx = callPackage ../development/python-modules/python-docx { }; }); in fix' (extends overrides packages)