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