Makefile revision 4982
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# CDDL HEADER START
aa02de5e10b5b1ed0bd27e048283bba70657ac71rbowen# The contents of this file are subject to the terms of the
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Common Development and Distribution License (the "License").
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# You may not use this file except in compliance with the License.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# See the License for the specific language governing permissions
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# and limitations under the License.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# When distributing Covered Code, include this CDDL HEADER in each
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# If applicable, add the following below this CDDL HEADER, with the
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# fields enclosed by brackets "[]" replaced with your own identifying
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# information: Portions Copyright [yyyy] [name of copyright owner]
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# CDDL HEADER END
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
7fb4c0766e858653c9776474005a6ae6d94828afgryzorCOMPONENT_PROJECT_URL= http://www.voidspace.org.uk/python/mock/
7fb4c0766e858653c9776474005a6ae6d94828afgryzorCOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
7fb4c0766e858653c9776474005a6ae6d94828afgryzor sha256:b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f
f98460c087bf9c741a3a21c4cf07c7c2ef110d3blgentisCOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/m/mock/$(COMPONENT_ARCHIVE)
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# mock has been subsumed into Python starting with 3.3, so no need to build
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# it for Python 3.
7fb4c0766e858653c9776474005a6ae6d94828afgryzor# common targets