python/coverage: update to 7.6.5
[oi-userland.git] / components / python / ply / Makefile
blobd96d7b60e8b3268fd1bdafa070e819dec30a477f
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 ply
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = ply
22 HUMAN_VERSION = 3.11
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = ply - Python Lex & Yacc
25 COMPONENT_PROJECT_URL = http://www.dabeaz.com/ply/
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da/ply-3.11.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3
30 COMPONENT_LICENSE = BSD-3-Clause
32 # This project uses custom testing. See $(SOURCE_DIR)/test/README.
33 TEST_STYLE = custom
35 include $(WS_MAKE_RULES)/common.mk
37 # Custom testing
38 COMPONENT_TEST_DIR = $(@D)/test
39 COMPONENT_TEST_CMD = $(PYTHON) testlex.py ; $(PYTHON) testyacc.py ; $(PYTHON) testcpp.py
40 COMPONENT_TEST_ARGS =
41 COMPONENT_TEST_TARGETS =
42 COMPONENT_POST_TEST_ACTION = cd $(COMPONENT_TEST_DIR) ; ./cleanup.sh
44 # Auto-generated dependencies
45 PYTHON_REQUIRED_PACKAGES += runtime/python