jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / attrs / Makefile
blobb46794de5ff601eec76d6a888fe37aff77d3ac38
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.3.0
23 COMPONENT_SUMMARY = Classes Without Boilerplate
24 COMPONENT_ARCHIVE_HASH = \
25 sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff
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/psutil
45 TEST_REQUIRED_PACKAGES.python += library/python/pytest
46 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist