clang-19: update to 19.1.6
[oi-userland.git] / components / python / cryptography / Makefile
blobec3bc2d0ea10e088c22d23c85fd5c3866f3a79c7
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 cryptography
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = cryptography
22 HUMAN_VERSION = 44.0.0
23 COMPONENT_SUMMARY = cryptography is a package which provides cryptographic recipes and primitives to Python developers.
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:cd4e834f340b4293430701e772ec543b0fbe6c2dea510a5286fe0acabe153a02
26 COMPONENT_LICENSE = Apache-2.0 OR BSD-3-Clause
28 TEST_STYLE = pytest
30 include $(WS_MAKE_RULES)/common.mk
32 # https://www.illumos.org/issues/15767
33 LD_Z_IGNORE=
35 # This project does not support tox so we need to provide test requirements
36 # manually.
37 TEST_REQUIREMENTS_EXTRAS += test
39 # https://github.com/pyca/cryptography/issues/9111
40 TEST_CONFLICTING_PACKAGES.python += library/python/coverage-enable-subprocess
42 # Auto-generated dependencies
43 PYTHON_REQUIRED_PACKAGES += library/python/cffi
44 PYTHON_REQUIRED_PACKAGES += library/python/maturin
45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
46 PYTHON_REQUIRED_PACKAGES += runtime/python
47 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
48 REQUIRED_PACKAGES += $(OPENSSL_PKG)
49 REQUIRED_PACKAGES += system/library
50 TEST_REQUIRED_PACKAGES.python += library/python/certifi
51 TEST_REQUIRED_PACKAGES.python += library/python/cryptography-vectors
52 TEST_REQUIRED_PACKAGES.python += library/python/pretend
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest-benchmark
55 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
56 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist