[Buildroot] [PATCH] package/python-dicttoxml: remove package

yegorslists at googlemail.com yegorslists at googlemail.com
Tue Dec 6 13:18:01 UTC 2022


From: Yegor Yefremov <yegorslists at googlemail.com>

Package was removed because it was unmaintained. Use
python-dicttoxml2 instead.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
 Config.in.legacy                               |  8 ++++++++
 package/Config.in                              |  1 -
 package/python-dicttoxml/Config.in             |  8 --------
 package/python-dicttoxml/python-dicttoxml.hash |  5 -----
 package/python-dicttoxml/python-dicttoxml.mk   | 14 --------------
 5 files changed, 8 insertions(+), 28 deletions(-)
 delete mode 100644 package/python-dicttoxml/Config.in
 delete mode 100644 package/python-dicttoxml/python-dicttoxml.hash
 delete mode 100644 package/python-dicttoxml/python-dicttoxml.mk

diff --git a/Config.in.legacy b/Config.in.legacy
index 522102a0c0..12839b24a0 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -154,6 +154,14 @@ config BR2_PACKAGE_USBREDIR_SERVER
 	  0.13.0. usbredir tools (which include usbredirect binary) can
 	  be used as a replacement.
 
+config BR2_PACKAGE_PYTHON_DICTTOXML
+	bool "python-dicttoxml removed"
+	select BR2_LEGACY
+	select BR2_PACKAGE_PYTHON_DICTTOXML2
+	help
+	  Package was removed because it was unmaintained. Use
+          python-dicttoxml2 instead.
+
 comment "Legacy options removed in 2022.11"
 
 config BR2_PACKAGE_RABBITMQ_SERVER
diff --git a/package/Config.in b/package/Config.in
index f4a423c7a6..58edd43432 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1022,7 +1022,6 @@ menu "External python modules"
 	source "package/python-decorator/Config.in"
 	source "package/python-defusedxml/Config.in"
 	source "package/python-dialog3/Config.in"
-	source "package/python-dicttoxml/Config.in"
 	source "package/python-dicttoxml2/Config.in"
 	source "package/python-distro/Config.in"
 	source "package/python-django/Config.in"
diff --git a/package/python-dicttoxml/Config.in b/package/python-dicttoxml/Config.in
deleted file mode 100644
index 145887eddc..0000000000
--- a/package/python-dicttoxml/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-config BR2_PACKAGE_PYTHON_DICTTOXML
-	bool "python-dicttoxml"
-	select BR2_PACKAGE_PYTHON3_PYEXPAT
-	help
-	  Converts a Python dictionary or other native data type into
-	  a valid XML string.
-
-	  https://github.com/quandyfactory/dicttoxml
diff --git a/package/python-dicttoxml/python-dicttoxml.hash b/package/python-dicttoxml/python-dicttoxml.hash
deleted file mode 100644
index d8c43d0144..0000000000
--- a/package/python-dicttoxml/python-dicttoxml.hash
+++ /dev/null
@@ -1,5 +0,0 @@
-# md5 from https://pypi.python.org/pypi/dicttoxml/json
-md5  ec5643a048cf32dad3c28db236b923e4  dicttoxml-1.7.4.tar.gz
-# Locally computed
-sha256  ea44cc4ec6c0f85098c57a431a1ee891b3549347b07b7414c8a24611ecf37e45  dicttoxml-1.7.4.tar.gz
-sha256  4514114bd9da0b2fbf8c4fa264c0e6cc80fd41e6ac7f09d7a39a215662951c7c  LICENCE.txt
diff --git a/package/python-dicttoxml/python-dicttoxml.mk b/package/python-dicttoxml/python-dicttoxml.mk
deleted file mode 100644
index 537afff601..0000000000
--- a/package/python-dicttoxml/python-dicttoxml.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-################################################################################
-#
-# python-dicttoxml
-#
-################################################################################
-
-PYTHON_DICTTOXML_VERSION = 1.7.4
-PYTHON_DICTTOXML_SOURCE = dicttoxml-$(PYTHON_DICTTOXML_VERSION).tar.gz
-PYTHON_DICTTOXML_SITE = https://pypi.python.org/packages/74/36/534db111db9e7610a41641a1f6669a964aacaf51858f466de264cc8dcdd9
-PYTHON_DICTTOXML_SETUP_TYPE = distutils
-PYTHON_DICTTOXML_LICENSE = GPL-2.0
-PYTHON_DICTTOXML_LICENSE_FILES = LICENCE.txt
-
-$(eval $(python-package))
-- 
2.17.0




More information about the buildroot mailing list