initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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
|
||||
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user