python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / typer / Makefile
blob2eb2245d8bc4254b2ef9ee125da9a73f5018a1ea
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 typer
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = typer
22 HUMAN_VERSION = 0.12.4
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = Typer, build great CLIs. Easy to code. Based on Python type hints.
25 COMPONENT_PROJECT_URL = https://github.com/fastapi/typer
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:c9c1613ed6a166162705b3347b8d10b661ccc5d95692654d0fb628118f2c34e6
28 COMPONENT_LICENSE = MIT
29 COMPONENT_LICENSE_FILE = LICENSE
31 TEST_STYLE = pytest
33 include $(WS_MAKE_RULES)/common.mk
35 # This project does not support tox so we need to provide test requirements
36 # manually.
37 TEST_REQUIREMENTS += requirements-tests.txt
39 # Auto-generated dependencies
40 PYTHON_REQUIRED_PACKAGES += library/python/click
41 PYTHON_REQUIRED_PACKAGES += library/python/pdm-backend
42 PYTHON_REQUIRED_PACKAGES += library/python/rich
43 PYTHON_REQUIRED_PACKAGES += library/python/shellingham
44 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
45 PYTHON_REQUIRED_PACKAGES += runtime/python
46 TEST_REQUIRED_PACKAGES.python += library/python/coverage
47 TEST_REQUIRED_PACKAGES.python += library/python/mypy
48 TEST_REQUIRED_PACKAGES.python += library/python/pytest
49 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
50 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
51 TEST_REQUIRED_PACKAGES.python += library/python/rich
52 TEST_REQUIRED_PACKAGES.python += library/python/shellingham
53 TEST_REQUIRED_PACKAGES.python += library/python/tomli