libunibreak: update to 6.1
[oi-userland.git] / components / python / certifi / Makefile
bloba6534255cdf3c051dcf9ed1f2a1e581bacf9119a
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
5 # 1.0 of the CDDL.
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.12.14
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:d9045cb5da5ee9678db7020990535a41dfb0779999adbedb375ae7dfdeb4b894
29 COMPONENT_LICENSE = MPL-2.0
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = pytest
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