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