emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29571: closed ([PATCH 1/2] gnu: Add python-olefile


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29571: closed ([PATCH 1/2] gnu: Add python-olefile.)
Date: Fri, 22 Dec 2017 16:52:01 +0000

Your message dated Fri, 22 Dec 2017 11:51:32 -0500
with message-id <address@hidden>
and subject line Re: [bug#29571] [PATCH 1/2] gnu: Add python-olefile.
has caused the debbugs.gnu.org bug report #29571,
regarding [PATCH 1/2] gnu: Add python-olefile.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29571: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29571
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add python-olefile. Date: Mon, 4 Dec 2017 19:34:21 -0500
* gnu/packages/python.scm (python-olefile): New variable.
---
 gnu/packages/python.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 01b4e2cd2..4304cd7f5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3643,6 +3643,29 @@ Python's distutils.")
 services for your Python modules and applications.")
     (license license:lgpl3+)))
 
+(define-public python-olefile
+  (package
+    (name "python-olefile")
+    (version "0.44")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/decalage2/olefile/archive/v";
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1wmxbrhyqjry2000zx0zdhqdqxhgi06nz7sbzjlh222q2zjv1gpj"))))
+    (build-system python-build-system)
+    (home-page
+     "https://www.decalage.info/python/olefileio";)
+    (synopsis "Read and write Microsoft OLE2 files.")
+    (description
+     "@code{olefile} can parse, read and write Microsoft OLE2 files (Structured
+Storage or Compound Document, Microsoft Office).  It is an improved version of
+the OleFileIO module from PIL, the Python Image Library.")
+    (license license:bsd-3)))
+
 (define-public python-pillow
   (package
     (name "python-pillow")
-- 
2.15.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29571] [PATCH 1/2] gnu: Add python-olefile. Date: Fri, 22 Dec 2017 11:51:32 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
address@hidden (Ludovic Courtès) writes:

> Hello!
>
> Kei Kebreau <address@hidden> skribis:
>
>> * gnu/packages/python.scm (python-olefile): New variable.
>
> [...]
>
>> +(define-public python-olefile
>> +  (package
>> +    (name "python-olefile")
>> +    (version "0.44")
>
> Did you purposefully omit the “python2-” variant?  If so, please add a
> tiny comment explaining this and push.

No, I did not! Added and pushed.

>
> Thanks,
> Ludo’.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]