components/python/pylxml/pylxml-26.p5m
changeset 706 6e61f0012046
child 752 cbd9239f6454
equal deleted inserted replaced
705:ea8fed4b5f65 706:6e61f0012046
       
     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 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/library/python-2/lxml-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.summary \
       
    27     value="Pythonic 2.6 binding for the libxml2 and libxslt libraries"
       
    28 set name=info.classification \
       
    29     value=org.opensolaris.category.2008:Development/Python
       
    30 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    31 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    32 set name=org.opensolaris.arc-caseid \
       
    33     value=PSARC/2009/579
       
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    35 dir path=usr
       
    36 dir path=usr/lib
       
    37 dir path=usr/lib/python2.6
       
    38 dir path=usr/lib/python2.6/vendor-packages
       
    39 dir path=usr/lib/python2.6/vendor-packages/lxml
       
    40 dir \
       
    41     path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info
       
    42 dir path=usr/lib/python2.6/vendor-packages/lxml/64
       
    43 dir path=usr/lib/python2.6/vendor-packages/lxml/html
       
    44 file \
       
    45     path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO
       
    46 file \
       
    47     path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt
       
    48 file \
       
    49     path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/dependency_links.txt
       
    50 file \
       
    51     path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/not-zip-safe
       
    52 file \
       
    53     path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/top_level.txt
       
    54 file path=usr/lib/python2.6/vendor-packages/lxml/64/etree.so
       
    55 file path=usr/lib/python2.6/vendor-packages/lxml/64/objectify.so
       
    56 file path=usr/lib/python2.6/vendor-packages/lxml/ElementInclude.py
       
    57 file path=usr/lib/python2.6/vendor-packages/lxml/__init__.py
       
    58 file path=usr/lib/python2.6/vendor-packages/lxml/_elementpath.py
       
    59 file path=usr/lib/python2.6/vendor-packages/lxml/builder.py
       
    60 file path=usr/lib/python2.6/vendor-packages/lxml/cssselect.py
       
    61 file path=usr/lib/python2.6/vendor-packages/lxml/doctestcompare.py
       
    62 file path=usr/lib/python2.6/vendor-packages/lxml/etree.so
       
    63 file path=usr/lib/python2.6/vendor-packages/lxml/html/ElementSoup.py
       
    64 file path=usr/lib/python2.6/vendor-packages/lxml/html/__init__.py
       
    65 file path=usr/lib/python2.6/vendor-packages/lxml/html/_dictmixin.py
       
    66 file path=usr/lib/python2.6/vendor-packages/lxml/html/_diffcommand.py
       
    67 file path=usr/lib/python2.6/vendor-packages/lxml/html/_setmixin.py
       
    68 file path=usr/lib/python2.6/vendor-packages/lxml/html/builder.py
       
    69 file path=usr/lib/python2.6/vendor-packages/lxml/html/clean.py
       
    70 file path=usr/lib/python2.6/vendor-packages/lxml/html/defs.py
       
    71 file path=usr/lib/python2.6/vendor-packages/lxml/html/diff.py
       
    72 file path=usr/lib/python2.6/vendor-packages/lxml/html/formfill.py
       
    73 file path=usr/lib/python2.6/vendor-packages/lxml/html/soupparser.py
       
    74 file path=usr/lib/python2.6/vendor-packages/lxml/html/usedoctest.py
       
    75 file path=usr/lib/python2.6/vendor-packages/lxml/objectify.so
       
    76 file path=usr/lib/python2.6/vendor-packages/lxml/pyclasslookup.py
       
    77 file path=usr/lib/python2.6/vendor-packages/lxml/sax.py
       
    78 file path=usr/lib/python2.6/vendor-packages/lxml/usedoctest.py
       
    79 license pylxml.copyright license="BSD, PSF, GPL"
       
    80 
       
    81 # force a dependency on the lxml package
       
    82 depend fmri=library/python-2/lxml@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    83     type=require
       
    84