w3m: switch to openssl 3.1
[oi-userland.git] / components / python / charset-normalizer / Makefile
blob84435ccff9b7fb5be2b52298989b5fa31034801f
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 charset-normalizer
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = charset-normalizer
22 HUMAN_VERSION = 3.3.2
23 COMPONENT_SUMMARY = charset-normalizer - The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
24 COMPONENT_PROJECT_URL = https://github.com/Ousret/charset_normalizer
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = pytest
34 include $(WS_MAKE_RULES)/common.mk
36 # This project does not support tox so we need to provide test requirements
37 # manually.
38 TEST_REQUIREMENTS += dev-requirements.txt
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
42 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
43 PYTHON_REQUIRED_PACKAGES += runtime/python
44 TEST_REQUIRED_PACKAGES.python += library/python/black
45 TEST_REQUIRED_PACKAGES.python += library/python/build
46 TEST_REQUIRED_PACKAGES.python += library/python/chardet
47 TEST_REQUIRED_PACKAGES.python += library/python/codecov
48 TEST_REQUIRED_PACKAGES.python += library/python/flake8
49 TEST_REQUIRED_PACKAGES.python += library/python/flask
50 TEST_REQUIRED_PACKAGES.python += library/python/isort
51 TEST_REQUIRED_PACKAGES.python += library/python/mypy
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
54 TEST_REQUIRED_PACKAGES.python += library/python/requests
55 TEST_REQUIRED_PACKAGES.python += library/python/wheel