all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53566] [PATCH] Remove python2-odfpy and python2-defusedxml
@ 2022-01-27  4:10 kiasoc5--- via Guix-patches via
  2022-02-24  3:54 ` bug#53566: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5--- via Guix-patches via @ 2022-01-27  4:10 UTC (permalink / raw)
  To: 53566

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-gnu-Remove-python2-odfpy.patch --]
[-- Type: text/x-patch, Size: 834 bytes --]

From 5631e4e0382ae7f932171b7ee84f2e311d30b974 Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@tutanota.com>
Date: Wed, 26 Jan 2022 22:59:03 -0500
Subject: [PATCH 1/2] gnu: Remove python2-odfpy.

* gnu/packages/xml.scm (python2-odfpy): Remove variable.
---
 gnu/packages/xml.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 771c577618..4be7ee7b58 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1468,9 +1468,6 @@ (define-public python-defusedxml
      "Defusedxml provides XML bomb protection for Python stdlib modules.")
     (license license:psfl)))
 
-(define-public python2-defusedxml
-  (package-with-python2 python-defusedxml))
-
 (define-public freexl
   (package
     (name "freexl")

base-commit: 90a41fe388102d448b3f91a070e38a7680d2d568
-- 
2.35.0


[-- Attachment #3: 0002-gnu-Remove-python2-defusedxml.patch --]
[-- Type: text/x-patch, Size: 846 bytes --]

From f1f927318c1de252a9eb333e7fb3854a9a966e6c Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@tutanota.com>
Date: Wed, 26 Jan 2022 22:57:27 -0500
Subject: [PATCH 2/2] gnu: Remove python2-defusedxml.

* gnu/packages/xml.scm (python2-defused): Remove variable.
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c8ba314d38..41a5692a95 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17364,9 +17364,6 @@ (define-public python-odfpy
      ;; number of files with other licenses.
      (list license:gpl2+ license:asl2.0 license:lgpl2.1+ license:cc-by-sa3.0))))
 
-(define-public python2-odfpy
-  (package-with-python2 python-odfpy))
-
 (define-public python-natsort
   (package
     (name "python-natsort")
-- 
2.35.0


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

* bug#53566: [PATCH] Remove python2-odfpy and python2-defusedxml
  2022-01-27  4:10 [bug#53566] [PATCH] Remove python2-odfpy and python2-defusedxml kiasoc5--- via Guix-patches via
@ 2022-02-24  3:54 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-02-24  3:54 UTC (permalink / raw)
  To: kiasoc5; +Cc: 53566-done

Hello!

Applied both removal patches; thank you!

Maxim




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

end of thread, other threads:[~2022-02-24  3:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27  4:10 [bug#53566] [PATCH] Remove python2-odfpy and python2-defusedxml kiasoc5--- via Guix-patches via
2022-02-24  3:54 ` bug#53566: " Maxim Cournoyer

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.