[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_ENTRYPOINTS
bool "python-entrypoints"
help
Discover and load entry points from installed packages.
https://github.com/takluyver/entrypoints

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/entrypoints/json
md5 c5c61ea2e46a0c50ea08f4af7955a0b1 entrypoints-0.3.tar.gz
sha256 c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451 entrypoints-0.3.tar.gz
# Locally computed sha256 checksums
sha256 de5fcd7349cdf399b0707a2a024833c4704743650133c72d6f0ff7561a03a848 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-entrypoints
#
################################################################################
PYTHON_ENTRYPOINTS_VERSION = 0.3
PYTHON_ENTRYPOINTS_SOURCE = entrypoints-$(PYTHON_ENTRYPOINTS_VERSION).tar.gz
PYTHON_ENTRYPOINTS_SITE = https://files.pythonhosted.org/packages/b4/ef/063484f1f9ba3081e920ec9972c96664e2edb9fdc3d8669b0e3b8fc0ad7c
PYTHON_ENTRYPOINTS_SETUP_TYPE = distutils
PYTHON_ENTRYPOINTS_LICENSE = MIT
PYTHON_ENTRYPOINTS_LICENSE_FILES = LICENSE
$(eval $(python-package))