# # 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 astroid # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = astroid HUMAN_VERSION = 3.1.0 COMPONENT_SUMMARY = astroid - An abstract syntax tree for Python with inference support. COMPONENT_ARCHIVE_HASH = \ sha256:ac248253bfa4bd924a0de213707e7ebeeb3138abeb48d798784ead1e56d419d4 COMPONENT_LICENSE = LGPL-2.1-only COMPONENT_LICENSE_FILE = LICENSE include $(WS_MAKE_RULES)/common.mk # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/setuptools PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions PYTHON_REQUIRED_PACKAGES += library/python/wheel PYTHON_REQUIRED_PACKAGES += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/attrs TEST_REQUIRED_PACKAGES.python += library/python/black TEST_REQUIRED_PACKAGES.python += library/python/coverage TEST_REQUIRED_PACKAGES.python += library/python/mypy TEST_REQUIRED_PACKAGES.python += library/python/nose TEST_REQUIRED_PACKAGES.python += library/python/pre-commit TEST_REQUIRED_PACKAGES.python += library/python/pylint TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov TEST_REQUIRED_PACKAGES.python += library/python/python-dateutil TEST_REQUIRED_PACKAGES.python += library/python/regex TEST_REQUIRED_PACKAGES.python += library/python/six TEST_REQUIRED_PACKAGES.python += library/python/typing-extensions TEST_REQUIRED_PACKAGES.python += library/python/urllib3