components/python/mysql/mysql-PYVER.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1837 e18016108eee
child 3998 5bd484384122
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1101
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql 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
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql 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.
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql 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
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql 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
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql 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.
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql 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
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql 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: 1251
diff changeset
    23
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1101
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql 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: 1251
diff changeset
    27
    value=pkg:/library/python/python-mysql-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1101
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary \
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
    value="A MySQL database adapter for the Python programming language"
1673
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    30
set name=com.oracle.info.description \
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    31
    value="the MySQL database adapter for Python"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1837
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
1101
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:Development/Databases
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2008/081
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1673
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    39
file path=usr/lib/python$(PYVER)/vendor-packages/64/_mysql.so
1101
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/MySQL_python-1.2.2-py$(PYVER).egg-info/PKG-INFO
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/MySQL_python-1.2.2-py$(PYVER).egg-info/SOURCES.txt
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/MySQL_python-1.2.2-py$(PYVER).egg-info/dependency_links.txt
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/MySQL_python-1.2.2-py$(PYVER).egg-info/top_level.txt
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/__init__.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/connections.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/CLIENT.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/CR.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/ER.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/FIELD_TYPE.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/FLAG.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/REFRESH.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/constants/__init__.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/converters.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/cursors.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/release.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/MySQLdb/times.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/_mysql.so
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/_mysql_exceptions.py
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
license mysql.license license=GPLv2
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
# python-mysql was previously in the 'desktop' consolidation. This optional
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
# dependency is here to facilitate the safe transfer of the package
704a6c485f1a 15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
# to the 'userland' consolidation.
1673
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    64
depend type=optional \
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    65
    fmri=consolidation/desktop/[email protected]
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    66
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    67
# 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: 1251
diff changeset
    68
depend type=optional \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    69
    fmri=library/python-2/python-mysql-$(PYV)@1.2.2,5.12-5.12.0.0.0.41.0
1673
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    70
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    71
# force a dependency on the Python runtime
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    72
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    73
    pkg.debug.depend.path=usr/bin
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    74
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    75
# force a dependency on the python-mysql package
f4a923835a61 18125113 mysql Python module needs updates for MySQL 5.5 and 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1666
diff changeset
    76
depend type=require \
1682
54724eb85c54 18125113 mysql Python module needs updates for MySQL 5.5 ... (fix mismerge)
John Beck <John.Beck@Oracle.COM>
parents: 1673
diff changeset
    77
    fmri=library/python/python-mysql@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)