firefox: update to 128.0.3
[oi-userland.git] / components / python / tomli / Makefile
blob6b6943732cd2a0bcadcb1d4485bfc9ba63048226
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 tomli
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = tomli
22 HUMAN_VERSION = 2.0.1
23 COMPONENT_REVISION = 3
24 COMPONENT_SUMMARY = tomli - A lil' TOML parser
25 COMPONENT_PROJECT_URL = https://github.com/hukkin/tomli
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3/tomli-2.0.1.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
30 COMPONENT_LICENSE = MIT
31 COMPONENT_LICENSE_FILE = LICENSE
33 # This component is required by following bootstrapped components so it must be
34 # bootstrapped too.
35 # - build
36 # - flit_scm (test bootstrap)
37 # - hatchling (test bootstrap)
38 # - pep517
39 # - pytest (test bootstrap)
40 # - setuptools_scm
41 # - tox (test bootstrap)
42 PYTHON_BOOTSTRAP = yes
44 include $(WS_MAKE_RULES)/common.mk
46 # Auto-generated dependencies
47 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
48 PYTHON_REQUIRED_PACKAGES += runtime/python