perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / attrs / Makefile
blobf698e788ca77d678d52bbcf20271b5f01dc39262
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 attrs
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = attrs
22 HUMAN_VERSION = 24.2.0
23 COMPONENT_SUMMARY = Classes Without Boilerplate
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346
26 COMPONENT_LICENSE = MIT
27 COMPONENT_LICENSE_FILE = LICENSE
29 include $(WS_MAKE_RULES)/common.mk
31 # Filter out test loop dependency. The loop is caused by complex project's
32 # test dependency hierarchy involving extras (see pyproject.toml).
33 REQUIRED_PACKAGES_TRANSFORM += \
34 | $(GSED) -e '/^TEST_REQUIRED_PACKAGES\.python += library\/python\/attrs$$/d' \
35 | $(COMPONENT_TEST_TRANSFORMER) -e ''
37 # Auto-generated dependencies
38 PYTHON_REQUIRED_PACKAGES += library/python/hatch-fancy-pypi-readme
39 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
40 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
41 PYTHON_REQUIRED_PACKAGES += runtime/python
42 TEST_REQUIRED_PACKAGES.python += library/python/cloudpickle
43 TEST_REQUIRED_PACKAGES.python += library/python/hypothesis
44 TEST_REQUIRED_PACKAGES.python += library/python/mypy
45 TEST_REQUIRED_PACKAGES.python += library/python/psutil
46 TEST_REQUIRED_PACKAGES.python += library/python/pytest
47 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy-plugins
48 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist