]> Git Repo - buildroot-mgba.git/commitdiff
package/python-typing: drop python2 specific package
authorPeter Korsgaard <[email protected]>
Wed, 9 Feb 2022 16:52:06 +0000 (17:52 +0100)
committerYann E. MORIN <[email protected]>
Wed, 9 Feb 2022 21:13:55 +0000 (22:13 +0100)
Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
Config.in.legacy
package/Config.in
package/python-typing/Config.in [deleted file]
package/python-typing/python-typing.hash [deleted file]
package/python-typing/python-typing.mk [deleted file]

index 8db9558ed4eb0c10405d6914162131e5018aaccc..998ea6b231571430f4be51442a982dcb265c3aaf 100644 (file)
@@ -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
index 18de2a32a5f9cc5c77129de864e78246ed6407c6..cfc4522be9101fda0d370b36499ffac401e4ef17 100644 (file)
@@ -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"
diff --git a/package/python-typing/Config.in b/package/python-typing/Config.in
deleted file mode 100644 (file)
index 81b7d71..0000000
+++ /dev/null
@@ -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
diff --git a/package/python-typing/python-typing.hash b/package/python-typing/python-typing.hash
deleted file mode 100644 (file)
index f587eb7..0000000
+++ /dev/null
@@ -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
diff --git a/package/python-typing/python-typing.mk b/package/python-typing/python-typing.mk
deleted file mode 100644 (file)
index dd1d8f2..0000000
+++ /dev/null
@@ -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))
This page took 0.047925 seconds and 4 git commands to generate.