Makefile revision 3996
174N/A#
174N/A# CDDL HEADER START
174N/A#
174N/A# The contents of this file are subject to the terms of the
174N/A# Common Development and Distribution License (the "License").
174N/A# You may not use this file except in compliance with the License.
174N/A#
174N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
174N/A# or http://www.opensolaris.org/os/licensing.
174N/A# See the License for the specific language governing permissions
174N/A# and limitations under the License.
174N/A#
174N/A# When distributing Covered Code, include this CDDL HEADER in each
174N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
174N/A# If applicable, add the following below this CDDL HEADER, with the
174N/A# fields enclosed by brackets "[]" replaced with your own identifying
174N/A# information: Portions Copyright [yyyy] [name of copyright owner]
174N/A#
174N/A# CDDL HEADER END
174N/A#
5313N/A
174N/A#
174N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
174N/A#
174N/Ainclude ../../../make-rules/shared-macros.mk
5313N/A
174N/ACOMPONENT_NAME= python-heatclient
174N/ACOMPONENT_VERSION= 0.2.9
174N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5313N/ACOMPONENT_ARCHIVE_HASH= \
618N/A sha256:8cc6d99f86529633b8b5d99417358fd7c023223572f190ae3e1da09ff435420f
1273N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
174N/ACOMPONENT_PROJECT_URL= http://launchpad.net/python-heatclient
5313N/ACOMPONENT_BUGDB= service/heat
3661N/A
3996N/ATPNO= 17303
3996N/A
3996N/A# Depends on pyyaml which is not Python 3 ready.
3996N/APYTHON_VERSIONS= 2.7 2.6
174N/A
174N/Ainclude $(WS_MAKE_RULES)/prep.mk
174N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
174N/Ainclude $(WS_MAKE_RULES)/ips.mk
174N/A
174N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
206N/A
694N/ACOMPONENT_POST_INSTALL_ACTION = \
694N/A (cd $(PROTO_DIR)/usr/bin ; $(MV) -f heat heat-$(PYTHON_VERSION))
174N/A
174N/A# common targets
4101N/Abuild: $(BUILD_NO_ARCH)
206N/A
174N/Ainstall: $(INSTALL_NO_ARCH)
174N/A
174N/A# tests require:
174N/A# hacking, discover, fixtures, sphinx, testrepository, testtools,
174N/A# testscenarios, and mox3 some of which have not been integrated.
174N/Atest: $(NO_TESTS)
174N/A
174N/A
174N/A