# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # This file was automatically generated using the following command: # $WS_TOOLS/python-integrate-project attrs # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = attrs HUMAN_VERSION = 25.4.0 COMPONENT_SUMMARY = Classes Without Boilerplate COMPONENT_ARCHIVE_HASH = \ sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE include $(WS_MAKE_RULES)/common.mk # Filter out test loop dependency. The loop is caused by complex project's # test dependency hierarchy involving extras (see pyproject.toml). REQUIRED_PACKAGES_TRANSFORM += \ | $(GSED) -e '/^TEST_REQUIRED_PACKAGES\.python += library\/python\/attrs$$/d' \ | $(COMPONENT_TEST_TRANSFORMER) -e '' # Auto-generated dependencies REQUIRED_PACKAGES.python += library/python/hatch-fancy-pypi-readme REQUIRED_PACKAGES.python += library/python/hatch-vcs REQUIRED_PACKAGES.python += library/python/hatchling REQUIRED_PACKAGES.python += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/cloudpickle TEST_REQUIRED_PACKAGES.python += library/python/hypothesis TEST_REQUIRED_PACKAGES.python += library/python/psutil TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist