wget2: update to 2.2.0
[oi-userland.git] / components / python / validate-pyproject / Makefile
blob589205006a340570b2b25626c1d4197566c35d37
2 # This file and its contents are supplied under the terms of the
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.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project validate-pyproject
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = validate-pyproject
22 HUMAN_VERSION = 0.16
23 COMPONENT_SUMMARY = validate-pyproject - Validation library and CLI tool for checking on 'pyproject.toml' files using JSON Schema
24 COMPONENT_PROJECT_URL = https://github.com/abravalheri/validate-pyproject/
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/7e/23/7f64428313cd2c2ad716fef2a4be185e445de52d5856405f3836733db61f/validate-pyproject-0.16.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:2d60282f23559cfa1328e4a2c308c8065cba8008a80c8898352355fef66517ca
29 COMPONENT_LICENSE = MPL-2.0
30 COMPONENT_LICENSE_FILE = LICENSE.txt
32 include $(WS_MAKE_RULES)/common.mk
34 # There are two sets of test results (pytest is run twice by tox) so we need to
35 # sort the 2nd one too (the first one is sorted in setup.py.mk).
36 COMPONENT_TEST_TRANSFORMS += \
37 "| ( \
38 $(GSED) -u -e '/^=\{1,\} test session starts /q' ; \
39 $(GSED) -u -e '/^=\{1,\} test session starts /q' ; \
40 $(GSED) -u -e '/^$$/q' ; \
41 $(GSED) -u -e 's/ *\[...%\]$$//' -e '/^$$/Q' | $(SORT) | $(NAWK) '{print}END{if(NR>0)printf(\"\\\\n\")}' ; \
42 $(CAT) \
43 ) | $(COMPONENT_TEST_TRANSFORMER) -e ''"
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES += library/python/fastjsonschema
47 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
48 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
49 PYTHON_REQUIRED_PACKAGES += library/python/wheel
50 PYTHON_REQUIRED_PACKAGES += runtime/python
51 TEST_REQUIRED_PACKAGES.python += library/python/packaging
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly
55 TEST_REQUIRED_PACKAGES.python += library/python/pytest-xdist
56 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
57 TEST_REQUIRED_PACKAGES.python += library/python/tomli
58 TEST_REQUIRED_PACKAGES.python += library/python/trove-classifiers