components/python/mysql/mysql-PYVER.p5m
branchs11-update
changeset 2699 62ad843cf9dd
child 3089 41e4d4914121
equal deleted inserted replaced
2698:53c76e91b9c0 2699:62ad843cf9dd
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/library/python-2/python-mysql-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary \
       
    29     value="A MySQL database adapter for the Python programming language"
       
    30 set name=com.oracle.info.description value="the MySQL database adapter for Python"
       
    31 set name=info.classification \
       
    32     value=org.opensolaris.category.2008:Development/Databases
       
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    35 set name=org.opensolaris.arc-caseid value=PSARC/2008/081
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 
       
    38 # force a dependency on the Python runtime
       
    39 depend fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
       
    40        pkg.debug.depend.path=usr/bin type=require
       
    41 
       
    42 # force a dependency on the python-mysql package
       
    43 depend fmri=library/python-2/python-mysql@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    44     type=require
       
    45 
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/MySQL_python-1.2.2-py$(PYVER).egg-info/PKG-INFO
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/MySQL_python-1.2.2-py$(PYVER).egg-info/SOURCES.txt
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/MySQL_python-1.2.2-py$(PYVER).egg-info/dependency_links.txt
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/MySQL_python-1.2.2-py$(PYVER).egg-info/top_level.txt
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/__init__.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/connections.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/CLIENT.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/CR.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/ER.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/FIELD_TYPE.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/FLAG.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/REFRESH.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/__init__.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/converters.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/cursors.py
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/release.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/times.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/_mysql.so
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/_mysql_exceptions.py
       
    65 license mysql.license license=GPLv2
       
    66 
       
    67 # python-mysql was previously in the 'desktop' consolidation. This optional
       
    68 # dependency is here to facilitate the safe transfer of the package
       
    69 # to the 'userland' consolidation.
       
    70 depend type=optional fmri=consolidation/desktop/[email protected],5.11-0.175.2.0.0.20.0