components/python/zope-interface/Makefile
author Bill Rushmore <bill.rushmore@oracle.com>
Fri, 07 Aug 2015 13:43:38 -0700
changeset 4746 8e237ffd0a48
parent 4587 a814ef000c8b
child 4847 05ee227964f9
permissions -rw-r--r--
20995635 Perl TK needs to be upgraded to work with Perl 5.20 20994112 Perl XML::Parser needs to work with Perl 5.20 20989929 Perl net-ssleay needs to be fixed so it builds with Perl 5.20 20989909 Perl libxml needs to be fixed so it builds with Perl 5.20 20989894 Perl DBI - needs to be fixed so it builds with Perl 5.20 20989877 AUTHEN-PAM needs to be fixed so it builds with Perl 5.20 21195142 OpenSCAP's Makefile needs to be updated to work with Perl 5.20 21216887 Dependencies and references to Perl 5.16 need to be replaced with Perl 5.20
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1107
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
3639
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    23
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
1107
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		zope.interface
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	3.3.0
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://zope.org/Wikis/Interfaces/FrontPage
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    sha256:c049ef6f0748a2db26c7d01de1566e52f048e5fa6fbbb8da90c43e55597a5075
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://www.zope.org/Products/ZopeInterface/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB=	python-mod/zope
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    38
TPNO=			7911
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    39
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    40
# Syntax issues: not Python 3 ready.
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    41
PYTHON_VERSIONS=	2.7 2.6
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    42
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3639
diff changeset
    43
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3639
diff changeset
    44
include $(WS_MAKE_RULES)/setup.py.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3639
diff changeset
    45
include $(WS_MAKE_RULES)/ips.mk
1107
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1107
diff changeset
    47
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1107
diff changeset
    48
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    49
COMPONENT_TEST_ARGS=	../runtests.sh
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    50
COMPONENT_TEST_CMD=	/bin/sh
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    51
COMPONENT_TEST_DIR=	$(SOURCE_DIR)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    52
COMPONENT_TEST_ENV+=	PYTHON=$(PYTHON)
1107
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
3639
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    54
# Master test results are the same for all supported versions of Python, so
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    55
# override here, rather than create multiple identical master files.
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    56
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    57
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    58
# The additional zope.interface specific set of transforms to be applied
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    59
# to the test results to try to normalize them.
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    60
COMPONENT_TEST_TRANSFORMS += \
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    61
	'-e "s|\(Ran 1 test in\).*|\1|" ' \
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    62
	'-e "s|\(Ran .* tests in\).*|\1|" '
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    63
4587
a814ef000c8b 21363889 More Userland Python modules can hookup "gmake system-test"
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    64
COMPONENT_SYSTEM_TEST_ARGS=	../runtests.sh
a814ef000c8b 21363889 More Userland Python modules can hookup "gmake system-test"
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    65
COMPONENT_SYSTEM_TEST_CMD=	/bin/sh
a814ef000c8b 21363889 More Userland Python modules can hookup "gmake system-test"
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    66
COMPONENT_SYSTEM_TEST_DIR=	$(SOURCE_DIR)
a814ef000c8b 21363889 More Userland Python modules can hookup "gmake system-test"
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    67
COMPONENT_SYSTEM_TEST_ENV+=	PYTHON=$(PYTHON)
a814ef000c8b 21363889 More Userland Python modules can hookup "gmake system-test"
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    68
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    69
build:		$(BUILD_32_and_64)
1107
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    71
install:	$(INSTALL_32_and_64)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    72
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    73
test:		$(TEST_32_and_64)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    74
4587
a814ef000c8b 21363889 More Userland Python modules can hookup "gmake system-test"
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    75
system-test:    $(SYSTEM_TEST_32_and_64)
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3817
diff changeset
    76
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3639
diff changeset
    77
REQUIRED_PACKAGES += system/library