components/python/pycurl/pycurl-GENFRAG.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 19 Oct 2016 09:53:08 -0500
changeset 7133 cabdc0719c92
parent 6094 431c5a0be3f8
permissions -rw-r--r--
24920023 llvm/clang packages need dependency changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
394
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     1
#
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     3
#
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     7
#
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    12
#
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    18
#
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    20
#
6094
431c5a0be3f8 23141943 Upgrade coverage to 4.0.3
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5109
diff changeset
    21
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
394
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    22
#
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    23
1419
a13e688bbe2d 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 1251
diff changeset
    24
# we have to reverse the autopyc transform for stuff in /usr/share/doc
a13e688bbe2d 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 1251
diff changeset
    25
# since there are only py files there
a13e688bbe2d 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 1251
diff changeset
    26
<transform file path=usr/share/doc/.+\.pyc$ -> drop>
a13e688bbe2d 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 1251
diff changeset
    27
#
5109
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    28
file path=usr/share/doc/pycurl/COPYING-LGPL
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    29
file path=usr/share/doc/pycurl/COPYING-MIT
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 629
diff changeset
    30
file path=usr/share/doc/pycurl/ChangeLog
5109
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    31
file path=usr/share/doc/pycurl/INSTALL.rst
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    32
file path=usr/share/doc/pycurl/README.rst
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    33
file path=usr/share/doc/pycurl/RELEASE-NOTES.rst
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 629
diff changeset
    34
file path=usr/share/doc/pycurl/examples/basicfirst.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 629
diff changeset
    35
file path=usr/share/doc/pycurl/examples/file_upload.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 629
diff changeset
    36
file path=usr/share/doc/pycurl/examples/linksys.py
6094
431c5a0be3f8 23141943 Upgrade coverage to 4.0.3
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5109
diff changeset
    37
file path=usr/share/doc/pycurl/examples/quickstart/file_upload_buffer.py
431c5a0be3f8 23141943 Upgrade coverage to 4.0.3
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5109
diff changeset
    38
file path=usr/share/doc/pycurl/examples/quickstart/file_upload_real.py
431c5a0be3f8 23141943 Upgrade coverage to 4.0.3
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5109
diff changeset
    39
file path=usr/share/doc/pycurl/examples/quickstart/file_upload_real_fancy.py
5109
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    40
file path=usr/share/doc/pycurl/examples/quickstart/follow_redirect.py
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    41
file path=usr/share/doc/pycurl/examples/quickstart/form_post.py
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    42
file path=usr/share/doc/pycurl/examples/quickstart/get.py
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    43
file path=usr/share/doc/pycurl/examples/quickstart/get_python2.py
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    44
file path=usr/share/doc/pycurl/examples/quickstart/get_python3.py
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    45
file path=usr/share/doc/pycurl/examples/quickstart/response_headers.py
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    46
file path=usr/share/doc/pycurl/examples/quickstart/response_info.py
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    47
file path=usr/share/doc/pycurl/examples/quickstart/write_file.py
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 629
diff changeset
    48
file path=usr/share/doc/pycurl/examples/retriever-multi.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 629
diff changeset
    49
file path=usr/share/doc/pycurl/examples/retriever.py
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 629
diff changeset
    50
file path=usr/share/doc/pycurl/examples/sfquery.py
5109
5d341c4a6b80 19877233 ply should hookup its tests
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 1666
diff changeset
    51
file path=usr/share/doc/pycurl/examples/smtp.py
6094
431c5a0be3f8 23141943 Upgrade coverage to 4.0.3
Yiteng Zhang <yiteng.zhang@oracle.com>
parents: 5109
diff changeset
    52
file path=usr/share/doc/pycurl/examples/ssh_keyfunction.py
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 629
diff changeset
    53
file path=usr/share/doc/pycurl/examples/xmlrpc_curl.py
1420
597ecfc1f6c0 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl (fix build)
Danek Duvall <danek.duvall@oracle.com>
parents: 1419
diff changeset
    54
#
597ecfc1f6c0 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl (fix build)
Danek Duvall <danek.duvall@oracle.com>
parents: 1419
diff changeset
    55
license pycurl.copyright license=MIT
1666
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1420
diff changeset
    56
69d14d547e77 PSARC 2014/009 Python pkg(5) name-space update
John Beck <John.Beck@Oracle.COM>
parents: 1420
diff changeset
    57
# 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: 1420
diff changeset
    58
depend type=optional fmri=library/python-2/[email protected],5.12-5.12.0.0.0.41.0