2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project certifi
17 BUILD_STYLE
= setup.py
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= certifi
22 HUMAN_VERSION
= 2024.8.30
23 COMPONENT_SUMMARY
= Python package for providing Mozilla
's CA Bundle.
24 COMPONENT_PROJECT_URL = https://github.com/certifi/python-certifi
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/certifi/python-certifi/archive/refs/tags/$(GITHUB_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:6417a0cf35dcd5b0175974f279de9fe9a015175dcccbac938dea35737edb2070
29 COMPONENT_LICENSE = MPL-2.0
30 COMPONENT_LICENSE_FILE = LICENSE
34 # Versions at github are with leading zeros
35 GITHUB_VERSION = $(shell echo $(HUMAN_VERSION) | $(GSED) -e 's
/\.\
(.\.\
)/.0\
1/' -e 's
/\.\
(.\
)$$/.0\
1/')
36 # Sources are located in non-default directory
37 COMPONENT_SRC = python-certifi-$(GITHUB_VERSION)
39 include $(WS_MAKE_RULES)/common.mk
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES += runtime/python