Makefile revision 4337
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# CDDL HEADER START
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# The contents of this file are subject to the terms of the
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Common Development and Distribution License (the "License").
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# You may not use this file except in compliance with the License.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# or http://www.opensolaris.org/os/licensing.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# See the License for the specific language governing permissions
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# and limitations under the License.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# When distributing Covered Code, include this CDDL HEADER in each
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# If applicable, add the following below this CDDL HEADER, with the
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# fields enclosed by brackets "[]" replaced with your own identifying
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# CDDL HEADER END
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync#
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncinclude ../../../make-rules/shared-macros.mk
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncCOMPONENT_NAME= MarkupSafe
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncCOMPONENT_VERSION= 0.18
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncCOMPONENT_ARCHIVE_HASH= \
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync sha256:b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncCOMPONENT_ARCHIVE_URL= $(call pypi_url)
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/markupsafe/
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncCOMPONENT_BUGDB= python-mod/markupsafe
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsyncTPNO= 14503
b8014c3bbb8a0f9d16e82278eabba771cbfd9b2evboxsync
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
COMPONENT_TEST_DIR= $(COMPONENT_SRC)
COMPONENT_TEST_ARGS= setup.py test
COMPONENT_TEST_ENV= PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
# common targets
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
test: $(TEST_32_and_64)
system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
REQUIRED_PACKAGES += system/library