package/python-typing: 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:
parent
c2d0a365de
commit
53b288cbe0
@ -146,6 +146,12 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2022.02"
|
||||
|
||||
config BR2_PACKAGE_PYTHON_TYPING
|
||||
bool "python-typing removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
Package was removed together with python 2.7 support.
|
||||
|
||||
config BR2_PACKAGE_PYTHON_SUBPROCESS32
|
||||
bool "python-subprocess32 removed"
|
||||
select BR2_LEGACY
|
||||
|
@ -1264,7 +1264,6 @@ menu "External python modules"
|
||||
source "package/python-txdbus/Config.in"
|
||||
source "package/python-txtorcon/Config.in"
|
||||
source "package/python-typepy/Config.in"
|
||||
source "package/python-typing/Config.in"
|
||||
source "package/python-typing-extensions/Config.in"
|
||||
source "package/python-u-msgpack/Config.in"
|
||||
source "package/python-ubjson/Config.in"
|
||||
|
@ -1,8 +0,0 @@
|
||||
config BR2_PACKAGE_PYTHON_TYPING
|
||||
bool "python-typing"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
Type Hints for Python. This is a backport of the standard
|
||||
library typing module to Python versions older than 3.5.
|
||||
|
||||
https://docs.python.org/3/library/typing.html
|
@ -1,5 +0,0 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/typing/json
|
||||
md5 d6dd450cfe0c8c6547eef09a0491775d typing-3.10.0.0.tar.gz
|
||||
sha256 13b4ad211f54ddbf93e5901a9967b1e07720c1d1b78d596ac6a439641aa1b130 typing-3.10.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 ff17ce94e102024deb68773eb1cc74ca76da4e658f373531f0ac22d68a6bb1ad LICENSE
|
@ -1,15 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-typing
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TYPING_VERSION = 3.10.0.0
|
||||
PYTHON_TYPING_SOURCE = typing-$(PYTHON_TYPING_VERSION).tar.gz
|
||||
PYTHON_TYPING_SITE = https://files.pythonhosted.org/packages/b0/1b/835d4431805939d2996f8772aca1d2313a57e8860fec0e48e8e7dfe3a477
|
||||
PYTHON_TYPING_SETUP_TYPE = setuptools
|
||||
PYTHON_TYPING_LICENSE = Python-2.0, others
|
||||
PYTHON_TYPING_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
Loading…
Reference in New Issue
Block a user