components/python/setuptools-git/setuptools-git-PYVER.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 22 Oct 2013 11:14:37 -0700
changeset 1520 0cf972526d4b
parent 1498 20dd5b947b20
child 1666 69d14d547e77
permissions -rw-r--r--
17628646 Several of the OpenStack Python dependency components shouldn't ship their tests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1498
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
    value=pkg:/library/python-2/setuptools-git-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="Setuptools revision control system plugin for Git"
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value="setuptools-git is a plugin for setuptools that enables git integration.  Once installed, setuptools can be told to include in a package distribution all the files tracked by git."
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description \
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
    value="the Setuptools revision control system plugin for Git"
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=com.oracle.info.tpno value=14503
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:Development/Python \
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Development/Source Code Management"
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream value="Wichert Akkerman <[email protected]>"
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2013/322
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools_git-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools_git-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools_git-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools_git-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools_git-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools_git-$(COMPONENT_VERSION)-py$(PYVER).egg-info/zip-safe
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools_git/__init__.py
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/setuptools_git/utils.py
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
license LICENSE.txt license=BSD
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
# force a dependency on the Python runtime
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
    pkg.debug.depend.path=usr/bin
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
# force a dependency on the setuptools-git package
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
depend type=require \
20dd5b947b20 PSARC 2013/322 setuptools-git version 1.0
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
    fmri=library/python-2/setuptools-git@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)