components/python/mock/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 6795 832c5da5f7f1
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
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
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4984
diff changeset
    21
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4984
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 6795
diff changeset
    23
# Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    24
#
6795
832c5da5f7f1 23207011 Upgrade mock to 1.3.0
Laszlo Peter <laszlo.peter@oracle.com>
parents: 5682
diff changeset
    25
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    27
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		mock
6795
832c5da5f7f1 23207011 Upgrade mock to 1.3.0
Laszlo Peter <laszlo.peter@oracle.com>
parents: 5682
diff changeset
    29
COMPONENT_VERSION=	1.3.0
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    31
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_HASH=	\
6795
832c5da5f7f1 23207011 Upgrade mock to 1.3.0
Laszlo Peter <laszlo.peter@oracle.com>
parents: 5682
diff changeset
    33
    sha256:1e247dbecc6ce057299eb7ee019ad68314bb93152e81d9a6110d35f4d5eca0f6
832c5da5f7f1 23207011 Upgrade mock to 1.3.0
Laszlo Peter <laszlo.peter@oracle.com>
parents: 5682
diff changeset
    34
COMPONENT_ARCHIVE_URL=	$(call pypi_url)
832c5da5f7f1 23207011 Upgrade mock to 1.3.0
Laszlo Peter <laszlo.peter@oracle.com>
parents: 5682
diff changeset
    35
COMPONENT_PROJECT_URL=	http://www.voidspace.org.uk/python/mock/
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB=	python-mod/mock
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 6795
diff changeset
    37
COMPONENT_ANITYA_ID=	12049
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    38
6795
832c5da5f7f1 23207011 Upgrade mock to 1.3.0
Laszlo Peter <laszlo.peter@oracle.com>
parents: 5682
diff changeset
    39
TPNO=			28689
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    40
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    41
# mock has been subsumed into Python starting with 3.3, so no need to build
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    42
# it for Python 3.
4984
7145b15b7f0d PSARC 2014/190 Python 2.6 EOF
John Beck <John.Beck@Oracle.COM>
parents: 4339
diff changeset
    43
PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    44
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    45
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    46
include $(WS_MAKE_RULES)/setup.py.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    47
include $(WS_MAKE_RULES)/ips.mk
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    48
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1231
diff changeset
    49
COMPONENT_TEST_DIR =	$(SOURCE_DIR)
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1231
diff changeset
    50
COMPONENT_TEST_ARGS =	setup.py test
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    51
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1310
diff changeset
    52
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1310
diff changeset
    53
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1231
diff changeset
    54
# common targets
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1231
diff changeset
    55
build:		$(BUILD_NO_ARCH)
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    56
1310
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1231
diff changeset
    57
install:	$(INSTALL_NO_ARCH)
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1231
diff changeset
    58
ed3f9d06a78b 16828763 Pure python should build with its own macros, not _32/_64
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1231
diff changeset
    59
test:		$(TEST_NO_ARCH)
1231
44cd216060fd PSARC/2013/061 Mock 1.0.1
Drew Fisher <drew.fisher@oracle.com>
parents:
diff changeset
    60
6795
832c5da5f7f1 23207011 Upgrade mock to 1.3.0
Laszlo Peter <laszlo.peter@oracle.com>
parents: 5682
diff changeset
    61
system-test:	$(SYSTEM_TESTS_NOT_IMPLEMENTED)