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