[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_FROZENLIST
bool "python-frozenlist"
help
A list-like structure which implements
collections.abc.MutableSequence.
https://github.com/aio-libs/frozenlist

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/frozenlist/json
md5 e65d870bd189ba3c21ab7eb10eab22b7 frozenlist-1.3.0.tar.gz
sha256 ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b frozenlist-1.3.0.tar.gz
# Locally computed sha256 checksums
sha256 6fd5243e92dd7f98ec69c7ac377728e74905709ff527a5bf98d6d0263c04f5b6 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-frozenlist
#
################################################################################
PYTHON_FROZENLIST_VERSION = 1.3.0
PYTHON_FROZENLIST_SOURCE = frozenlist-$(PYTHON_FROZENLIST_VERSION).tar.gz
PYTHON_FROZENLIST_SITE = https://files.pythonhosted.org/packages/f4/f7/8dfeb76d2a52bcea2b0718427af954ffec98be1d34cd8f282034b3e36829
PYTHON_FROZENLIST_SETUP_TYPE = setuptools
PYTHON_FROZENLIST_LICENSE = Apache-2.0
PYTHON_FROZENLIST_LICENSE_FILES = LICENSE
$(eval $(python-package))