From unknown Sun Jun 22 07:32:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#29571 <29571@debbugs.gnu.org> To: bug#29571 <29571@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: Add python-olefile. Reply-To: bug#29571 <29571@debbugs.gnu.org> Date: Sun, 22 Jun 2025 14:32:01 +0000 retitle 29571 [PATCH 1/2] gnu: Add python-olefile. reassign 29571 guix-patches submitter 29571 Kei Kebreau severity 29571 normal tag 29571 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 04 19:34:51 2017 Received: (at submit) by debbugs.gnu.org; 5 Dec 2017 00:34:51 +0000 Received: from localhost ([127.0.0.1]:46127 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eM1CE-0005Tv-T4 for submit@debbugs.gnu.org; Mon, 04 Dec 2017 19:34:51 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46861) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eM1CD-0005Ti-EX for submit@debbugs.gnu.org; Mon, 04 Dec 2017 19:34:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eM1C7-0000xO-Fu for submit@debbugs.gnu.org; Mon, 04 Dec 2017 19:34:44 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42418) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eM1C7-0000xK-Cx for submit@debbugs.gnu.org; Mon, 04 Dec 2017 19:34:43 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eM1C6-0003XP-9z for guix-patches@gnu.org; Mon, 04 Dec 2017 19:34:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eM1C3-0000x0-9R for guix-patches@gnu.org; Mon, 04 Dec 2017 19:34:42 -0500 Received: from mout01.posteo.de ([185.67.36.65]:58121) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eM1C3-0000uM-3S for guix-patches@gnu.org; Mon, 04 Dec 2017 19:34:39 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D946720DF8 for ; Tue, 5 Dec 2017 01:34:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1512434068; bh=GsS8SPAF0rpvyp2juECGl/ddnV7+tY7NCCALVJZ2bII=; h=From:To:Cc:Subject:Date:From; b=OM4gA6hokUgH0zh4tuioCM/FeoynBTTwEDO5I734PmRGQy+wO6sIu+j9+vSjLol0u 0kJ8Z2UQUjjUM8+nQQyHb7NbI062oulJR3R7wEoi+shOGKGBYLNXLEXrLs+DStfnGU hpjpFxk0iVbe1suc6J5HuCF0jY1bmBLBQ6E/As/5E+9/c+Ynt8Nq/fCO6IUPNJe+k8 CWzfjzl9XTy5hOMhJDrNH7imtAXyPZCtM023+gHX6r8wE618XZyXcESDh4z0/Xa5uf oEdMIY9k6AJiBCVEhRZ3B469rQIepSnhv77WF1fjhpAbC2logBYBpPhNijSkQHV5yP DSYu66YaDu39A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3yrN6W5Dwbz9rxC; Tue, 5 Dec 2017 01:34:27 +0100 (CET) From: Kei Kebreau To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add python-olefile. Date: Mon, 4 Dec 2017 19:34:21 -0500 Message-Id: <20171205003422.18643-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.15.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Kei Kebreau X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 22 04:01:26 2017 Received: (at 29571) by debbugs.gnu.org; 22 Dec 2017 09:01:26 +0000 Received: from localhost ([127.0.0.1]:46831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSJCo-0002lo-2c for submit@debbugs.gnu.org; Fri, 22 Dec 2017 04:01:26 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:51754) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSJCk-0002ik-Rt for 29571@debbugs.gnu.org; Fri, 22 Dec 2017 04:01:24 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id C96BB10041; Fri, 22 Dec 2017 10:01:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jpv038YCJv-N; Fri, 22 Dec 2017 10:01:25 +0100 (CET) Received: from ribbon (unknown [193.50.110.235]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0EF87FE6C; Fri, 22 Dec 2017 10:01:25 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Kei Kebreau Subject: Re: [bug#29571] [PATCH 1/2] gnu: Add python-olefile. References: <20171205003422.18643-1-kkebreau@posteo.net> Date: Fri, 22 Dec 2017 10:01:20 +0100 In-Reply-To: <20171205003422.18643-1-kkebreau@posteo.net> (Kei Kebreau's message of "Mon, 4 Dec 2017 19:34:21 -0500") Message-ID: <87608zb0gv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29571 Cc: 29571@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello! Kei Kebreau 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 =E2=80=9Cpython2-=E2=80=9D variant? If so, p= lease add a tiny comment explaining this and push. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 22 11:51:50 2017 Received: (at 29571-done) by debbugs.gnu.org; 22 Dec 2017 16:51:50 +0000 Received: from localhost ([127.0.0.1]:48241 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSQY2-0000mG-4e for submit@debbugs.gnu.org; Fri, 22 Dec 2017 11:51:50 -0500 Received: from mout01.posteo.de ([185.67.36.65]:40697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSQXz-0000m1-Uq for 29571-done@debbugs.gnu.org; Fri, 22 Dec 2017 11:51:48 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D04AB20E8F for <29571-done@debbugs.gnu.org>; Fri, 22 Dec 2017 17:51:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1513961501; bh=EJfQOHzV93MlsvMzvEYh43Sx92USts4q07SGzb4WsEo=; h=From:To:Cc:Subject:Date:From; b=be6FzlLh7QSopOqLG8jWmxXP+IwQIithraDAsdjYlriAZ6IWUuH/esASZjHD1kYvZ 5iLuq0prxBssgDdswh7BQfwLb06ZlJNQmIWwvidaiA8YZHrnNWeMw4Uk8C6scKynZB 8hvQNXRCutLBNo/SINZi8AzcZORLQziDNeAR9+j5qZ9eJ+yTH9UrgnbjnzQz0v4pB8 tTecMTue+MlLGz3zQ6u+tTTd92QVhJqOKVnp35gPYLwqg3/JxW3UJielqdu23lKEgk c7KqgnPwRVciNDfX5a8Vh76NjhhpcjROgPzFLmzM3lBkdDNNXplCuyB2IpjVNC/YU/ k4CdU5GLP4tJQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3z3F0C6B6hz9rxD; Fri, 22 Dec 2017 17:51:38 +0100 (CET) From: Kei Kebreau To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [bug#29571] [PATCH 1/2] gnu: Add python-olefile. References: <20171205003422.18643-1-kkebreau@posteo.net> <87608zb0gv.fsf@gnu.org> Date: Fri, 22 Dec 2017 11:51:32 -0500 In-Reply-To: <87608zb0gv.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 22 Dec 2017 10:01:20 +0100") Message-ID: <87a7yayacr.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 29571-done Cc: 29571-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello! > > Kei Kebreau 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 =E2=80=9Cpython2-=E2=80=9D variant? If so,= please add a > tiny comment explaining this and push. No, I did not! Added and pushed. > > Thanks, > Ludo=E2=80=99. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlo9OBQACgkQ5qXuPBlG eg3vIg//SLU5VMfkSkm38aAXdSUEn3RGH8oclK+xdMIhrcrdhn4Fsv0HQalITbI+ m8JxSYEOhSelRV6STfRdYd5wZiJw9uXePguSSyU19dOrQ+tsP+CtcqypRRNZO82z /j9zEOEqBzm5GYS9sL70PY8rK9++rUyy2bk7xukI5BvsDlQUkK6UtobOAmueLhp5 FJH5mWR49xSByyekXPEhmHo8x+euzDgKlalNPfZCB1CqclryqAKXJrVSqoRZfGxX EiuogzyKmaaNSCsa5ibUpb+mojfFb6v/ZMQlsu0fiBpvXW9nkUGHb+AdSL2b0rwX guyCh4Hk5hcU0EsYltWDQal5W32WsWphWiS7yEdVSaqMPRo20+okHum0RtYme65a XU73n60v+bRYkvfbmVjh4hcEbvUetwj8FwRgQku9FshMMeD4o7jO4d0v06vr49dD ci8fyaNh100ne/e07s0MVkOq8WY4iYI8tmk3Dw+UmW/Ptcs+xVVJ8cNuB3xMLepD qLQ6r9PBmbwliY7Laiy/o/wOFTxdYEyACAeSBZ3BR4puF/YlwE8uj+VxqEXdQipo u0o5uNFDKuVTqDTZBlaeJqrEImoir7iSDGVSN8x7aMmEVuXcym4L6dhHOa1F4PEk /cV2IVRwa9SP1vgJRIqW2ymbWX1gJjsHmrO3l4+g6kCtimC6Ftg= =QZcn -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 07:32:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 20 Jan 2018 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator