package/python-bunch: remove package

Since the python3 bump to version 3.11 in commit
738500c296 python-bunch has failed
to build.

This is due to open() which no longer accepts 'U' (“universal
newline”) in the file mode.

Remove this package as it has not had a release since 2011 and
is unmaintained upstream.

Details:
https://docs.python.org/3.11/whatsnew/3.11.html#porting-to-python-3-11

Fixes:
 - http://autobuild.buildroot.net/results/2ba/2ba72fc9837605a36ea63bbd3e6e181a40cdf360

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
James Hilliard 2022-12-12 08:41:11 -07:00 committed by Peter Korsgaard
parent 4cdd99190e
commit 29fd8481e2
6 changed files with 7 additions and 27 deletions

View File

@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2023.02"
config BR2_PACKAGE_PYTHON_BUNCH
bool "python-bunch removed"
select BR2_LEGACY
help
The python-bunch package is unmaintained and is replaced
by the python-munch package.
config BR2_TARGET_GUMMIBOOT
bool "gummiboot removed"
select BR2_LEGACY

View File

@ -2040,7 +2040,6 @@ F: package/policycoreutils/
F: package/proftpd/
F: package/protobuf-c/
F: package/protobuf/
F: package/python-bunch/
F: package/python-colorama/
F: package/python-filelock/
F: package/python-flask-cors/

View File

@ -985,7 +985,6 @@ menu "External python modules"
source "package/python-bottle/Config.in"
source "package/python-brotli/Config.in"
source "package/python-bsdiff4/Config.in"
source "package/python-bunch/Config.in"
source "package/python-cached-property/Config.in"
source "package/python-can/Config.in"
source "package/python-canopen/Config.in"

View File

@ -1,6 +0,0 @@
config BR2_PACKAGE_PYTHON_BUNCH
bool "python-bunch"
help
A dot-accessible dictionary (a la JavaScript objects).
http://github.com/dsc/bunch

View File

@ -1,5 +0,0 @@
# md5, sha256 from https://pypi.org/pypi/bunch/json
md5 0a829d64e95ed96defbcae2bf9061bb0 bunch-1.0.1.tar.gz
sha256 50c77a0fc0cb372dfe48b5e11937d5f70e743adbf42683f3a6d2857645a76aaa bunch-1.0.1.tar.gz
# Locally computed sha256 checksums
sha256 57ca95c92059c8380625192462979bd32994aae3fcdf902ff6eb1e467eeb0469 LICENSE.txt

View File

@ -1,14 +0,0 @@
################################################################################
#
# python-bunch
#
################################################################################
PYTHON_BUNCH_VERSION = 1.0.1
PYTHON_BUNCH_SOURCE = bunch-$(PYTHON_BUNCH_VERSION).tar.gz
PYTHON_BUNCH_SITE = https://files.pythonhosted.org/packages/ef/bf/a4cf1779a4ffb4f610903fa08e15d1f4a8a2f4e3353a02afbe097c5bf4a8
PYTHON_BUNCH_SETUP_TYPE = setuptools
PYTHON_BUNCH_LICENSE = MIT
PYTHON_BUNCH_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))