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