[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_CERTIFI
bool "python-certifi"
help
Python package for providing Mozilla's CA Bundle.
https://certifi.io/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/certifi/json
md5 d8a2f5d006b656e2b9ee102a3be11a26 certifi-2022.6.15.tar.gz
sha256 84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d certifi-2022.6.15.tar.gz
# Locally computed sha256 checksums
sha256 be9d82f36112f87a7f1d74ecd4887e1467bbae8878a84004a00117b1e475a3e2 LICENSE

View File

@ -0,0 +1,15 @@
################################################################################
#
# python-certifi
#
################################################################################
PYTHON_CERTIFI_VERSION = 2022.6.15
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
PYTHON_CERTIFI_SITE = https://files.pythonhosted.org/packages/cc/85/319a8a684e8ac6d87a1193090e06b6bbb302717496380e225ee10487c888
PYTHON_CERTIFI_SETUP_TYPE = setuptools
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
$(eval $(python-package))
$(eval $(host-python-package))