7172N/A#
7172N/A# CDDL HEADER START
7172N/A#
7172N/A# The contents of this file are subject to the terms of the
7172N/A# Common Development and Distribution License (the "License").
7172N/A# You may not use this file except in compliance with the License.
7172N/A#
7172N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7172N/A# or http://www.opensolaris.org/os/licensing.
7172N/A# See the License for the specific language governing permissions
7172N/A# and limitations under the License.
7172N/A#
7172N/A# When distributing Covered Code, include this CDDL HEADER in each
7172N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7172N/A# If applicable, add the following below this CDDL HEADER, with the
7172N/A# fields enclosed by brackets "[]" replaced with your own identifying
7172N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7172N/A#
7172N/A# CDDL HEADER END
7172N/A#
7172N/A
7172N/A#
7172N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7172N/A#
7172N/A
7172N/Ainclude ../../../make-rules/shared-macros.mk
7172N/A
7172N/ACOMPONENT_NAME= mccabe
7172N/ACOMPONENT_VERSION= 0.5.2
7172N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
7172N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
7172N/ACOMPONENT_ARCHIVE_HASH= \
7172N/A sha256:3473f06c8b757bbb5cdf295099bf64032e5f7d6fe0ec2f97ee9b23cb0a435aff
7172N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
7172N/ACOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/mccabe
7172N/ACOMPONENT_BUGDB= python-mod/mccabe
7172N/A
7172N/ATPNO= 31984
7172N/A
7172N/Ainclude $(WS_MAKE_RULES)/prep.mk
7172N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
7172N/Ainclude $(WS_MAKE_RULES)/ips.mk
7172N/A
7172N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
7172N/A
7172N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)
7172N/ACOMPONENT_TEST_CMD = /usr/bin/py.test-$(PYTHON_VERSION)
7172N/ACOMPONENT_TEST_ARGS = test_mccabe.py
7172N/ACOMPONENT_TEST_TARGETS =
7172N/A
7172N/ACOMPONENT_TEST_TRANSFORMS += \
7172N/A '-e "/^platform.*/d" ' \
7172N/A '-e "/^plugins.*/d" ' \
7172N/A '-e "s|\(in \).*\(seconds\).*|\1 x \2|"'
7172N/A
7172N/Abuild: $(BUILD_NO_ARCH)
7172N/A
7172N/Ainstall: $(INSTALL_NO_ARCH)
7172N/A
7172N/Atest: $(TEST_NO_ARCH)
7172N/A
7172N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)