Makefile revision 6827
70N/A#
70N/A# CDDL HEADER START
286N/A#
70N/A# The contents of this file are subject to the terms of the
70N/A# Common Development and Distribution License (the "License").
70N/A# You may not use this file except in compliance with the License.
70N/A#
70N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
70N/A# or http://www.opensolaris.org/os/licensing.
70N/A# See the License for the specific language governing permissions
70N/A# and limitations under the License.
70N/A#
70N/A# When distributing Covered Code, include this CDDL HEADER in each
70N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
70N/A# If applicable, add the following below this CDDL HEADER, with the
70N/A# fields enclosed by brackets "[]" replaced with your own identifying
70N/A# information: Portions Copyright [yyyy] [name of copyright owner]
70N/A#
70N/A# CDDL HEADER END
70N/A#
70N/A
70N/A#
70N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
70N/A#
70N/A
70N/Ainclude ../../../make-rules/shared-macros.mk
70N/A
70N/ACOMPONENT_NAME= python-novaclient
70N/ACOMPONENT_VERSION= 3.3.1
70N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
649N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
70N/ACOMPONENT_ARCHIVE_HASH= \
70N/A sha256:4ce2e69270cdea96af20a8a4bb5bb47eecb7a700c3eb04213f432bcf92c8317c
70N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
359N/ACOMPONENT_PROJECT_URL= http://docs.openstack.org/developer/python-novaclient/
359N/ACOMPONENT_BUGDB= service/nova
359N/A
98N/ATPNO= 28577
551N/A
321N/Ainclude $(WS_MAKE_RULES)/prep.mk
493N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
321N/Ainclude $(WS_MAKE_RULES)/ips.mk
550N/A
550N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
213N/A
649N/ACOMPONENT_POST_INSTALL_ACTION = \
304N/A (cd $(PROTO_DIR)/usr/bin ; $(MV) -f nova nova-$(PYTHON_VERSION))
530N/A
425N/A# common targets
425N/Abuild: $(BUILD_NO_ARCH)
325N/A
493N/Ainstall: $(INSTALL_NO_ARCH)
536N/A
456N/Atest: $(NO_TESTS)
320N/A
332N/Asystem-test: $(NO_TESTS)
501N/A