components/python/ldtp/ldtp-PYVER.p5m
author John Beck <John.Beck@Oracle.COM>
Sat, 17 Jan 2015 09:17:37 -0800
branchs11-update
changeset 3661 47545fb8aed4
parent 2722 dc566ca73390
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:
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
#
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2722
diff changeset
    21
# Copyright (c) 2011, 2014, 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
2722
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    24
set name=pkg.fmri \
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    25
    value=pkg:/system/desktop/ldtp-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
394
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="Linux Desktop Testing Project"
2722
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    27
set name=pkg.description \
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    28
    value="LDTP is a test automation framework that can be used to test and improve desktops and desktop applications."
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    29
set name=com.oracle.info.description \
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    30
    value="ldtp, the Linux Desktop Testing Project for Python"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2722
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
2722
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    32
set name=info.classification \
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    33
    value="org.opensolaris.category.2008:Development/Distribution Tools"
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 484
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
2722
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2011/261
394
dffc35307ef2 7051374 3rd party libraries in IPS gate should move to userland
Erik Trauschke <Erik.Trauschke@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
2722
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    38
#
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    39
link path=usr/bin/ldtp target=ldtp$(PYVER) mediator=python \
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    40
    mediator-version=$(PYVER)
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    41
file path=usr/bin/ldtp$(PYVER)
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/ldtp-$(COMPONENT_VERSION)-py$(PYVER).egg-info
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/__init__.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/client.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/client_exception.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/log.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/state.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/__init__.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/combo_box.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/constants.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/core.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/generic.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/keypress_actions.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/log.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/menu.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/mouse.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/page_tab_list.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/sequence_step.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/server_exception.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/table.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/text.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/utils.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/value.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/waiters.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/xmlrpc_daemon.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/ldtputils/__init__.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/ooldtp/__init__.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/ooldtp/_context.py
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    69
#
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    70
license COPYING license=LGPLv2.1
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 609
diff changeset
    71
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 609
diff changeset
    72
# force a dependency on the ldtp package
2722
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    73
depend type=require \
dc566ca73390 17237605 TPNOs required for cherrypy coverage ldtp m2crpyto mako ply pybonjour and pycurl
Danek Duvall <danek.duvall@oracle.com>
parents: 2551
diff changeset
    74
    fmri=system/desktop/ldtp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)