gcc-6: don't ship info pages
[unleashed-userland.git] / components / python / ply / Makefile
blobd6114426e1a37b11b56c8a6906947da7b395f29e
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
25 include ../../../make-rules/shared-macros.mk
27 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
29 COMPONENT_NAME= ply
30 COMPONENT_VERSION= 3.8
31 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
32 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
33 COMPONENT_ARCHIVE_HASH= \
34 sha256:e7d1bdff026beb159c9942f7a17e102c375638d9478a7ecd4cc0c76afd8de0b8
35 COMPONENT_ARCHIVE_URL= http://www.dabeaz.com/ply/$(COMPONENT_ARCHIVE)
36 COMPONENT_PROJECT_URL= http://www.dabeaz.com/ply/
37 COMPONENT_BUGDB= python-mod/ply
39 TPNO= 28341
41 PYTHON_VERSIONS= 2.7
43 include $(WS_MAKE_RULES)/prep.mk
44 include $(WS_MAKE_RULES)/setup.py.mk
45 include $(WS_MAKE_RULES)/ips.mk
47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
49 COMPONENT_TEST_ENV = PYTHONPATH=$(PROTO_DIR)/$(PYTHON_LIB)
50 COMPONENT_TEST_CMD = $(PYTHON) testlex.py; \
51 $(PYTHON) testyacc.py
52 COMPONENT_TEST_ARGS=
53 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
55 COMPONENT_TEST_TRANSFORMS += \
56 '-e "s|\(^Ran 42 tests\).*|\1|" '
58 # common targets
59 build: $(BUILD_NO_ARCH)
61 install: $(INSTALL_NO_ARCH)
63 # Run 42 tests, OK.
64 test: $(TEST_NO_ARCH)
66 REQUIRED_PACKAGES += runtime/python-27
67 REQUIRED_PACKAGES += runtime/python-34