Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 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://pypi.python.org/pypi/certifi

View File

@@ -0,0 +1,4 @@
# md5 from https://pypi.python.org/pypi/certifi/json, sha256 locally computed
md5 068fd5c3c690ae47504b3e0bf4e56c4c certifi-2018.1.18.tar.gz
sha256 edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d certifi-2018.1.18.tar.gz
sha256 6a70a4bf6b010016d59a64b8ae4ad8dc7f5ef16f1fb453cc2ecd771c5a341131 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-certifi
#
################################################################################
PYTHON_CERTIFI_VERSION = 2018.1.18
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
PYTHON_CERTIFI_SITE = https://pypi.python.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248
PYTHON_CERTIFI_SETUP_TYPE = setuptools
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
$(eval $(python-package))