components/python/zope-interface/zope-interface-PYVER.p5m
author david.comay@oracle.com
Fri, 09 May 2014 20:59:20 -0700
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1948 2d1537e7942d
permissions -rw-r--r--
16808434 Many components probably don't need a PATH line in their Makefiles 17395397 components/python/decorator/Makefile missing COMPONENT_BUGDB 17952703 transform should be added to drop irrelevant Python dependencies 17975940 mako could have dependency for markupsafe 18293987 /usr/bin/alembic should be shipped 18293992 boto's demo scripts aren't delivered executable 18294001 coverage Python package doesn't deliver 64-bit object 18294049 imaging Python package has some issues 18294059 various Python modules needs work-around for broken 2.7 RUNPATH issue 18377642 py.test has a requirement on py 18539154 Improvements can be made to many Python module dependencies 18539214 Some Python modules can have their tests enabled (Phase 1)
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
#
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1583
diff changeset
    23
# Copyright (c) 2013, 2014, 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
set name=pkg.fmri \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1583
diff changeset
    27
    value=pkg:/library/python/python-zope-interface-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    28
set name=pkg.summary value="Zope Interfaces package for Python"
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    29
set name=pkg.description \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    30
    value="The Zope Interfaces package provides an implementation of 'object interfaces' for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. This package can be considered as an implementation of the Design By Contract methodology support in Python."
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    31
set name=com.oracle.info.description \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
    32
    value="the Zope Interfaces package for Python"
1583
c37299676526 17896753 The DBI Perl module has duplicate ASLR lines in its Makefile
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    33
set name=com.oracle.info.tpno value=7911
1107
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.classification \
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
    value=org.opensolaris.category.2008:Development/Python
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2008/122
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/zope.interface-3.3.0-py$(PYVER)-nspkg.pth
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/zope.interface-3.3.0-py$(PYVER).egg-info/PKG-INFO
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/zope.interface-3.3.0-py$(PYVER).egg-info/SOURCES.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/zope.interface-3.3.0-py$(PYVER).egg-info/dependency_links.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/zope.interface-3.3.0-py$(PYVER).egg-info/namespace_packages.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/zope.interface-3.3.0-py$(PYVER).egg-info/not-zip-safe
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/zope.interface-3.3.0-py$(PYVER).egg-info/requires.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/zope.interface-3.3.0-py$(PYVER).egg-info/top_level.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/64/_zope_interface_coptimizations.so
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/DEPENDENCIES.cfg
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/PUBLICATION.cfg
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/README.ru.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/README.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/SETUP.cfg
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/__init__.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/_flatten.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/_zope_interface_coptimizations.c
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/_zope_interface_coptimizations.so
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/adapter.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/adapter.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/advice.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/common/__init__.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/common/idatetime.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/common/interfaces.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/common/mapping.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/common/sequence.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/common/tests/__init__.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/common/tests/basemapping.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/common/tests/test_idatetime.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/declarations.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/document.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/exceptions.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/human.ru.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/human.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/interface.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/interfaces.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/ro.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/__init__.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/dummy.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/foodforthought.txt
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/ifoo.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/m1.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/m2.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/odd.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/test_adapter.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/test_advice.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/test_declarations.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/test_document.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/test_element.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/test_interface.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/test_odd_declarations.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/test_sorting.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/test_verify.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/tests/unitfixtures.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/zope/interface/verify.py
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
license zope-interface.license license=ZPL
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
# python-zope-interface was previously in the 'desktop' consolidation. This
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
# optional dependency is here to facilitate the safe transfer of the package
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
# to the 'userland' consolidation.
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
depend type=optional \
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
    fmri=consolidation/desktop/[email protected]
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   103
# force the rename with an optional dependency on the old name
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   104
depend type=optional \
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   105
    fmri=library/python-2/python-zope-interface-$(PYV)@3.3.0,5.12-5.12.0.0.0.41.0
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1666
diff changeset
   106
1107
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
# force a dependency on the Python runtime
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
    pkg.debug.depend.path=usr/bin
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
# force a dependency on the python-zope-interface package
5e80cb545b12 15820224 SUNBT7202664 Move python/zope-interface from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
depend type=require \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1583
diff changeset
   113
    fmri=library/python/python-zope-interface@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)