[Checkins] SVN: z3c.coverage/trunk/ Moved to GitHub.

Stephen Richter cvs-admin at zope.org
Fri Feb 22 03:39:29 UTC 2013


Log message for revision 129606:
  Moved to GitHub.

Changed:
  D   z3c.coverage/trunk/AUTHORS.txt
  D   z3c.coverage/trunk/CHANGES.txt
  D   z3c.coverage/trunk/COPYRIGHT.txt
  D   z3c.coverage/trunk/LICENSE.txt
  D   z3c.coverage/trunk/MANIFEST.in
  A   z3c.coverage/trunk/MOVED_TO_GITHUB
  D   z3c.coverage/trunk/README.txt
  D   z3c.coverage/trunk/bootstrap.py
  D   z3c.coverage/trunk/buildout.cfg
  D   z3c.coverage/trunk/setup.py
  D   z3c.coverage/trunk/src/
  D   z3c.coverage/trunk/tox.ini

-=-
Deleted: z3c.coverage/trunk/AUTHORS.txt
===================================================================
--- z3c.coverage/trunk/AUTHORS.txt	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/AUTHORS.txt	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1,3 +0,0 @@
-- Vidas Pažusis
-- Marius Gedminas
-- Stephan Richter

Deleted: z3c.coverage/trunk/CHANGES.txt
===================================================================
--- z3c.coverage/trunk/CHANGES.txt	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/CHANGES.txt	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1,126 +0,0 @@
-Changes
-=======
-
-2.0.1 (unreleased)
-------------------
-
-- Nothing changed yet.
-
-
-2.0.0 (2013-02-20)
-------------------
-
-- Added Python 3.3 and PyPy 1.9 support.
-
-- Dropped Python 2.4 and 2.5 support.
-
-
-1.3.1 (2012-10-24)
-------------------
-
-- Nicer PyPI description.  Doctests are tests, not docs.
-
-- ``coveragereport`` now accepts ``--path-alias``.
-
-- ``coveragereport``: new color step between yellow (90%) and green (100%), a
-  yellowish-green (95%).
-
-
-1.3.0 (2012-09-06)
-------------------
-
-- ``coveragereport`` now accepts ``--help``, ``--verbose`` and ``--quiet``
-  options, with verbose being on by default.
-
-- ``coveragereport`` now can handle .coverage files produced by
-  http://pypi.python.org/pypi/coverage
-
-- Bugfix: sorting by numbered of uncovered lines was broken in the
-  ``all.html`` report.
-
-
-1.2.0 (2010-02-11)
-------------------
-
-- Rename the ``coverage`` script to ``coveragereport``, to avoid name clashes
-  with Ned Batchelder's excellent coverage.py.
-
-
-1.1.3 (2009-07-24)
-------------------
-
-- Bug: Doctest did not normalize the whitespace in `coveragediff.txt`. For
-  some reason it passes while testing independently, but when running all
-  tests, it failed.
-
-
-1.1.2 (2008-04-14)
-------------------
-
-- Bug: When a package path contained anywhere the word "test", it was ignored
-  from the coverage report. The intended behavior, however, was to ignore
-  files that relate to setting up tests.
-
-- Bug: Sort the results of `os.listdir()` in `README.txt` to avoid
-  non-deterministic failures.
-
-- Bug: The logic for ignoring unit and functional test modules also used to
-  ignore modules and packages called `testing`.
-
-- Change "Unit test coverage" to "Test coverage" in the title -- it works
-  perfectly fine for functional tests too.
-
-
-1.1.1 (2008-01-31)
-------------------
-
-- Bug: When the package was released, the test which tests the availability of
-  an SVN revision number failed. Made the test more reliable.
-
-
-1.1.0 (2008-01-29)
-------------------
-
-- Feature: The ``main()`` coverage report function now accepts the arguments
-  of the script as a function argument, making it easier to configure the
-  script from buildout.
-
-- Feature: When the report directory does not exist, the report generator
-  creates it for you.
-
-- Feature: Eat your own dog food by creating a buildout that can create
-  coverage reports.
-
-- Bug: Improved the test coverage to 100%.
-
-
-1.0.1 (2007-09-26)
-------------------
-
-- Bug: Fixed meta-data.
-
-
-1.0.0 (2007-09-26)
-------------------
-
-- First public release.
-
-
-0.2.1
------
-
-- Feature: Added the ``--web`` option to ``coveragediff``.
-- Feature: Added a test suite.
-
-
-0.2.0
------
-
-- Feature: Added ``coveragediff.py``.
-
-
-0.1.0
------
-
-- Initial release of ``coveragereport.py``.
-

