unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60495] [PATCH] gnu: Add python-docx.
@ 2023-01-02 15:32 Maxim Cournoyer
  2023-01-02 16:36 ` jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2023-01-02 15:32 UTC (permalink / raw)
  To: 60495; +Cc: jgart, Lars-Dominik Braun, Maxim Cournoyer

* gnu/packages/python-xyz.scm (python-docx): New variable.
---

 gnu/packages/python-xyz.scm | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3bdd1e00d6..9526447a2a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -52,7 +52,7 @@
 ;;; Copyright © 2018-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
 ;;; Copyright © 2018, 2019, 2021 Clément Lassieur <clement@lassieur.org>
-;;; Copyright © 2018, 2019, 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2018, 2019, 2020, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2018 Luther Thompson <lutheroto@gmail.com>
 ;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org>
 ;;; Copyright © 2015, 2018 Pjotr Prins <pjotr.guix@thebird.nl>
@@ -4885,6 +4885,31 @@ (define-public python-docutils-0.15
     ;; tests contain Python 2 syntax.
     (arguments '(#:tests? #false))))
 
+(define-public python-docx
+  (package
+    (name "python-docx")
+    (version "0.8.11")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "python-docx" version))
+              (sha256
+               (base32
+                "1i7bxghb7knlyjain101qg1jmmz2b6qj03bi3vfxhvcml0rx418i"))))
+    (build-system pyproject-build-system)
+    (native-inputs
+     (list behave
+           python-flake8
+           python-mock
+           python-pyparsing
+           python-pytest))
+    (propagated-inputs
+     (list python-lxml))
+    (home-page "https://github.com/python-openxml/python-docx/")
+    (synopsis "Python library to create and modify Microsoft Word documents")
+    (description "This Python library can be used to create and update
+Microsoft Word (.docx) documents.")
+    (license license:expat)))
+
 (define-public python-restructuredtext-lint
   (package
     (name "python-restructuredtext-lint")

base-commit: 7efcf36e3b753a1dba6f8208f3c22d151007eaf0
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#60495] [PATCH] gnu: Add python-docx.
  2023-01-02 15:32 [bug#60495] [PATCH] gnu: Add python-docx Maxim Cournoyer
@ 2023-01-02 16:36 ` jgart via Guix-patches via
  2023-01-02 20:05   ` bug#60495: " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2023-01-02 16:36 UTC (permalink / raw)
  To: maxim.cournoyer, 60495; +Cc: Lars-Dominik Braun

Hi Maxim and Lars-Dominik,

I tested building python-docx locally and it builds fine. 

I also ran `guix lint -n` and `guix refresh -l` on it. 

Thanks!

all best,

jgart




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#60495: [PATCH] gnu: Add python-docx.
  2023-01-02 16:36 ` jgart via Guix-patches via
@ 2023-01-02 20:05   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-01-02 20:05 UTC (permalink / raw)
  To: jgart; +Cc: 60495-done, Lars-Dominik Braun

Hi jgart,

"jgart" <jgart@dismail.de> writes:

> Hi Maxim and Lars-Dominik,
>
> I tested building python-docx locally and it builds fine. 
>
> I also ran `guix lint -n` and `guix refresh -l` on it. 

Applied, thanks for the prompt review!

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-02 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-02 15:32 [bug#60495] [PATCH] gnu: Add python-docx Maxim Cournoyer
2023-01-02 16:36 ` jgart via Guix-patches via
2023-01-02 20:05   ` bug#60495: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).