Files
CoreMP135_buildroot/package/python-certifi/python-certifi.mk
T

15 lines
583 B
Makefile
Raw Normal View History

2014-11-22 23:06:42 +01:00
################################################################################
#
# python-certifi
#
################################################################################
PYTHON_CERTIFI_VERSION = 2018.4.16
2014-11-22 23:06:42 +01:00
PYTHON_CERTIFI_SOURCE = certifi-$(PYTHON_CERTIFI_VERSION).tar.gz
PYTHON_CERTIFI_SITE = https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d
2014-11-22 23:06:42 +01:00
PYTHON_CERTIFI_SETUP_TYPE = setuptools
PYTHON_CERTIFI_LICENSE = ISC (Python code), MPL-2.0 (cacert.pem)
PYTHON_CERTIFI_LICENSE_FILES = LICENSE
$(eval $(python-package))