Makefile revision 4070
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#
174N/A
174N/A#
174N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
174N/A#
174N/A
174N/Ainclude ../../../make-rules/shared-macros.mk
174N/A
174N/ACOMPONENT_NAME= django_openstack_auth
174N/ACOMPONENT_VERSION= 1.1.9
174N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
174N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
174N/ACOMPONENT_ARCHIVE_HASH= \
174N/A sha256:650b3fd528d179a36cf629aa7dad53e03aed6cf9300ea4a337260887e71e9b53
174N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
174N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
181N/ACOMPONENT_BUGDB= python-mod/openstack-auth
174N/A
174N/ATPNO= 21746
174N/A
174N/A# Depends on django, which is not Python 3 ready.
174N/APYTHON_VERSIONS= 2.7 2.6
174N/A
206N/Ainclude $(WS_MAKE_RULES)/prep.mk
174N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
174N/Ainclude $(WS_MAKE_RULES)/ips.mk
206N/A
174N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
174N/A
174N/A# common targets
174N/Abuild: $(BUILD_NO_ARCH)
174N/A
174N/Ainstall: $(INSTALL_NO_ARCH)
174N/A
174N/A# tests require mox which hasn't been integrated yet
174N/Atest: $(NO_TESTS)
174N/A