json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / python / charset-normalizer / Makefile
blob589f8a1cd9692ca9fcd3ab3c8954d36adacaa23b
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 -d python/charset-normalizer charset_normalizer
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = charset_normalizer
22 HUMAN_VERSION = 3.4.1
23 COMPONENT_SUMMARY = The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3
26 COMPONENT_LICENSE = MIT
27 COMPONENT_LICENSE_FILE = LICENSE
29 TEST_STYLE = pytest
31 include $(WS_MAKE_RULES)/common.mk
33 # This project does not support tox so we need to provide test requirements
34 # manually.
35 TEST_REQUIREMENTS += dev-requirements.txt
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES += library/python/mypy
39 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
40 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
41 PYTHON_REQUIRED_PACKAGES += runtime/python
42 TEST_REQUIRED_PACKAGES.python += library/python/coverage
43 TEST_REQUIRED_PACKAGES.python += library/python/pytest