components/python/mock/Makefile
author Drew Fisher <drew.fisher@oracle.com>
Wed, 27 Mar 2013 17:00:27 -0600
changeset 1231 44cd216060fd
child 1310 ed3f9d06a78b
permissions -rw-r--r--
PSARC/2013/061 Mock 1.0.1 16412660 Integrate Mock into Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     1
#
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     3
#
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     7
#
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    12
#
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    18
#
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    20
#
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    22
#
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    23
include ../../../make-rules/shared-macros.mk
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    24
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME=		mock
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    26
COMPONENT_VERSION=	1.0.1
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    27
COMPONENT_PROJECT_URL=	http://www.voidspace.org.uk/python/mock/
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    28
COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    29
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE_HASH=	\
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    31
    sha256:b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	http://pypi.python.org/packages/source/m/mock/$(COMPONENT_ARCHIVE)
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    33
COMPONENT_BUGDB=	python-mod/mock
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    34
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    35
include $(WS_TOP)/make-rules/prep.mk
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    36
include $(WS_TOP)/make-rules/setup.py.mk
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    37
include $(WS_TOP)/make-rules/ips.mk
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    38
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    39
# common targets
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    40
build:		$(BUILD_32_and_64)
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    41
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    42
install:	$(INSTALL_32_and_64)
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    43
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    44
test:		$(BUILD_32_and_64)
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    45
	cd $(SOURCE_DIR) && $(PYTHON) setup.py test
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    46
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    47
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    48
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    49
include $(WS_TOP)/make-rules/depend.mk