Makefile revision 4070
458N/A#
458N/A# CDDL HEADER START
458N/A#
458N/A# The contents of this file are subject to the terms of the
458N/A# Common Development and Distribution License (the "License").
458N/A# You may not use this file except in compliance with the License.
458N/A#
458N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
458N/A# or http://www.opensolaris.org/os/licensing.
458N/A# See the License for the specific language governing permissions
458N/A# and limitations under the License.
458N/A#
458N/A# When distributing Covered Code, include this CDDL HEADER in each
458N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
458N/A# If applicable, add the following below this CDDL HEADER, with the
458N/A# fields enclosed by brackets "[]" replaced with your own identifying
458N/A# information: Portions Copyright [yyyy] [name of copyright owner]
458N/A#
458N/A# CDDL HEADER END
458N/A#
458N/A
458N/A#
458N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
458N/A#
458N/A
458N/Ainclude ../../../make-rules/shared-macros.mk
458N/A
458N/ACOMPONENT_NAME= python-glanceclient
458N/ACOMPONENT_VERSION= 0.15.0
618N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
458N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
458N/ACOMPONENT_ARCHIVE_HASH= \
458N/A sha256:491805e7ef2f35aaafd124af6f49347a440c4e8fa5f4fb0dd61f0666eee360d0
618N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
458N/ACOMPONENT_PROJECT_URL= http://launchpad.net/python-glanceclient
458N/ACOMPONENT_BUGDB= service/glance
458N/A
458N/ATPNO= 21731
581N/A
458N/A# Depends on keystoneclient & oslo.utils which are not Python 3 ready.
458N/APYTHON_VERSIONS= 2.7 2.6
458N/A
458N/Ainclude $(WS_MAKE_RULES)/prep.mk
458N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
458N/Ainclude $(WS_MAKE_RULES)/ips.mk
458N/A
458N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
458N/A
458N/ACOMPONENT_POST_INSTALL_ACTION = \
458N/A (cd $(PROTO_DIR)/usr/bin ; $(MV) -f glance glance-$(PYTHON_VERSION))
458N/A
458N/A# common targets
458N/Abuild: $(BUILD_NO_ARCH)
458N/A
458N/Ainstall: $(INSTALL_NO_ARCH)
458N/A
646N/A#
646N/A# Tests require:
646N/A# hacking, discover, mox, sphinx, testrepository, testtools
646N/A# which haven't been integrated yet.
646N/A#
646N/Atest: $(NO_TESTS)
646N/A