# # 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 lark # BUILD_STYLE = pyproject USE_COMMON_TEST_MASTER = no include ../../../make-rules/shared-macros.mk COMPONENT_NAME = lark HUMAN_VERSION = 1.3.1 COMPONENT_SUMMARY = a modern parsing library COMPONENT_PROJECT_URL = https://github.com/lark-parser/lark COMPONENT_ARCHIVE_HASH = \ sha256:b426a7a6d6d53189d318f2b6236ab5d6429eaf09259f1ca33eb716eed10d2905 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE include $(WS_MAKE_RULES)/common.mk # Force verbose output via tox posargs TOX_POSARGS += --verbose # Auto-generated dependencies REQUIRED_PACKAGES.python += library/python/setuptools REQUIRED_PACKAGES.python += library/python/setuptools-scm REQUIRED_PACKAGES.python += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/regex