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