Makefile revision 3778
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#
3996N/A
174N/A#
174N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
174N/A#
174N/Ainclude ../../../make-rules/shared-macros.mk
4101N/A
174N/ACOMPONENT_NAME= python-ceilometerclient
174N/ACOMPONENT_VERSION= 1.0.10
174N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4101N/ACOMPONENT_ARCHIVE_HASH= \
618N/A sha256:bbe29a6c85af3ec0bcbb7df1863bb3c3c620fa0423c67f25bd089e0ab7b33059
1273N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
174N/ACOMPONENT_PROJECT_URL= http://launchpad.net/python-cinderclient
4101N/ACOMPONENT_BUGDB= service/ceilometer
3661N/A
3996N/ATPNO= 17306
3996N/A
3996N/A# Depends on keystoneclient which is not Python 3 ready.
3996N/APYTHON_VERSIONS= 2.7 2.6
174N/A
174N/Ainclude $(WS_TOP)/make-rules/prep.mk
174N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
174N/Ainclude $(WS_TOP)/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 ; \
174N/A $(MV) -f ceilometer ceilometer-$(PYTHON_VERSION))
174N/A
4101N/A# common targets
206N/Abuild: $(BUILD_NO_ARCH)
174N/A
174N/Ainstall: $(INSTALL_NO_ARCH)
174N/A
174N/A# tests require:
174N/A# hacking, discover, fixtures, python-subunit, sphinx, testrepository
174N/A# and testtools, some of which have not been integrated.
174N/Atest: $(NO_TESTS)
174N/A
174N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
174N/A
174N/Ainclude $(WS_TOP)/make-rules/depend.mk
174N/A