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