Alexander Pyhalov
2016-09-20 a60de400c37bf4f92b8800e62de3e40c903d9fd8
coverage: update to 4.0.3, remove python 2.6 version, add python 3.4 version
1 files deleted
1 files added
7 files modified
434 ■■■■ changed files
components/python/coverage/Makefile 34 ●●●●● patch | view | raw | blame | history
components/python/coverage/coverage-PYVER.p5m 37 ●●●●● patch | view | raw | blame | history
components/python/coverage/coverage.copyright 208 ●●●● patch | view | raw | blame | history
components/python/coverage/history 3 ●●●●● patch | view | raw | blame | history
components/python/coverage/jquery.copyright 7 ●●●●● patch | view | raw | blame | history
components/python/coverage/manifests/sample-manifest.p5m 112 ●●●●● patch | view | raw | blame | history
components/python/coverage/resolve.deps 5 ●●●●● patch | view | raw | blame | history
make-rules/ips.mk 1 ●●●● patch | view | raw | blame | history
transforms/python-3-soabi 27 ●●●●● patch | view | raw | blame | history
components/python/coverage/Makefile
@@ -18,36 +18,42 @@
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
#
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
#
include ../../../make-rules/shared-macros.mk
PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
COMPONENT_NAME=        coverage
COMPONENT_VERSION=    3.5
COMPONENT_VERSION=    4.0.3
COMPONENT_PROJECT_URL=    http://nedbatchelder.com/code/coverage/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
    sha256:b181d5ec72baf7478942fd600503d9f32bb525cfca413b1c73ebfa7ff1b95ae9
COMPONENT_ARCHIVE_URL=    http://pypi.python.org/packages/source/c/coverage/$(COMPONENT_ARCHIVE)
    sha256:85b1275b6d7a61ccc8024a4e9a4c9e896394776edce1a5d075ec116f91925462
COMPONENT_ARCHIVE_URL=    $(call pypi_url)
COMPONENT_BUGDB=    python-mod/coverage
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/setup.py.mk
include $(WS_TOP)/make-rules/ips.mk
PYTHON_VERSIONS=    2.7 3.4
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build:        $(BUILD_32)
build:        $(BUILD_32_and_64)
COMPONENT_POST_INSTALL_ACTION =    \
    (cd $(PROTO_DIR)/usr/bin ; $(MV) -f coverage coverage$(PYTHON_VERSION))
install:    $(INSTALL_32)
install:    $(INSTALL_32_and_64)
# test requires PyContracts and gevent which haven't been integrated yet.
test:        $(NO_TESTS)
BUILD_PKG_DEPENDENCIES =    $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk
REQUIRED_PACKAGES += library/python/setuptools-27
REQUIRED_PACKAGES += library/python/setuptools-34
REQUIRED_PACKAGES += system/library
components/python/coverage/coverage-PYVER.p5m
@@ -18,17 +18,18 @@
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
#
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
#
set name=pkg.fmri \
    value=pkg:/library/python-2/coverage-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    value=pkg:/library/python/coverage-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="The coverage.py Python code coverage tool"
set name=pkg.description \
    value="Coverage is a tool for measuring code coverage of Python programs. It monitors a program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed, but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not."
set name=com.oracle.info.description \
    value="coverage, the code coverage tool for Python"
set name=com.oracle.info.tpno value=10021
set name=info.classification \
    value=org.opensolaris.category.2008:Development/Python
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
@@ -46,47 +47,59 @@
file path=usr/lib/python$(PYVER)/vendor-packages/coverage-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/coverage-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/coverage-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/64/tracer.so
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/__main__.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/annotate.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/backunittest.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/backward.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/bytecode.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/cmdline.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/codeunit.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/collector.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/config.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/control.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/data.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/debug.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/env.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/execfile.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/files.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/html.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/coverage_html.js
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/index.html
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/jquery-1.4.3.min.js
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/jquery.debounce.min.js
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/jquery.hotkeys.js
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/jquery.isonscreen.js
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/jquery.min.js
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/jquery.tablesorter.min.js
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/keybd_closed.png
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/keybd_open.png
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/pyfile.html
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/htmlfiles/style.css
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/misc.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/monkey.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/parser.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/phystokens.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/pickle2json.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/plugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/plugin_support.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/python.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/pytracer.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/report.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/results.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/summary.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/templite.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/test_helpers.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/tracer.so
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/version.py
file path=usr/lib/python$(PYVER)/vendor-packages/coverage/xmlreport.py
#
license coverage.copyright license=BSD
# the packaging software treats the license= attribute as the key, so
# we need to name them differently or the tools will fail to deal with
# the fact that they are really different license files.
license jquery.copyright license=MIT-1
license jquery.isonscreen.copyright license=MIT-2
license coverage.copyright license="Apache v2.0"
license jquery.copyright license=MIT
# force the rename with an optional dependency on the old name
depend type=optional \
    fmri=library/python-2/coverage-$(PYV)@3.5,5.11-2016.0.1.0
