components/python/setuptools/setuptools-PYVER.p5m
author John Beck <John.Beck@Oracle.COM>
Mon, 27 Jan 2014 17:48:58 -0800
changeset 1666 69d14d547e77
parent 1639 9d97e5aecc9f
child 1907 446472de62e9
permissions -rw-r--r--
PSARC 2014/009 Python pkg(5) name-space update 18141589 Userland instance of s|/library/python-2/|/library/python/|g
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
1639
9d97e5aecc9f 18071498 setuptools needs packaging/tpno changes
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1251
diff changeset
    21
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    24
set name=pkg.fmri \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    25
    value=pkg:/library/python/setuptools-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    26
set name=pkg.summary \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    27
    value="Download, build, install, upgrade, and uninstall Python packages easily"
1639
9d97e5aecc9f 18071498 setuptools needs packaging/tpno changes
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1251
diff changeset
    28
set name=com.oracle.info.description value="Python setup tools"
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    29
set name=com.oracle.info.tpno value=9297
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    30
set name=info.classification \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    31
    value=org.opensolaris.category.2008:Development/Python
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    32
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    33
set name=info.upstream-url value=http://pypi.python.org/pypi/setuptools
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    34
set name=org.opensolaris.arc-caseid value=PSARC/2008/084
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    35
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    36
link path=usr/bin/easy_install target=easy_install-$(PYVER) mediator=python \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    37
    mediator-version=$(PYVER)
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    38
file path=usr/bin/easy_install-$(PYVER)
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    39
file path=usr/lib/python$(PYVER)/vendor-packages/easy_install.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/pkg_resources.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools-0.6c11-py$(PYVER).egg-info/PKG-INFO
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools-0.6c11-py$(PYVER).egg-info/SOURCES.txt
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools-0.6c11-py$(PYVER).egg-info/dependency_links.txt
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools-0.6c11-py$(PYVER).egg-info/entry_points.txt
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools-0.6c11-py$(PYVER).egg-info/top_level.txt
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools-0.6c11-py$(PYVER).egg-info/zip-safe
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/__init__.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/archive_util.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/cli.exe
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/__init__.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/alias.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/bdist_egg.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/bdist_rpm.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/bdist_wininst.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/build_ext.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/build_py.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/develop.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/easy_install.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/egg_info.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/install.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/install_egg_info.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/install_lib.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/install_scripts.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/register.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/rotate.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/saveopts.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/sdist.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/setopt.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/test.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/command/upload.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/depends.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/dist.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/extension.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/gui.exe
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/package_index.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/sandbox.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/tests/__init__.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/tests/doctest.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/tests/test_packageindex.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools/tests/test_resources.py
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/site.py
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    82
license setuptools.copyright license="PSF, ZPL"
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    83
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    84
# force the rename with an optional dependency on the old name
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    85
depend type=optional \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    86
    fmri=library/python-2/setuptools-$(PYV)@0.6.11,5.12-5.12.0.0.0.41.0
751
32bfb3fa9b60 7155746 Userland python bits should use mediated links
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 706
diff changeset
    87
1639
9d97e5aecc9f 18071498 setuptools needs packaging/tpno changes
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1251
diff changeset
    88
# force a dependency on the Python $(PYVER) runtime
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    89
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    90
    pkg.debug.depend.path=usr/bin
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    91
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    92
# force a dependency on the setuptools package
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    93
depend type=require \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1639
diff changeset
    94
    fmri=library/python/setuptools@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)