Deleted: z3c.coverage/trunk/COPYRIGHT.txt
===================================================================
--- z3c.coverage/trunk/COPYRIGHT.txt	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/COPYRIGHT.txt	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: z3c.coverage/trunk/LICENSE.txt
===================================================================
--- z3c.coverage/trunk/LICENSE.txt	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/LICENSE.txt	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1,44 +0,0 @@
-Zope Public License (ZPL) Version 2.1
-
-A copyright notice accompanies this license document that identifies the
-copyright holders.
-
-This license has been certified as open source. It has also been designated as
-GPL compatible by the Free Software Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions in source code must retain the accompanying copyright
-notice, this list of conditions, and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the accompanying copyright
-notice, this list of conditions, and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-3. Names of the copyright holders must not be used to endorse or promote
-products derived from this software without prior written permission from the
-copyright holders.
-
-4. The right to distribute this software or to use it for any purpose does not
-give you the right to use Servicemarks (sm) or Trademarks (tm) of the
-copyright
-holders. Use of them is covered by separate agreement with the copyright
-holders.
-
-5. If any files are modified, you must cause the modified files to carry
-prominent notices stating that you changed the files and the date of any
-change.
-
-Disclaimer
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
-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 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.

Deleted: z3c.coverage/trunk/MANIFEST.in
===================================================================
--- z3c.coverage/trunk/MANIFEST.in	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/MANIFEST.in	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1,9 +0,0 @@
-include *.rst
-include *.txt
-include *.py
-include buildout.cfg
-include tox.ini
-
-recursive-include src *
-
-global-exclude *.pyc

Added: z3c.coverage/trunk/MOVED_TO_GITHUB
===================================================================
--- z3c.coverage/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ z3c.coverage/trunk/MOVED_TO_GITHUB	2013-02-22 03:39:28 UTC (rev 129606)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/z3c.coverage
\ No newline at end of file

