[PATCH] Remove python2-odfpy and python2-defusedxml

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Maxim Cournoyer
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 3 years ago
(name . Guix Patches)(address . guix-patches@gnu.org)
MuOiWj7--7-2@tutanota.com

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(-)

Toggle diff (18 lines)
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
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(-)

Toggle diff (16 lines)
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
Maxim Cournoyer wrote 3 years ago
(address . kiasoc5@tutanota.com)(address . 53566-done@debbugs.gnu.org)
87o82wly0v.fsf@gmail.com
Hello!

Applied both removal patches; thank you!

Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53566@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53566
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help