Marcel Telka
2024-02-25 e1ab8b811b14c23356493d7a7b0122c861759402
commit | author | age
368934 1 #
bbeb40 2 # This file and its contents are supplied under the terms of the
MT 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.
368934 6 #
bbeb40 7 # A full copy of the text of the CDDL should have accompanied this
MT 8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
368934 10 #
GM 11
12 #
bbeb40 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project astroid
368934 15 #
GM 16
bbeb40 17 BUILD_STYLE = pyproject
MT 18
368934 19 include ../../../make-rules/shared-macros.mk
GM 20
bbeb40 21 COMPONENT_NAME =        astroid
e1ab8b 22 HUMAN_VERSION =            3.1.0
bbeb40 23 COMPONENT_SUMMARY =        astroid - An abstract syntax tree for Python with inference support.
MT 24 COMPONENT_ARCHIVE_HASH =    \
e1ab8b 25     sha256:ac248253bfa4bd924a0de213707e7ebeeb3138abeb48d798784ead1e56d419d4
bbeb40 26 COMPONENT_LICENSE =        LGPL-2.1-only
MT 27 COMPONENT_LICENSE_FILE =    LICENSE
368934 28
GM 29 include $(WS_MAKE_RULES)/common.mk
30
31 # Auto-generated dependencies
bbeb40 32 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
MT 33 PYTHON_REQUIRED_PACKAGES += library/python/typing-extensions
34 PYTHON_REQUIRED_PACKAGES += library/python/wheel
35 PYTHON_REQUIRED_PACKAGES += runtime/python
cdf063 36 TEST_REQUIRED_PACKAGES.python += library/python/attrs
1ac043 37 TEST_REQUIRED_PACKAGES.python += library/python/black
MT 38 TEST_REQUIRED_PACKAGES.python += library/python/coverage
39 TEST_REQUIRED_PACKAGES.python += library/python/mypy
cdf063 40 TEST_REQUIRED_PACKAGES.python += library/python/nose
1ac043 41 TEST_REQUIRED_PACKAGES.python += library/python/pre-commit
MT 42 TEST_REQUIRED_PACKAGES.python += library/python/pylint
43 TEST_REQUIRED_PACKAGES.python += library/python/pytest
44 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
cdf063 45 TEST_REQUIRED_PACKAGES.python += library/python/python-dateutil
MT 46 TEST_REQUIRED_PACKAGES.python += library/python/regex
47 TEST_REQUIRED_PACKAGES.python += library/python/six
48 TEST_REQUIRED_PACKAGES.python += library/python/typing-extensions
49 TEST_REQUIRED_PACKAGES.python += library/python/urllib3