Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
26b32e 1 #
2286a7 2 # This file and its contents are supplied under the terms of the
MT 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.
26b32e 6 #
2286a7 7 # A full copy of the text of the CDDL should have accompanied this
MT 8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
26b32e 10 #
AW 11
12 #
2286a7 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project charset-normalizer
26b32e 15 #
AW 16
2286a7 17 BUILD_STYLE = setup.py
MT 18
26b32e 19 include ../../../make-rules/shared-macros.mk
AW 20
2286a7 21 COMPONENT_NAME =        charset-normalizer
09ced5 22 HUMAN_VERSION =            3.3.2
2286a7 23 COMPONENT_SUMMARY =        charset-normalizer - The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
MT 24 COMPONENT_PROJECT_URL =        https://github.com/Ousret/charset_normalizer
25 COMPONENT_ARCHIVE_URL =        \
09ced5 26     https://files.pythonhosted.org/packages/63/09/c1bc53dab74b1816a00d8d030de5bf98f724c52c1635e07681d312f20be8/charset-normalizer-3.3.2.tar.gz
2286a7 27 COMPONENT_ARCHIVE_HASH =    \
09ced5 28     sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5
2286a7 29 COMPONENT_LICENSE =        MIT
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
26b32e 31
2286a7 32 TEST_STYLE = pytest
26b32e 33
AW 34 include $(WS_MAKE_RULES)/common.mk
35
5456f1 36 # This project does not support tox so we need to provide test requirements
MT 37 # manually.
38 TEST_REQUIREMENTS += dev-requirements.txt
e0e268 39
26b32e 40 # Auto-generated dependencies
3d32d5 41 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
2286a7 42 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
MT 43 PYTHON_REQUIRED_PACKAGES += runtime/python
5456f1 44 TEST_REQUIRED_PACKAGES.python += library/python/black
MT 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