firefox: update to 128.0.3
[oi-userland.git] / components / python / chardet / Makefile
blobc0270cf6ce115a5909c51583f1183fbd820d3a00
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 chardet
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = chardet
22 HUMAN_VERSION = 5.2.0
23 COMPONENT_SUMMARY = chardet - Universal encoding detector for Python 3
24 COMPONENT_PROJECT_URL = https://github.com/chardet/chardet
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/f3/0d/f7b6ab21ec75897ed80c17d79b15951a719226b9fababf1e40ea74d69079/chardet-5.2.0.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7
29 COMPONENT_LICENSE = LGPL-2.1-only
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = pytest
34 # This component is required by following bootstrapped components so it must be
35 # bootstrapped too.
36 # - tox (test bootstrap)
37 PYTHON_TEST_BOOTSTRAP = yes
39 include $(WS_MAKE_RULES)/common.mk
41 # Disable some plugins to get tests passed
42 PYTEST_ADDOPTS += -p no:black
44 # Auto-generated dependencies
45 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
46 PYTHON_REQUIRED_PACKAGES += library/python/wheel
47 PYTHON_REQUIRED_PACKAGES += runtime/python