All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-dicttoxml: remove package
@ 2022-12-06 13:18 yegorslists--- via buildroot
  2022-12-06 15:01 ` Woody Douglass via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: yegorslists--- via buildroot @ 2022-12-06 13:18 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

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

Signed-off-by: Yegor Yefremov <yegorslists@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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/python-dicttoxml: remove package
  2022-12-06 13:18 [Buildroot] [PATCH] package/python-dicttoxml: remove package yegorslists--- via buildroot
@ 2022-12-06 15:01 ` Woody Douglass via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Woody Douglass via buildroot @ 2022-12-06 15:01 UTC (permalink / raw)
  To: yegorslists, buildroot

Tested-by: Woodrow Douglass <wdouglass@carnegierobotics.com>

On Tue, 2022-12-06 at 14:18 +0100, yegorslists--- via buildroot wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Package was removed because it was unmaintained. Use
> python-dicttoxml2 instead.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@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))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-12-06 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06 13:18 [Buildroot] [PATCH] package/python-dicttoxml: remove package yegorslists--- via buildroot
2022-12-06 15:01 ` Woody Douglass via buildroot

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.