Deleted: z3c.coverage/trunk/README.txt
===================================================================
--- z3c.coverage/trunk/README.txt	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/README.txt	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1,206 +0,0 @@
-============
-z3c.coverage
-============
-
-This package contains tools to work with Python coverage data.
-
-``coveragereport`` produces HTML reports from coverage data, with
-syntax-highlighted source code and per-package aggregate numbers.
-
-``coveragediff`` compares two sets of coverage reports and reports
-regressions, that is, increases in the number of untested lines of code.
-
-.. contents::
-
-
-Using coveragereport
-====================
-
-::
-
-    $ coveragereport --help
-    Usage: coveragereport [options] [inputpath [outputdir]]
-
-    Converts coverage reports to HTML.  If the input path is omitted, it defaults
-    to coverage or .coverage, whichever exists.  If the output directory is
-    omitted, it defaults to inputpath + /report or ./coverage-reports, depending
-    on whether the input path points to a directory or a file.
-
-    Options:
-      -h, --help            show this help message and exit
-      -q, --quiet           be quiet
-      -v, --verbose         be verbose (default)
-      --strip-prefix=PREFIX
-                            strip base directory from filenames loaded from
-                            .coverage
-      --path-alias=PATH=LOCALPATH
-                            define path mappings for filenames loaded from
-                            .coverage
-
-Example use with ``zope.testrunner``::
-
-    $ bin/test --coverage=coverage
-    $ coveragereport
-    $ ln -s mypackage.html coverage/report/index.html
-    $ xdg-open coverage/report/index.html
-    $ xdg-open coverage/report/all.html
-
-Example use with ``nose`` and ``coverage.py``::
-
-    $ nosetests --with-coverage --cover-erase
-    $ coveragereport --strip-prefix=/full/path/to/source/
-    $ ln -s mypackage.html coverage-reports/index.html
-    $ xdg-open coverage-reports/index.html
-    $ xdg-open coverage-reports/all.html
-
-Sample report:
-
-.. image:: http://i.imgur.com/mkqA3.png
-
-.. note:: You need `enscript <http://www.gnu.org/software/enscript/>`_
-          installed and available in your ``$PATH`` if you want syntax
-          highlighting.
-
-
-Using coveragediff
-==================
-
-::
-
-    Usage: coveragediff [options] olddir newdir
-
-    Options:
-      -h, --help         show this help message and exit
-      --include=REGEX    only consider files matching REGEX
-      --exclude=REGEX    ignore files matching REGEX
-      --email=ADDR       send the report to a given email address (only if
-                         regressions were found)
-      --from=ADDR        set the email sender address
-      --subject=SUBJECT  set the email subject
-      --web-url=BASEURL  include hyperlinks to HTML-ized coverage reports at a
-                         given URL
-
-Usage example with ``zope.testrunner``::
-
-    $ bin/test --coverage=coverage
-    $ vi src/...
-    $ mv coverage coverage.old
-    $ bin/test --coverage=coverage
-    $ coveragediff coverage.old coverage
-
-You cannot use ``coveragediff`` with ``coverage.py`` data.  More on that below.
-
-Output example::
-
-    $ coveragediff coverage.old coverage
-    my.package.module: 36 new lines of untested code
-    my.package.newmodule: new file with 15 lines of untested code (out of 23)
-
-Output with clickable links::
-
-    $ coveragediff coverage.old coverage --web-url=http://example.com/coverage
-    my.package.module: 36 new lines of untested code
-    See http://example.com/coverage/my.package.module.html
-
-    my.package.newmodule: new file with 15 lines of untested code (out of 23)
-    See http://example.com/coverage/my.package.newmodule.html
-
-Output via email, convenient for continuous integration::
-
-    $ coveragediff coverage.old coverage --web-url=http://example.com/coverage \
-                       --email 'Developers <dev at exmaple.com>' \
-                       --from 'Buildbot <buildbot at example.com>'
-
-That last example doesn't produce any output, but sends an email (via SMTP
-to localhost:25).
-
-
-Getting coverage data
-=====================
-
-zope.testrunner
----------------
-
-`zope.testrunner <http://pypi.python.org/pypi/zope.testrunner>`_ can
-produce a directory full of files named ``dotted.package.name.cover``
-that contain source code annotated with coverage information.  To get
-them, use ::
-
-  bin/test --coverage=outdir/
-
-Both ``coveragereport`` and ``coveragediff`` accept this as inputs.
-
-
-coverage.py
------------
-
-`coverage.py <http://pypi.python.org/pypi/coverage>`_ can produce
-a ``.coverage`` file, which is actually a Python pickle containing
-(incomplete) coverage information.  To get it, use ::
-
-  coverage run bin/testrunner
-
-``coveragereport`` can take the ``.coverage`` file as an input, but it
-also needs access to the matching source files.  And you have to manually
-specify the absolute pathname prefix of your source tree so that the
-report know how to translate filenames into dotted package names.  Also,
-it's not enough to have *absolute* pathnames, you need to supply the
-*canonical* absolute pathname (with no symlink segments), such as returned
-by ``os.path.realpath``.  This is very inconvenient.  Sorry.
-
-``coveragediff`` is unable to compare two ``.coverage`` files and report
-regressions.  One reason for that is the incompleteness of the data format
-(the pickle contains line numbers of executed statements, but doesn't
-say which lines contain code and which ones are
-blank/comments/continuation lines/excluded source lines).  The other
-reason is simpler: nobody wrote the code. `;)`
-
-Unfortunately ``coverage annotate`` does not produce files compatible
-with ``coveragereport``/``coveragediff``.  This could also be remedied
-if somebody wrote a patch.
-
-
-.. note:: If you want to use a ``.coverage`` file produced on another machine
-          or simply in a different working directory, you will need to
-          tell ``coveragereport`` how to adjust the absolute filenames so that
-          the sources can be found.  Use the ``--path-alias`` option for that.
-          Alternatively you could use ``coverage combine`` to manipulate the
-          ``.coverage`` file itself, as described in the documentation.
-
-.. note:: ``.coverage`` files are Python pickles, which has important
-          security ramifications.  You can craft a Pickle file that executes
-          arbitrary code during load time.  **Do not ever attempt to use
-          pickles received from untrusted sources.**
-
-
-trace.py
---------
-
-The ``*.cover`` annotated-source format produced by ``zope.testrunner``
-actually comes from the Python standard library module `trace.py
-<http://docs.python.org/library/trace>`_.  You can probably use trace.py
-directly.  I've never tried.
-
-
-Frequently Asked Questions
-==========================
-
-Why use z3c.coverage instead of coverage html?
-----------------------------------------------
-
-Some people prefer the look of the reports produced by z3c.coverage.
-Some people find per-package coverage summaries or the tree-like navigation
-convenient.
-
-Should I use zope.testrunner's built-in coverage, or coverage run bin/test?
------------------------------------------------------------------------------
-
-``coverage.py`` is *much* faster, but using it (and hooking it up to z3c.coverage)
-is perhaps less convenient.  E.g. if you use ``zc.buildout 1.5.x`` with
-``zc.recipe.testrunner``, you will be unable to use ``coverage run bin/test``
-because of mystic semi-broken site isolation magic of the former.
-
-Did anyone actually ask any of these questions?
------------------------------------------------
-
-Does asking myself count?