# force a dependency on the coverage package
depend type=require \
    fmri=library/python-2/coverage@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    fmri=library/python/coverage@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/python/coverage/coverage.copyright
@@ -1,29 +1,193 @@
Copyright 2001 Gareth Rees.  All rights reserved.
Copyright 2004-2011 Ned Batchelder.  All rights reserved.
Copyright 2004-2015 Ned Batchelder.  All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Except where noted otherwise, this software is licensed under the Apache
License, Version 2.0 (the "License"); you may not use this work except in
compliance with the License.  You may obtain a copy of the License at
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
    http://www.apache.org/licenses/LICENSE-2.0
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the
   distribution.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
==========================================================================
                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   1. Definitions.
      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.
      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.
      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.
      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.
      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.
      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.
      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).
      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.
      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."
      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.
   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.
   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.
   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:
      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and
      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and
      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and
      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.
      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.
   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.
   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.
   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.
   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.
   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.
   END OF TERMS AND CONDITIONS
components/python/coverage/history
New file
@@ -0,0 +1,3 @@
library/python-2/coverage-26@3.5,5.11-2016.0.1.0
library/python-2/coverage-27@3.5,5.11-2016.0.1.0 library/python/coverage-27
library/python-2/coverage@3.5,5.11-2016.0.1.0 library/python/coverage
components/python/coverage/jquery.copyright
@@ -1,4 +1,7 @@
Copyright (c) 2011 John Resig, http://jquery.com/
Copyright (c) 2005, 2014 jQuery Foundation, Inc.
Copyright © 2010 "Cowboy" Ben Alman
Copyright (c) 2010 John Resig
Copyright (c) 2010 Laurence Wheway
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -18,5 +21,3 @@
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
components/python/coverage/manifests/sample-manifest.p5m
@@ -22,83 +22,111 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/coverage2.6
file path=usr/bin/coverage-2.7
file path=usr/bin/coverage-3.4
file path=usr/bin/coverage2
file path=usr/bin/coverage2.7
file path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO
file path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt
file path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/dependency_links.txt
file path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/entry_points.txt
file path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/not-zip-safe
file path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/top_level.txt
file path=usr/lib/python2.6/vendor-packages/coverage/__init__.py
file path=usr/lib/python2.6/vendor-packages/coverage/__main__.py
file path=usr/lib/python2.6/vendor-packages/coverage/annotate.py
file path=usr/lib/python2.6/vendor-packages/coverage/backward.py
file path=usr/lib/python2.6/vendor-packages/coverage/bytecode.py
file path=usr/lib/python2.6/vendor-packages/coverage/cmdline.py
file path=usr/lib/python2.6/vendor-packages/coverage/codeunit.py
file path=usr/lib/python2.6/vendor-packages/coverage/collector.py
file path=usr/lib/python2.6/vendor-packages/coverage/config.py
file path=usr/lib/python2.6/vendor-packages/coverage/control.py
file path=usr/lib/python2.6/vendor-packages/coverage/data.py
file path=usr/lib/python2.6/vendor-packages/coverage/execfile.py
file path=usr/lib/python2.6/vendor-packages/coverage/files.py
file path=usr/lib/python2.6/vendor-packages/coverage/html.py
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/coverage_html.js
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/index.html
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery-1.4.3.min.js
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery.hotkeys.js
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery.isonscreen.js
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery.tablesorter.min.js
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/keybd_closed.png
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/keybd_open.png
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/pyfile.html
file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/style.css
file path=usr/lib/python2.6/vendor-packages/coverage/misc.py
file path=usr/lib/python2.6/vendor-packages/coverage/parser.py
file path=usr/lib/python2.6/vendor-packages/coverage/phystokens.py
file path=usr/lib/python2.6/vendor-packages/coverage/report.py
file path=usr/lib/python2.6/vendor-packages/coverage/results.py
file path=usr/lib/python2.6/vendor-packages/coverage/summary.py
file path=usr/lib/python2.6/vendor-packages/coverage/templite.py
file path=usr/lib/python2.6/vendor-packages/coverage/tracer.so
file path=usr/lib/python2.6/vendor-packages/coverage/xmlreport.py
file path=usr/bin/coverage3
file path=usr/bin/coverage3.4
file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO
file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt
file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt
file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/entry_points.txt
file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/not-zip-safe
file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt
file path=usr/lib/python2.7/vendor-packages/coverage/64/tracer.so
file path=usr/lib/python2.7/vendor-packages/coverage/__init__.py
file path=usr/lib/python2.7/vendor-packages/coverage/__main__.py
file path=usr/lib/python2.7/vendor-packages/coverage/annotate.py
file path=usr/lib/python2.7/vendor-packages/coverage/backunittest.py
file path=usr/lib/python2.7/vendor-packages/coverage/backward.py
file path=usr/lib/python2.7/vendor-packages/coverage/bytecode.py
file path=usr/lib/python2.7/vendor-packages/coverage/cmdline.py
file path=usr/lib/python2.7/vendor-packages/coverage/codeunit.py
file path=usr/lib/python2.7/vendor-packages/coverage/collector.py
file path=usr/lib/python2.7/vendor-packages/coverage/config.py
file path=usr/lib/python2.7/vendor-packages/coverage/control.py
file path=usr/lib/python2.7/vendor-packages/coverage/data.py
file path=usr/lib/python2.7/vendor-packages/coverage/debug.py
file path=usr/lib/python2.7/vendor-packages/coverage/env.py
file path=usr/lib/python2.7/vendor-packages/coverage/execfile.py
file path=usr/lib/python2.7/vendor-packages/coverage/files.py
file path=usr/lib/python2.7/vendor-packages/coverage/html.py
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/coverage_html.js
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/index.html
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery-1.4.3.min.js
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery.debounce.min.js
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery.hotkeys.js
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery.isonscreen.js
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery.min.js
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery.tablesorter.min.js
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/keybd_closed.png
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/keybd_open.png
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/pyfile.html
file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/style.css
file path=usr/lib/python2.7/vendor-packages/coverage/misc.py
file path=usr/lib/python2.7/vendor-packages/coverage/monkey.py
file path=usr/lib/python2.7/vendor-packages/coverage/parser.py
file path=usr/lib/python2.7/vendor-packages/coverage/phystokens.py
file path=usr/lib/python2.7/vendor-packages/coverage/pickle2json.py
file path=usr/lib/python2.7/vendor-packages/coverage/plugin.py
file path=usr/lib/python2.7/vendor-packages/coverage/plugin_support.py
file path=usr/lib/python2.7/vendor-packages/coverage/python.py
file path=usr/lib/python2.7/vendor-packages/coverage/pytracer.py
file path=usr/lib/python2.7/vendor-packages/coverage/report.py
file path=usr/lib/python2.7/vendor-packages/coverage/results.py
file path=usr/lib/python2.7/vendor-packages/coverage/summary.py
file path=usr/lib/python2.7/vendor-packages/coverage/templite.py
file path=usr/lib/python2.7/vendor-packages/coverage/test_helpers.py
file path=usr/lib/python2.7/vendor-packages/coverage/tracer.so
file path=usr/lib/python2.7/vendor-packages/coverage/version.py
file path=usr/lib/python2.7/vendor-packages/coverage/xmlreport.py
file path=usr/lib/python3.4/vendor-packages/coverage-$(COMPONENT_VERSION)-py3.4.egg-info/PKG-INFO
file path=usr/lib/python3.4/vendor-packages/coverage-$(COMPONENT_VERSION)-py3.4.egg-info/SOURCES.txt
file path=usr/lib/python3.4/vendor-packages/coverage-$(COMPONENT_VERSION)-py3.4.egg-info/dependency_links.txt
file path=usr/lib/python3.4/vendor-packages/coverage-$(COMPONENT_VERSION)-py3.4.egg-info/entry_points.txt
file path=usr/lib/python3.4/vendor-packages/coverage-$(COMPONENT_VERSION)-py3.4.egg-info/not-zip-safe
file path=usr/lib/python3.4/vendor-packages/coverage-$(COMPONENT_VERSION)-py3.4.egg-info/top_level.txt
file path=usr/lib/python3.4/vendor-packages/coverage/64/tracer.cpython-34m.so
file path=usr/lib/python3.4/vendor-packages/coverage/__init__.py
file path=usr/lib/python3.4/vendor-packages/coverage/__main__.py
file path=usr/lib/python3.4/vendor-packages/coverage/annotate.py
file path=usr/lib/python3.4/vendor-packages/coverage/backunittest.py
file path=usr/lib/python3.4/vendor-packages/coverage/backward.py
file path=usr/lib/python3.4/vendor-packages/coverage/bytecode.py
file path=usr/lib/python3.4/vendor-packages/coverage/cmdline.py
file path=usr/lib/python3.4/vendor-packages/coverage/collector.py
file path=usr/lib/python3.4/vendor-packages/coverage/config.py
file path=usr/lib/python3.4/vendor-packages/coverage/control.py
file path=usr/lib/python3.4/vendor-packages/coverage/data.py
file path=usr/lib/python3.4/vendor-packages/coverage/debug.py
file path=usr/lib/python3.4/vendor-packages/coverage/env.py
file path=usr/lib/python3.4/vendor-packages/coverage/execfile.py
file path=usr/lib/python3.4/vendor-packages/coverage/files.py
file path=usr/lib/python3.4/vendor-packages/coverage/html.py
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/coverage_html.js
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/index.html
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/jquery.debounce.min.js
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/jquery.hotkeys.js
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/jquery.isonscreen.js
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/jquery.min.js
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/jquery.tablesorter.min.js
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/keybd_closed.png
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/keybd_open.png
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/pyfile.html
file path=usr/lib/python3.4/vendor-packages/coverage/htmlfiles/style.css
file path=usr/lib/python3.4/vendor-packages/coverage/misc.py
file path=usr/lib/python3.4/vendor-packages/coverage/monkey.py
file path=usr/lib/python3.4/vendor-packages/coverage/parser.py
file path=usr/lib/python3.4/vendor-packages/coverage/phystokens.py
file path=usr/lib/python3.4/vendor-packages/coverage/pickle2json.py
file path=usr/lib/python3.4/vendor-packages/coverage/plugin.py
file path=usr/lib/python3.4/vendor-packages/coverage/plugin_support.py
file path=usr/lib/python3.4/vendor-packages/coverage/python.py
file path=usr/lib/python3.4/vendor-packages/coverage/pytracer.py
file path=usr/lib/python3.4/vendor-packages/coverage/report.py
file path=usr/lib/python3.4/vendor-packages/coverage/results.py
file path=usr/lib/python3.4/vendor-packages/coverage/summary.py
file path=usr/lib/python3.4/vendor-packages/coverage/templite.py
file path=usr/lib/python3.4/vendor-packages/coverage/test_helpers.py
file path=usr/lib/python3.4/vendor-packages/coverage/tracer.cpython-34m.so
file path=usr/lib/python3.4/vendor-packages/coverage/version.py
file path=usr/lib/python3.4/vendor-packages/coverage/xmlreport.py
components/python/coverage/resolve.deps
File was deleted
make-rules/ips.mk
@@ -76,6 +76,7 @@
PUBLISH_TRANSFORMS +=    $(WS_TOP)/transforms/devel
PUBLISH_TRANSFORMS +=    $(WS_TOP)/transforms/docs
PUBLISH_TRANSFORMS +=    $(WS_TOP)/transforms/locale
PUBLISH_TRANSFORMS +=    $(WS_TOP)/transforms/python-3-soabi
PUBLISH_TRANSFORMS +=    $(PKGMOGRIFY_TRANSFORMS)
PUBLISH_TRANSFORMS +=    $(WS_TOP)/transforms/publish-cleanup
transforms/python-3-soabi
@@ -1,8 +1,33 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
#
# Python 2's ABI for .so files is to simply append ".so".  But for Python
# 3, it appends ".cpython-3#[d][m][u].so", where # is the minor version,
# "d" is added if built --with-pydebug (we don't), "m" is added if built
# --with-pymalloc (we do) and "u" is added if built --with-wide-unicode
# (we don't).  See http://legacy.python.org/dev/peps/pep-3149/ for details.
<transform file -> edit path \
    (usr/lib/python3.)([0-9])(/vendor-packages/.*)\.so \
    (usr/lib/python3.)([4-9])(/vendor-packages/(.*/)?(64/)?.*)\.so$ \
    \\1\\2\\3.cpython-3\\2m.so >