package/python-configobj: drop python2 specific package

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard 2022-02-09 17:52:08 +01:00 committed by Yann E. MORIN
parent ecee967c03
commit 8d264a9617
7 changed files with 6 additions and 30 deletions

View File

@ -146,6 +146,12 @@ endif
comment "Legacy options removed in 2022.02"
config BR2_PACKAGE_PYTHON_CONFIGOBJ
bool "python-configobj removed"
select BR2_LEGACY
help
Package was removed together with python 2.7 support.
config BR2_PACKAGE_PYTHON_YIELDFROM
bool "python-yieldfrom removed"
select BR2_LEGACY

View File

@ -3033,7 +3033,6 @@ F: package/grantlee/
F: package/libusb/
F: package/libusb-compat/
F: package/proj/
F: package/python-configobj/
F: package/python-iniparse/
F: package/qjson/
F: package/quazip/

View File

@ -973,7 +973,6 @@ menu "External python modules"
source "package/python-colorama/Config.in"
source "package/python-colorlog/Config.in"
source "package/python-colorzero/Config.in"
source "package/python-configobj/Config.in"
source "package/python-configshell-fb/Config.in"
source "package/python-constantly/Config.in"
source "package/python-couchdb/Config.in"

View File

@ -69,7 +69,6 @@ menu "Host utilities"
source "package/pkgconf/Config.in.host"
source "package/pru-software-support/Config.in.host"
source "package/pwgen/Config.in.host"
source "package/python/Config.in.host"
source "package/python-cython/Config.in.host"
source "package/python-greenlet/Config.in.host"
source "package/python-lxml/Config.in.host"

View File

@ -1,10 +0,0 @@
config BR2_PACKAGE_PYTHON_CONFIGOBJ
bool "python-configobj"
depends on BR2_PACKAGE_PYTHON
help
ConfigObj is a simple but powerful config file reader and
writer: an ini file round tripper. Its main feature is that
it is very easy to use, with a straightforward programmer's
interface and a simple syntax for config files.
http://www.voidspace.org.uk/python/configobj.html

View File

@ -1,3 +0,0 @@
# md5 from https://pypi.python.org/pypi/configobj/json, sha256 locally computed
md5 e472a3a1c2a67bb0ec9b5d54c13a47d6 configobj-5.0.6.tar.gz
sha256 a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902 configobj-5.0.6.tar.gz

View File

@ -1,14 +0,0 @@
################################################################################
#
# python-configobj
#
################################################################################
PYTHON_CONFIGOBJ_VERSION = 5.0.6
PYTHON_CONFIGOBJ_SOURCE = configobj-$(PYTHON_CONFIGOBJ_VERSION).tar.gz
PYTHON_CONFIGOBJ_SITE = https://pypi.python.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab
PYTHON_CONFIGOBJ_LICENSE = BSD-3-Clause
# License only mentioned in the source
PYTHON_CONFIGOBJ_SETUP_TYPE = distutils
$(eval $(python-package))