perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / pytest-black / Makefile
blobd42bdc725ecf619757af909f2a3362d23cd318d1
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 pytest-black
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pytest-black
22 HUMAN_VERSION = 0.3.12
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = pytest-black - A pytest plugin to enable format checking with black
25 COMPONENT_PROJECT_URL = https://github.com/shopkeep/pytest-black
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/dc/cd/b64a3d5d2bc78c8aaff5b86abc6ae6a83e2cec02e751c5db351ca5100515/pytest-black-0.3.12.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:1d339b004f764d6cd0f06e690f6dd748df3d62e6fe1a692d6a5500ac2c5b75a5
30 COMPONENT_LICENSE = MIT
31 COMPONENT_LICENSE_FILE = LICENSE
33 include $(WS_MAKE_RULES)/common.mk
35 # Disable some plugins to get tests passed
36 PYTEST_ADDOPTS += -p no:black
37 PYTEST_ADDOPTS += -p no:cov
38 PYTEST_ADDOPTS += -p no:mypy
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/black
42 PYTHON_REQUIRED_PACKAGES += library/python/pytest
43 PYTHON_REQUIRED_PACKAGES += library/python/toml
44 PYTHON_REQUIRED_PACKAGES += runtime/python
45 TEST_REQUIRED_PACKAGES.python += library/python/pytest