[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,8 @@
config BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS
bool "python-jaraco-functools"
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
help
Additional functools in the spirit of stdlibs
functools.
https://github.com/jaraco/jaraco.functools

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/jaraco.functools/json
md5 c245ade3e753bc556415f1fec102f232 jaraco.functools-2.0.tar.gz
sha256 35ba944f52b1a7beee8843a5aa6752d1d5b79893eeb7770ea98be6b637bf9345 jaraco.functools-2.0.tar.gz
# Locally computed sha256 checksums
sha256 a55e2ffe9b44998e621d51d8c094bed09acc4b5236ee73d7df395a33ba3c18fd LICENSE

View File

@ -0,0 +1,15 @@
################################################################################
#
# python-jaraco-functools
#
################################################################################
PYTHON_JARACO_FUNCTOOLS_VERSION = 2.0
PYTHON_JARACO_FUNCTOOLS_SOURCE = jaraco.functools-$(PYTHON_JARACO_FUNCTOOLS_VERSION).tar.gz
PYTHON_JARACO_FUNCTOOLS_SITE = https://files.pythonhosted.org/packages/a9/1e/44f6a5cffef147a3ffd37a748b8f4c2ded9b07ca20a15f17cd9874158f24
PYTHON_JARACO_FUNCTOOLS_LICENSE = MIT
PYTHON_JARACO_FUNCTOOLS_LICENSE_FILES = LICENSE
PYTHON_JARACO_FUNCTOOLS_SETUP_TYPE = setuptools
PYTHON_JARACO_FUNCTOOLS_DEPENDENCIES = host-python-setuptools-scm
$(eval $(python-package))