components/python/pylxml/pylxml-26.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 752 cbd9239f6454
child 1205 6c6c27bcf9ac
child 2551 0391c5c3b137
permissions -rw-r--r--
Close of build 10.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    21
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    24
set name=pkg.fmri \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    25
    value=pkg:/library/python-2/lxml-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    26
set name=pkg.summary \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    27
    value="Pythonic 2.6 binding for the libxml2 and libxslt libraries"
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    28
set name=info.classification \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    29
    value=org.opensolaris.category.2008:Development/Python
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    31
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    32
set name=org.opensolaris.arc-caseid value=PSARC/2009/579
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    33
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    34
dir path=lib/python2.6/vendor-packages/lxml/isoschematron/resources
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    35
dir path=lib/python2.6/vendor-packages/lxml/isoschematron/resources/rng
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    36
dir path=lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    37
dir \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    38
    path=lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    39
dir path=usr
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    40
dir path=usr/lib
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    41
dir path=usr/lib/python2.6
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    42
dir path=usr/lib/python2.6/vendor-packages
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    43
dir path=usr/lib/python2.6/vendor-packages/lxml
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    44
dir \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    45
    path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    46
dir path=usr/lib/python2.6/vendor-packages/lxml/64
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    47
dir path=usr/lib/python2.6/vendor-packages/lxml/html
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    48
dir path=usr/lib/python2.6/vendor-packages/lxml/isoschematron
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    49
file \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    50
    path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    51
file \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    52
    path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    53
file \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    54
    path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/dependency_links.txt
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    55
file \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    56
    path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/not-zip-safe
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    57
file \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    58
    path=usr/lib/python2.6/vendor-packages/lxml-$(COMPONENT_VERSION)-py2.6.egg-info/top_level.txt
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    59
file path=usr/lib/python2.6/vendor-packages/lxml/64/etree.so
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    60
file path=usr/lib/python2.6/vendor-packages/lxml/64/objectify.so
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    61
file path=usr/lib/python2.6/vendor-packages/lxml/ElementInclude.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    62
file path=usr/lib/python2.6/vendor-packages/lxml/__init__.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    63
file path=usr/lib/python2.6/vendor-packages/lxml/_elementpath.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    64
file path=usr/lib/python2.6/vendor-packages/lxml/builder.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    65
file path=usr/lib/python2.6/vendor-packages/lxml/cssselect.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    66
file path=usr/lib/python2.6/vendor-packages/lxml/doctestcompare.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    67
file path=usr/lib/python2.6/vendor-packages/lxml/etree.so
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    68
file path=usr/lib/python2.6/vendor-packages/lxml/etree_defs.h
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    69
file path=usr/lib/python2.6/vendor-packages/lxml/etreepublic.pxd
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    70
file path=usr/lib/python2.6/vendor-packages/lxml/html/ElementSoup.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    71
file path=usr/lib/python2.6/vendor-packages/lxml/html/__init__.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    72
file path=usr/lib/python2.6/vendor-packages/lxml/html/_dictmixin.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    73
file path=usr/lib/python2.6/vendor-packages/lxml/html/_diffcommand.py
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    74
file path=usr/lib/python2.6/vendor-packages/lxml/html/_html5builder.py
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    75
file path=usr/lib/python2.6/vendor-packages/lxml/html/_setmixin.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    76
file path=usr/lib/python2.6/vendor-packages/lxml/html/builder.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    77
file path=usr/lib/python2.6/vendor-packages/lxml/html/clean.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    78
file path=usr/lib/python2.6/vendor-packages/lxml/html/defs.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    79
file path=usr/lib/python2.6/vendor-packages/lxml/html/diff.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    80
file path=usr/lib/python2.6/vendor-packages/lxml/html/formfill.py
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    81
file path=usr/lib/python2.6/vendor-packages/lxml/html/html5parser.py
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    82
file path=usr/lib/python2.6/vendor-packages/lxml/html/soupparser.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    83
file path=usr/lib/python2.6/vendor-packages/lxml/html/usedoctest.py
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    84
file path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/__init__.py
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    85
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    86
    path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/resources/rng/iso-schematron.rng
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    87
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    88
    path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    89
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    90
    path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl/XSD2Schtrn.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    91
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    92
    path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_abstract_expand.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    93
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    94
    path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_dsdl_include.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    95
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    96
    path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    97
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    98
    path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    99
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
   100
    path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
   101
file \
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
   102
    path=usr/lib/python2.6/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   103
file path=usr/lib/python2.6/vendor-packages/lxml/objectify.so
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   104
file path=usr/lib/python2.6/vendor-packages/lxml/pyclasslookup.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   105
file path=usr/lib/python2.6/vendor-packages/lxml/sax.py
752
cbd9239f6454 7153019 Update Python lxml bindings to latest version
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
   106
file path=usr/lib/python2.6/vendor-packages/lxml/tree.pxd
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   107
file path=usr/lib/python2.6/vendor-packages/lxml/usedoctest.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   108
license pylxml.copyright license="BSD, PSF, GPL"
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   109
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   110
# force a dependency on the lxml package
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   111
depend fmri=library/python-2/lxml@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
   112
    type=require