[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,6 @@
config BR2_PACKAGE_PYTHON_BIDICT
bool "python-bidict"
help
The bidirectional mapping library for Python.
https://bidict.readthedocs.io

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/bidict/json
md5 da3d37ae93c740c191b5666918c3164f bidict-0.22.0.tar.gz
sha256 5c826b3e15e97cc6e615de295756847c282a79b79c5430d3bfc909b1ac9f5bd8 bidict-0.22.0.tar.gz
# Locally computed sha256 checksums
sha256 be0487398bba08e7772b4077b637787b94973b53c44b3cbdd6c7dab10ed15035 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-bidict
#
################################################################################
PYTHON_BIDICT_VERSION = 0.22.0
PYTHON_BIDICT_SOURCE = bidict-$(PYTHON_BIDICT_VERSION).tar.gz
PYTHON_BIDICT_SITE = https://files.pythonhosted.org/packages/2b/84/159749556b9c49ea4489dadeb94d44f05d6033d1db3af4c83120ecac5b15
PYTHON_BIDICT_SETUP_TYPE = setuptools
PYTHON_BIDICT_LICENSE = MPL-2.0
PYTHON_BIDICT_LICENSE_FILES = LICENSE
$(eval $(python-package))