Commit f898daf3 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Thomas Petazzoni
Browse files

python-certifi: add new package

parent 452c8da3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -483,6 +483,7 @@ endif
if BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
menu "external python modules"
	source "package/python-bottle/Config.in"
	source "package/python-certifi/Config.in"
	source "package/python-cffi/Config.in"
	source "package/python-configobj/Config.in"
	source "package/python-configshell-fb/Config.in"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_CERTIFI
	bool "python-certifi"
	help
	  Python package for providing Mozilla's CA Bundle.

	  https://pypi.python.org/pypi/certifi
+2 −0
Original line number Diff line number Diff line
sha1   f53dc8f57aaf6d69c183ebadcec52ece0a55cc3f                         certifi-14.05.14.tar.gz
sha256 1e1bcbacd6357c151ae37cf0290dcc809721d32ce21fd6b7339568f3ddef1b69 certifi-14.05.14.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# python-certifi
#
################################################################################

PYTHON_CERTIFI_VERSION = 14.05.14
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
PYTHON_CERTIFI_SITE = https://pypi.python.org/packages/source/c/certifi
PYTHON_CERTIFI_SETUP_TYPE = setuptools
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
PYTHON_CERTIFI_LICENSE_FILES = LICENSE

$(eval $(python-package))