Deleted: z3c.coverage/trunk/bootstrap.py
===================================================================
--- z3c.coverage/trunk/bootstrap.py	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/bootstrap.py	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1,165 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 Zope Foundation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Bootstrap a buildout-based project
-
-Simply run this script in a directory containing a buildout.cfg.
-The script accepts buildout command-line options, so you can
-use the -c option to specify an alternate configuration file.
-"""
-
-import os, shutil, sys, tempfile
-from optparse import OptionParser
-
-tmpeggs = tempfile.mkdtemp()
-
-usage = '''\
-[DESIRED PYTHON FOR BUILDOUT] bootstrap.py [options]
-
-Bootstraps a buildout-based project.
-
-Simply run this script in a directory containing a buildout.cfg, using the
-Python that you want bin/buildout to use.
-
-Note that by using --setup-source and --download-base to point to
-local resources, you can keep this script from going over the network.
-'''
-
-parser = OptionParser(usage=usage)
-parser.add_option("-v", "--version", help="use a specific zc.buildout version")
-
-parser.add_option("-t", "--accept-buildout-test-releases",
-                  dest='accept_buildout_test_releases',
-                  action="store_true", default=False,
-                  help=("Normally, if you do not specify a --version, the "
-                        "bootstrap script and buildout gets the newest "
-                        "*final* versions of zc.buildout and its recipes and "
-                        "extensions for you.  If you use this flag, "
-                        "bootstrap and buildout will get the newest releases "
-                        "even if they are alphas or betas."))
-parser.add_option("-c", "--config-file",
-                   help=("Specify the path to the buildout configuration "
-                         "file to be used."))
-parser.add_option("-f", "--find-links",
-                   help=("Specify a URL to search for buildout releases"))
-
-
-options, args = parser.parse_args()
-
-######################################################################
-# load/install distribute
-
-to_reload = False
-try:
-    import pkg_resources, setuptools
-    if not hasattr(pkg_resources, '_distribute'):
-        to_reload = True
-        raise ImportError
-except ImportError:
-    ez = {}
-
-    try:
-        from urllib.request import urlopen
-    except ImportError:
-        from urllib2 import urlopen
-
-    exec(urlopen('http://python-distribute.org/distribute_setup.py').read(), ez)
-    setup_args = dict(to_dir=tmpeggs, download_delay=0, no_fake=True)
-    ez['use_setuptools'](**setup_args)
-
-    if to_reload:
-        reload(pkg_resources)
-    import pkg_resources
-    # This does not (always?) update the default working set.  We will
-    # do it.
-    for path in sys.path:
-        if path not in pkg_resources.working_set.entries:
-            pkg_resources.working_set.add_entry(path)
-
-######################################################################
-# Install buildout
-
-ws  = pkg_resources.working_set
-
-cmd = [sys.executable, '-c',
-       'from setuptools.command.easy_install import main; main()',
-       '-mZqNxd', tmpeggs]
-
-find_links = os.environ.get(
-    'bootstrap-testing-find-links',
-    options.find_links or
-    ('http://downloads.buildout.org/'
-     if options.accept_buildout_test_releases else None)
-    )
-if find_links:
-    cmd.extend(['-f', find_links])
-
-distribute_path = ws.find(
-    pkg_resources.Requirement.parse('distribute')).location
-
-requirement = 'zc.buildout'
-version = options.version
-if version is None and not options.accept_buildout_test_releases:
-    # Figure out the most recent final version of zc.buildout.
-    import setuptools.package_index
-    _final_parts = '*final-', '*final'
-    def _final_version(parsed_version):
-        for part in parsed_version:
-            if (part[:1] == '*') and (part not in _final_parts):
-                return False
-        return True
-    index = setuptools.package_index.PackageIndex(
-        search_path=[distribute_path])
-    if find_links:
-        index.add_find_links((find_links,))
-    req = pkg_resources.Requirement.parse(requirement)
-    if index.obtain(req) is not None:
-        best = []
-        bestv = None
-        for dist in index[req.project_name]:
-            distv = dist.parsed_version
-            if _final_version(distv):
-                if bestv is None or distv > bestv:
-                    best = [dist]
-                    bestv = distv
-                elif distv == bestv:
-                    best.append(dist)
-        if best:
-            best.sort()
-            version = best[-1].version
-if version:
-    requirement = '=='.join((requirement, version))
-cmd.append(requirement)
-
-import subprocess
-if subprocess.call(cmd, env=dict(os.environ, PYTHONPATH=distribute_path)) != 0:
-    raise Exception(
-        "Failed to execute command:\n%s",
-        repr(cmd)[1:-1])
-
-######################################################################
-# Import and run buildout
-
-ws.add_entry(tmpeggs)
-ws.require(requirement)
-import zc.buildout.buildout
-
-if not [a for a in args if '=' not in a]:
-    args.append('bootstrap')
-
-# if -c was provided, we push it back into args for buildout' main function
-if options.config_file is not None:
-    args[0:0] = ['-c', options.config_file]
-
-zc.buildout.buildout.main(args)
-shutil.rmtree(tmpeggs)

Deleted: z3c.coverage/trunk/buildout.cfg
===================================================================
--- z3c.coverage/trunk/buildout.cfg	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/buildout.cfg	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1,42 +0,0 @@
-[buildout]
-develop = .
-parts = test coverage-test fast-coverage-test coverage-report coverage-diff coverage
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = z3c.coverage [test]
-defaults = ['--ndiff']
-
-[coverage-test]
-recipe = zc.recipe.testrunner
-eggs = ${test:eggs}
-defaults = ${test:defaults} + ['--coverage', '${buildout:directory}/parts/coverage-test']
-
-[fast-coverage-test]
-recipe = zc.recipe.testrunner
-eggs = ${test:eggs}
-       coverage
-defaults = ${test:defaults}
-initialization =
-  # haaaaack because zc.recipe.testrunner 1.4.0 produces an _insane_ bin/test
-  # that cannot be run with 'bin/coverage run bin/test'
-  import coverage, atexit
-  c = coverage.coverage(data_file='../../../.coverage', source=['z3c.coverage'])
-  def _when_done(c=c): c.stop(), c.save()
-  atexit.register(_when_done)
-  c.start()
-
-[coverage-report]
-recipe = zc.recipe.egg
-eggs = z3c.coverage
-scripts = coveragereport=coverage-report
-arguments = sys.argv[1:] or ['${buildout:directory}/parts/coverage-test', '${buildout:directory}/parts/coverage-test/report']
-
-[coverage-diff]
-recipe = zc.recipe.egg
-eggs = z3c.coverage
-scripts = coveragediff=coverage-diff
-
-[coverage]
-recipe = zc.recipe.egg
-eggs = coverage

Deleted: z3c.coverage/trunk/setup.py
===================================================================
--- z3c.coverage/trunk/setup.py	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/setup.py	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1,69 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Foundation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Setup
-"""
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(
-    name='z3c.coverage',
-    version='2.0.1.dev0',
-    author="Zope Community",
-    author_email="zope3-dev at zope.org",
-    description="A script to visualize coverage reports via HTML",
-    long_description=(
-        read('README.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        ),
-    license="ZPL 2.1",
-    keywords="zope3 test coverage html",
-    classifiers=[
-        'Development Status :: 5 - Production/Stable',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 2.6',
-        'Programming Language :: Python :: 2.7',
-        'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.3',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3',
-    ],
-    url='http://pypi.python.org/pypi/z3c.coverage',
-    packages=find_packages('src'),
-    include_package_data=True,
-    package_dir={'': 'src'},
-    namespace_packages=['z3c'],
-    extras_require=dict(
-        test=['six', 'zope.testing'],
-        ),
-    install_requires=[
-        'setuptools',
-        'coverage',
-        ],
-    entry_points="""
-        [console_scripts]
-        coveragereport = z3c.coverage.coveragereport:main
-        coveragediff = z3c.coverage.coveragediff:main
-        """,
-    zip_safe=False,
-)

Deleted: z3c.coverage/trunk/tox.ini
===================================================================
--- z3c.coverage/trunk/tox.ini	2013-02-22 03:21:54 UTC (rev 129605)
+++ z3c.coverage/trunk/tox.ini	2013-02-22 03:39:28 UTC (rev 129606)
@@ -1,7 +0,0 @@
-[tox]
-envlist = py26,py27,py33,pypy
-
-[testenv]
-deps = zope.testrunner
-       zope.testing
-commands = zope-testrunner --test-path=src



More information about the checkins mailing list