all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62568] [PATCH] gnu: Add python-pyoo.
@ 2023-03-31 10:09 Nicolas Graves via Guix-patches via
  2023-06-18 21:10 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-03-31 10:09 UTC (permalink / raw)
  To: 62568; +Cc: ngraves

* gnu/packages/libreoffice.scm (python-pyoo): New variable.
---
 gnu/packages/libreoffice.scm | 42 ++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 48689b9342..35074982e4 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -1187,3 +1187,45 @@ (define (install-python-script name)
      '((release-monitoring-url
         . "https://www.libreoffice.org/download/download-libreoffice/")))
     (license license:mpl2.0)))
+
+(define-public python-pyoo
+  (package
+    (name "python-pyoo")
+    (version "1.4")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "pyoo" version))
+              (sha256
+               (base32
+                "1bxj24nwrvqra0d18w0lckvm9iw6bvks1fid2b6xrpvfc5xb37ry"))))
+    (build-system python-build-system)
+    (arguments '(#:tests? #f))
+    (inputs (list libreoffice))
+    (home-page "https://github.com/mila/pyoo")
+    (synopsis "Pythonic interface to Apache OpenOffice API (UNO)")
+    (description "PyOO allows you to control a running OpenOffice or
+LibreOffice program for reading and writing spreadsheet documents.  The
+library can be used for generating documents in various formats.
+
+The main advantage of the PyOO library is that it can use almost any
+functionality implemented in OpenOffice / LibreOffice applications.  On the
+other hand it needs a running process of a office suite application which is
+significant overhead.  It uses the UNO standard interface to a running
+OpenOffice or LibreOffice application.
+
+PyOO wraps a robust Python-UNO bridge to simple and Pythonic interface.
+
+Available features:
+@itemize
+@item Opening and creation of spreadsheet documents
+@item Saving documents to all formats available in OpenOffice
+@item Charts and diagrams
+@item Sheet access and manipulation
+@item Formulas
+@item Cell merging
+@item Number, text, date, and time values
+@item Cell and text formating
+@item Number formating
+@item Locales
+@end itemize")
+    (license license:expat)))
-- 
2.39.2





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

* [bug#62568] [PATCH] gnu: Add python-pyoo.
  2023-03-31 10:09 [bug#62568] [PATCH] gnu: Add python-pyoo Nicolas Graves via Guix-patches via
@ 2023-06-18 21:10 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-06-18 21:10 UTC (permalink / raw)
  To: Nicolas Graves; +Cc: 62568

Hi,

Nicolas Graves <ngraves@ngraves.fr> skribis:

> * gnu/packages/libreoffice.scm (python-pyoo): New variable.

This is failing according to <https://qa.guix.gnu.org/issue/62568>.

Could you take a look?

Thanks,
Ludo’.




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

end of thread, other threads:[~2023-06-18 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31 10:09 [bug#62568] [PATCH] gnu: Add python-pyoo Nicolas Graves via Guix-patches via
2023-06-18 21:10 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.