package/python-ipaddress: 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:51:57 +01:00 committed by Yann E. MORIN
parent da9233cee3
commit e990a92679
5 changed files with 6 additions and 27 deletions

View File

@ -146,6 +146,12 @@ endif
comment "Legacy options removed in 2022.02"
config BR2_PACKAGE_PYTHON_IPADDRESS
bool "python-ipaddress removed"
select BR2_LEGACY
help
Package was removed together with python 2.7 support.
config BR2_PACKAGE_PYTHON_IPADDR
bool "python-ipaddr removed"
select BR2_LEGACY

View File

@ -1058,7 +1058,6 @@ menu "External python modules"
source "package/python-iniparse/Config.in"
source "package/python-intelhex/Config.in"
source "package/python-iowait/Config.in"
source "package/python-ipaddress/Config.in"
source "package/python-ipdb/Config.in"
source "package/python-iptables/Config.in"
source "package/python-ipy/Config.in"

View File

@ -1,7 +0,0 @@
config BR2_PACKAGE_PYTHON_IPADDRESS
bool "python-ipaddress"
depends on BR2_PACKAGE_PYTHON
help
Python 3.3's ipaddress for older Python versions.
https://github.com/phihag/ipaddress

View File

@ -1,5 +0,0 @@
# md5, sha256 from https://pypi.org/pypi/ipaddress/json
md5 aaee67a8026782af1831148beb0d9060 ipaddress-1.0.23.tar.gz
sha256 b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2 ipaddress-1.0.23.tar.gz
# Locally computed sha256 checksums
sha256 38675419eb4a79ec616396d70f1254b3a433fb7088fb3f4cc9b6c0bcdcec6162 LICENSE

View File

@ -1,14 +0,0 @@
################################################################################
#
# python-ipaddress
#
################################################################################
PYTHON_IPADDRESS_VERSION = 1.0.23
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
PYTHON_IPADDRESS_SITE = https://files.pythonhosted.org/packages/b9/9a/3e9da40ea28b8210dd6504d3fe9fe7e013b62bf45902b458d1cdc3c34ed9
PYTHON_IPADDRESS_LICENSE = Python-2.0
PYTHON_IPADDRESS_LICENSE_FILES = LICENSE
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
$(eval $(python-package))