components/python/cssutils/cssutils-PYVER.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 06 May 2014 16:46:23 -0700
changeset 1878 b409841d95d5
parent 1666 69d14d547e77
child 1948 2d1537e7942d
permissions -rw-r--r--
18713031 Various Userland components need a TPNO in their package(s).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils 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
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils 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.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils 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
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils 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
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils 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.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils 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
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils 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.
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils 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/cssutils-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
set name=pkg.summary \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
    value="A Python package to parse and build CSS Cascading Style Sheets."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1100
diff changeset
    30
set name=com.oracle.info.description value="the cssutils Python module"
1878
b409841d95d5 18713031 Various Userland components need a TPNO in their package(s).
Rich Burridge <rich.burridge@oracle.com>
parents: 1666
diff changeset
    31
set name=com.oracle.info.tpno value=7908
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
set name=info.classification \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
    value=org.opensolaris.category.2008:Development/Python
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=LSARC/2008/658
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/PKG-INFO
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/SOURCES.txt
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/dependency_links.txt
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/entry_points.txt
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils-0.9.6-py$(PYVER).egg-info/top_level.txt
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/__init__.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/_fetch.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/_fetchgae.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/codec.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/__init__.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/csscharsetrule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/csscomment.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssfontfacerule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssimportrule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssmediarule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssnamespacerule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/csspagerule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssproperties.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssrule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssrulelist.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssstyledeclaration.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssstylerule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssstylesheet.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssunknownrule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/cssvalue.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/property.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/selector.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css/selectorlist.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/css2productions.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/cssproductions.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/errorhandler.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/helper.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/parse.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/prodparser.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/profiles.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/script.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/scripts/__init__.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/scripts/csscapture.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/scripts/csscombine.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/scripts/cssparse.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/serialize.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/settings.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/stylesheets/__init__.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/stylesheets/medialist.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/stylesheets/mediaquery.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/stylesheets/stylesheet.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/stylesheets/stylesheetlist.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/tokenize2.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/python$(PYVER)/vendor-packages/cssutils/util.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/python$(PYVER)/vendor-packages/encutils/__init__.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/python$(PYVER)/vendor-packages/tests/__init__.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/python$(PYVER)/vendor-packages/tests/basetest.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_codec.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_csscharsetrule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_csscomment.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssfontfacerule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssimportrule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssmediarule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssnamespacerule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_csspagerule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssproperties.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssrule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssrulelist.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssstyledeclaration.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssstylerule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssstylesheet.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssunknownrule.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssutils.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssutilsimport.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_cssvalue.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_domimplementation.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_encutils/__init__.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_errorhandler.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_helper.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_medialist.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_mediaquery.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_parse.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_prodparser.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_profiles.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_properties.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_property.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_scripts_csscombine.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_selector.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_selectorlist.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_serialize.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_settings.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_tokenize2.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_util.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
file path=usr/lib/python$(PYVER)/vendor-packages/tests/test_x.py
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
license cssutils.license license="LGPL v3"
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
# force a dependency on the Python runtime
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
    pkg.debug.depend.path=usr/bin
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
# force a dependency on the cssutils package
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
depend type=require \
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   137
    fmri=library/python/cssutils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1100
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
# cssutils was previously in the 'desktop' consolidation. This optional
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
# dependency is here to facilitate the safe transfer of the package 
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
# to the 'userland' consolidation.
c8ee1218dc57 15820215 SUNBT7202655 Move python/cssutils from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
depend type=optional 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
   143
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   144
# 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
   145
depend type=optional \
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   146
    fmri=library/python-2/cssutils-$(PYV)@0.9.6,5.12-5.12.0.0.0.41.0