# # 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 validate-pyproject # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = validate-pyproject HUMAN_VERSION = 0.16 COMPONENT_SUMMARY = validate-pyproject - Validation library and CLI tool for checking on 'pyproject.toml' files using JSON Schema COMPONENT_PROJECT_URL = https://github.com/abravalheri/validate-pyproject/ COMPONENT_ARCHIVE_URL = \ https://files.pythonhosted.org/packages/7e/23/7f64428313cd2c2ad716fef2a4be185e445de52d5856405f3836733db61f/validate-pyproject-0.16.tar.gz COMPONENT_ARCHIVE_HASH = \ sha256:2d60282f23559cfa1328e4a2c308c8065cba8008a80c8898352355fef66517ca COMPONENT_LICENSE = MPL-2.0 COMPONENT_LICENSE_FILE = LICENSE.txt include $(WS_MAKE_RULES)/common.mk # There are two sets of test results (pytest is run twice by tox) so we need to # sort the 2nd one too (the first one is sorted in setup.py.mk). COMPONENT_TEST_TRANSFORMS += \ "| ( \ $(GSED) -u -e '/^=\{1,\} test session starts /q' ; \ $(GSED) -u -e '/^=\{1,\} test session starts /q' ; \ $(GSED) -u -e '/^$$/q' ; \ $(GSED) -u -e 's/ *\[...%\]$$//' -e '/^$$/Q' | $(SORT) | $(NAWK) '{print}END{if(NR>0)printf(\"\\\\n\")}' ; \ $(CAT) \ ) | $(COMPONENT_TEST_TRANSFORMER) -e ''" # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/fastjsonschema PYTHON_REQUIRED_PACKAGES += library/python/setuptools PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm PYTHON_REQUIRED_PACKAGES += library/python/wheel PYTHON_REQUIRED_PACKAGES += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/packaging TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist TEST_REQUIRED_PACKAGES.python += library/python/setuptools TEST_REQUIRED_PACKAGES.python += library/python/tomli TEST_REQUIRED_PACKAGES.python += library/python/trove-classifiers