Makefile revision 4337
287N/A#
287N/A# CDDL HEADER START
287N/A#
287N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
287N/A# You may not use this file except in compliance with the License.
287N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
919N/A#
287N/A
287N/Ainclude ../../../make-rules/shared-macros.mk
287N/A
287N/ACOMPONENT_NAME= django_openstack_auth
493N/ACOMPONENT_VERSION= 1.1.9
287N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
287N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
851N/ACOMPONENT_ARCHIVE_HASH= \
287N/A sha256:650b3fd528d179a36cf629aa7dad53e03aed6cf9300ea4a337260887e71e9b53
911N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
911N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
911N/ACOMPONENT_BUGDB= python-mod/openstack-auth
911N/A
287N/ATPNO= 21746
493N/A
287N/A# Depends on django, which is not Python 3 ready.
287N/APYTHON_VERSIONS= 2.7 2.6
287N/A
287N/Ainclude $(WS_MAKE_RULES)/prep.mk
287N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
287N/Ainclude $(WS_MAKE_RULES)/ips.mk
287N/A
970N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
970N/A
970N/A# common targets
970N/Abuild: $(BUILD_NO_ARCH)
287N/A
287N/Ainstall: $(INSTALL_NO_ARCH)
493N/A
969N/A# tests require mox which hasn't been integrated yet
287N/Atest: $(NO_TESTS)
493N/A
287N/Asystem-test: $(NO_TESTS)
287N/A