[Checkins] SVN: manuel/trunk/ Moved to github

Stephen Richter cvs-admin at zope.org
Tue Feb 19 22:52:55 UTC 2013


Log message for revision 129491:
  Moved to github

Changed:
  D   manuel/trunk/CHANGES.txt
  D   manuel/trunk/COPYRIGHT.txt
  D   manuel/trunk/LICENSE.txt
  A   manuel/trunk/MOVED_TO_GITHUB
  D   manuel/trunk/README.txt
  D   manuel/trunk/buildout.cfg
  D   manuel/trunk/setup.py
  D   manuel/trunk/sphinx/
  D   manuel/trunk/src/

-=-
Deleted: manuel/trunk/CHANGES.txt
===================================================================
--- manuel/trunk/CHANGES.txt	2013-02-19 22:42:47 UTC (rev 129490)
+++ manuel/trunk/CHANGES.txt	2013-02-19 22:52:54 UTC (rev 129491)
@@ -1,170 +0,0 @@
-CHANGES
-=======
-
-1.7.0 (2013-02-13)
-------------------
-
-- Added support for docutils-style code blocks and options there-of.
-
-
-1.6.1 (2013-01-24)
-------------------
-
-- Fixed a bug that made doctests fail if sys.argv contained the string "-v".
-
-
-1.6.0 (2012-04-16)
-------------------
-
-- Ported to Python 3, still works in 2.6 and up.
-
-
-1.5.0 (2011-03-08)
-------------------
-
-- Removed the dependency on zope.testrunner
-- Added the ability to run the tests using "setup.py test".
-
-
-1.4.1 (2011-01-25)
-------------------
-
-- Fixed a bug that caused extra example evaluation if multiple doctest
-  manuels were used at once (e.g. to execute Python and shell code in
-  the same document).
-
-
-1.4.0 (2011-01-11)
-------------------
-
-- Added a ``parser`` keyword argument to manuel.doctest.Manuel to
-  allow a custom doctest parser to be passed in.  This allows easily
-  adding support for other languages or other (but similar) example
-  syntaxes.
-
-
-1.3.0 (2010-09-02)
-------------------
-
-- Respect test runner reporting switches (e.g., zope.testrunner's --ndiff
-  switch)
-- Fixed a bug that caused post-mortem debugging to not work most of the
-  time.
-- Made manuel.testing.TestCase.id return a sensible textual value
-  at all times.  This keeps Twisted's trial testrunner happy.
-
-
-1.2.0 (2010-06-10)
-------------------
-
-- Conform to repository policy.
-- Switch to using zope.testrunner instead of zope.testing due to API changes.
-  zope.testing is now only required for testing.
-
-
-1.1.1 (2010-05-20)
-------------------
-
-- fix the way globs are handled; fixes
-  https://bugs.launchpad.net/manuel/+bug/582482
-
-
-1.1.0 (2010-05-18)
-------------------
-
-- fix a SyntaxError when running the tests under Python 2.5
-- improved error message for improperly indented capture directive
-- Manuel no longer uses the now depricated zope.testing.doctest (requires
-  zope.testing 3.9.1 or newer)
-
-
-1.0.5 (2010-01-29)
-------------------
-
-- fix a bug that caused Manuel to choke on empty documents (patch submitted by
-  Bjorn Tillenius)
-- add a pointer to Manuel's Subversion repo on the PyPI page
-- add an optional parameter that allows a custom TestCase class to be passed to
-  TestSuite() (patch submitted by Bjorn Tillenius)
-
-
-1.0.4 (2010-01-06)
-------------------
-
-- use newer setuptools (one compatible with Subversion 1.6) so built
-  distributions include all files
-
-
-1.0.3 (2010-01-06)
-------------------
-
-- fix a small doc thinko
-- fix the code-block handler to allow :linenos:
-- open files in universal newlines mode
-
-
-1.0.2 (2009-12-07)
-------------------
-
-- fix a bug that caused instances of zope.testing.doctest.Example (and
-  instances of subclasses of the same) to be silently ignored.
-
-
-1.0.1 (2009-08-31)
-------------------
-
-- fix line number reporting for test failures
-
-
-1.0.0 (2009-08-09)
-------------------
-
-- Python 2.4 compatability fix
-
-
-1.0.0b2 (2009-07-10)
---------------------
-
-- add the ability to identify and run subsets of documents (using the -t switch
-  of zope.testing's testrunner for example)
-
-
-1.0.0b1 (2009-06-24)
---------------------
-
-- major docs improvements
-- added several new plug-ins
-
-
-1.0.0a8 (2009-05-01)
---------------------
-
-- add a larger example of using Manuel (table-example.txt)
-- make the test suite factory function try harder to find the calling
-  module
-- fix a bug in the order regions are evaluated
-- add a Manuel object that can evaluate Python code in
-  ".. code-block:: python" regions of a reST document
-
-1.0.0a4 (2009-05-01)
---------------------
-
-- make the global state ("globs") shared between all evaluators, not just
-  doctest
-
-
-1.0.0a3 (2009-05-01)
---------------------
-
-- make zope.testing's testrunner recognized the enhanced, doctest-style
-  errors generated by Manuel
-- rework the evaluaters to work region-by-region instead of on the
-  entire document
-- switch to using regular Python classes for Manuel objects instead of
-  previous prototype-y style
-
-
-1.0.0a2 (2008-10-17)
---------------------
-
-- first release

Deleted: manuel/trunk/COPYRIGHT.txt
===================================================================
--- manuel/trunk/COPYRIGHT.txt	2013-02-19 22:42:47 UTC (rev 129490)
+++ manuel/trunk/COPYRIGHT.txt	2013-02-19 22:52:54 UTC (rev 129491)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: manuel/trunk/LICENSE.txt
===================================================================
--- manuel/trunk/LICENSE.txt	2013-02-19 22:42:47 UTC (rev 129490)
+++ manuel/trunk/LICENSE.txt	2013-02-19 22:52:54 UTC (rev 129491)
@@ -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.

Added: manuel/trunk/MOVED_TO_GITHUB
===================================================================
--- manuel/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ manuel/trunk/MOVED_TO_GITHUB	2013-02-19 22:52:54 UTC (rev 129491)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/manuel

Deleted: manuel/trunk/README.txt
===================================================================
--- manuel/trunk/README.txt	2013-02-19 22:42:47 UTC (rev 129490)
+++ manuel/trunk/README.txt	2013-02-19 22:52:54 UTC (rev 129491)
@@ -1,5 +0,0 @@
-Documentation, a full list of included plug-ins, and examples are available at
-`<http://packages.python.org/manuel/>`_.
-
-Source code is available from from svn://svn.zope.org/repos/main/manuel/trunk
-and can be viewed at `<http://svn.zope.org/manuel/>`_.

Deleted: manuel/trunk/buildout.cfg
===================================================================
--- manuel/trunk/buildout.cfg	2013-02-19 22:42:47 UTC (rev 129490)
+++ manuel/trunk/buildout.cfg	2013-02-19 22:52:54 UTC (rev 129491)
@@ -1,54 +0,0 @@
-[buildout]
-develop = .
-parts = test interpreter sphinx-docs-html build-docs
-allow-picked-versions = false
-use-dependency-links = false
-versions = versions
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = manuel [tests]
-defaults = '--tests-pattern tests --exit-with-status -1 --auto-color'.split()
-working-directory = ${buildout:directory}
-
-[interpreter]
-recipe = zc.recipe.egg
-eggs = manuel
-interpreter = py
-
-# generate a script that will build the user docs (HTML)
-[sphinx-docs-html]
-recipe = zc.recipe.egg:script
-eggs =
-    docutils
-    Sphinx
-scripts = sphinx-build=docs
-base-sphinx-args = ('-N -c ${buildout:directory}/sphinx ${buildout:directory}/src/manuel ${buildout:directory}/docs'.split())
-arguments = sys.argv + ${sphinx-docs-html:base-sphinx-args}
-initialization =
-
-# build the (HTML) user docs each time the buildout is run
-[build-docs]
-recipe = iw.recipe.cmd
-on_install = true
-on_update = true
-cmds = ${buildout:directory}/bin/docs
-
-[versions]
-Jinja2 = 2.6
-Pygments = 1.5
-Sphinx = 1.1.3
-distribute = 0.6.26
-docutils = 0.8.1
-iw.recipe.cmd = 0.3
-setuptools = 0.6c12dev-r88846
-six = 1.1.0
-sphinx = 1.1.3
-z3c.recipe.scripts = 1.0.1
-zc.buildout = 1.7.0
-zc.recipe.egg = 1.3.2
-zc.recipe.testrunner = 1.4.0
-zope.exceptions = 3.7.1
-zope.interface = 3.8.0
-zope.testing = 4.1.1
-zope.testrunner = 4.0.4

Deleted: manuel/trunk/setup.py
===================================================================
--- manuel/trunk/setup.py	2013-02-19 22:42:47 UTC (rev 129490)
+++ manuel/trunk/setup.py	2013-02-19 22:52:54 UTC (rev 129491)
@@ -1,52 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2004-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 for manuel package
-"""
-from setuptools import setup, find_packages
-
-long_description = (
-    open('README.txt').read()
-    + '\n\n'
-    + open('CHANGES.txt').read()
-    )
-
-tests_require = ['zope.testing']
-
-setup(
-    name='manuel',
-    version='0',
-    url = 'http://pypi.python.org/pypi/manuel',
-    packages=find_packages('src'),
-    package_dir={'':'src'},
-    zip_safe=False,
-    author='Benji York',
-    author_email='benji at benjiyork.com',
-    description='Manuel lets you build tested documentation.',
-    classifiers=[
-        'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 3',
-        ],
-    license='ZPL',
-    extras_require={
-        'tests': tests_require,
-        },
-    tests_require = tests_require,
-    test_suite = 'manuel.tests.test_suite',
-    install_requires=[
-        'setuptools',
-        'six',
-        ],
-    include_package_data=True,
-    long_description = long_description,
-    )



More information about the checkins mailing list