package/python-functools32: drop python2 specific package

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022.02.x
Peter Korsgaard 2022-02-09 17:52:12 +01:00 committed by Yann E. MORIN
parent cbd2900ba8
commit 71d5d8c108
6 changed files with 6 additions and 28 deletions

View File

@ -146,6 +146,12 @@ endif
comment "Legacy options removed in 2022.02"
config BR2_PACKAGE_PYTHON_FUNCTOOLS32
bool "python-functools32 removed"
select BR2_LEGACY
help
Package was removed together with python 2.7 support.
config BR2_PACKAGE_PYTHON_ENUM34
bool "python-enum34 removed"
select BR2_LEGACY

View File

@ -2243,7 +2243,6 @@ F: package/python-cached-property/
F: package/python-docker/
F: package/python-dockerpty/
F: package/python-docker-pycreds/
F: package/python-functools32/
F: package/python-psutil/
F: package/python-request-id/
F: package/python-semver/

View File

@ -1026,7 +1026,6 @@ menu "External python modules"
source "package/python-flup/Config.in"
source "package/python-fonttools/Config.in"
source "package/python-frozenlist/Config.in"
source "package/python-functools32/Config.in"
source "package/python-future/Config.in"
source "package/python-git/Config.in"
source "package/python-gitdb2/Config.in"

View File

@ -1,8 +0,0 @@
config BR2_PACKAGE_PYTHON_FUNCTOOLS32
bool "python-functools32"
depends on BR2_PACKAGE_PYTHON
help
Backport of the functools module from Python 3.2.3 for use on
2.7 and PyPy.
https://github.com/MiCHiLU/python-functools32

View File

@ -1,4 +0,0 @@
# md5 from https://pypi.python.org/pypi/functools32/json, sha256 locally computed
md5 09f24ffd9af9f6cd0f63cb9f4e23d4b2 functools32-3.2.3-2.tar.gz
sha256 f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d functools32-3.2.3-2.tar.gz
sha256 3f9ea6b89abe1556b72aff67b987d64c8272564815cd6a2832e6c4f6abdfe3b1 LICENSE

View File

@ -1,14 +0,0 @@
################################################################################
#
# python-functools32
#
################################################################################
PYTHON_FUNCTOOLS32_VERSION = 3.2.3-2
PYTHON_FUNCTOOLS32_SOURCE = functools32-$(PYTHON_FUNCTOOLS32_VERSION).tar.gz
PYTHON_FUNCTOOLS32_SITE = https://pypi.python.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db
PYTHON_FUNCTOOLS32_SETUP_TYPE = distutils
PYTHON_FUNCTOOLS32_LICENSE = Python-2.0
PYTHON_FUNCTOOLS32_LICENSE_FILES = LICENSE
$(eval $(python-package))