jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / pydiff / Makefile
blob70052719602e66ac6749c27337e7808cf8ec1d2c
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 pydiff
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = pydiff
22 HUMAN_VERSION = 0.2
23 COMPONENT_SUMMARY = pydiff - Diffs two Python files at the bytecode level.
24 COMPONENT_PROJECT_URL = https://github.com/myint/pydiff
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/e4/fd/7d0c657a640e7329a4112deb437f43a84e07f1b935efe4c1e34bc356194f/pydiff-0.2.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:847c7121625de8d5aa9eb2b079edad18a451e134cafa1b8958ea019ee0409aaa
29 COMPONENT_LICENSE = MIT
31 TEST_STYLE = pytest
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:mypy
39 # Auto-generated dependencies
40 PYTHON_REQUIRED_PACKAGES += runtime/python