[Checkins] SVN: z3c.recipe.mkdir/trunk/ Moved to Github.

Tres Seaver cvs-admin at zope.org
Tue May 21 20:04:48 UTC 2013


Log message for revision 130250:
  Moved to Github.
  
  https://github.com/zopefoundation/z3c.recipe.mkdir.

Changed:
  _U  z3c.recipe.mkdir/trunk/
  D   z3c.recipe.mkdir/trunk/CHANGES.txt
  D   z3c.recipe.mkdir/trunk/COPYRIGHT.txt
  D   z3c.recipe.mkdir/trunk/LICENSE.txt
  A   z3c.recipe.mkdir/trunk/MOVED_TO_GITHUB
  D   z3c.recipe.mkdir/trunk/README.txt
  D   z3c.recipe.mkdir/trunk/buildout.cfg
  D   z3c.recipe.mkdir/trunk/setup.py
  D   z3c.recipe.mkdir/trunk/z3c/

-=-

Property changes on: z3c.recipe.mkdir/trunk
___________________________________________________________________
Modified: svn:externals
   - bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/


   + 


Deleted: z3c.recipe.mkdir/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.mkdir/trunk/CHANGES.txt	2013-05-21 19:28:34 UTC (rev 130249)
+++ z3c.recipe.mkdir/trunk/CHANGES.txt	2013-05-21 20:04:47 UTC (rev 130250)
@@ -1,71 +0,0 @@
-Changes
-*******
-
-0.5.1 (unreleased)
-==================
-
-* Updated docs and tests.
-
-0.5 (2012-06-26)
-==================
-
-* Added support for ``create-intermediate`` option (``yes`` by default).
-
-* Fixed bug: empty directory names were not excluded from ``paths``.
-
-0.4 (2012-06-24)
-================
-
-* Added support for ``mode``, ``user``, and ``group`` options.
-
-* Fixed (unnoticed?) bug when using the deprecated ``path`` option. In
-  that case the default path (``parts/<sectionname>``) was created
-  instead of the given one.
-
-* Shortened main code.
-
-* Updated tests to run with `zc.buildout` 1.5, thus requiring at least this
-  version.
-
-* Using python's ``doctest`` module instead of depreacted
-  ``zope.testing.doctest``.
-
-
-0.3.1 (2009-08-21)
-==================
-
-* Update options ``path`` and ``paths`` to be referencable.
-
-* Output ``created`` message only if a directory was really created
-  but display this message also for intermediate directories.
-
-0.3 (2009-08-20)
-================
-
-* Renamed ``path`` option to ``paths`` (plural). Please do not use
-  ``path`` anymore!
-
-* Created directories are now displayed during buildout runs.
-
-* Changed default behaviour: directories created once will not be
-  removed on updates, except you require that explicitly.
-
-* Added new option ``remove-on-update``: if set to ``yes``, ``true``
-  or ``on`` the set directories will be removed on updates of
-  `buildout` configuration.
-
-
-0.2 (2009-08-19)
-================
-
-* Make paths absolute and normalize them before creation.
-
-* Support creation of several paths in a row.
-
-* Added check whether a file exists as part of path and emit error.
-
-
-0.1 (2009-08-17)
-================
-
-* Initial release.

Deleted: z3c.recipe.mkdir/trunk/COPYRIGHT.txt
===================================================================
--- z3c.recipe.mkdir/trunk/COPYRIGHT.txt	2013-05-21 19:28:34 UTC (rev 130249)
+++ z3c.recipe.mkdir/trunk/COPYRIGHT.txt	2013-05-21 20:04:47 UTC (rev 130250)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: z3c.recipe.mkdir/trunk/LICENSE.txt
===================================================================
--- z3c.recipe.mkdir/trunk/LICENSE.txt	2013-05-21 19:28:34 UTC (rev 130249)
+++ z3c.recipe.mkdir/trunk/LICENSE.txt	2013-05-21 20:04:47 UTC (rev 130250)
@@ -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: z3c.recipe.mkdir/trunk/MOVED_TO_GITHUB
===================================================================
--- z3c.recipe.mkdir/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ z3c.recipe.mkdir/trunk/MOVED_TO_GITHUB	2013-05-21 20:04:47 UTC (rev 130250)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/z3c.recipe.mkdir

Deleted: z3c.recipe.mkdir/trunk/README.txt
===================================================================
--- z3c.recipe.mkdir/trunk/README.txt	2013-05-21 19:28:34 UTC (rev 130249)
+++ z3c.recipe.mkdir/trunk/README.txt	2013-05-21 20:04:47 UTC (rev 130250)
@@ -1,44 +0,0 @@
-Introduction
-************
-
-This recipe can be used to generate directories.
-
-A short example::
-
-  [buildout]
-  parts = var
-
-  [var]
-  recipe = z3c.recipe.mkdir
-
-This will create a directory named ``var/`` in the buildout ``parts/``
-directory. If you want a different path, you can set the ``paths``
-option::
-
-  [buildout]
-  parts = foo
-
-  [foo]
-  recipe = z3c.recipe.mkdir
-  paths = foo/bar
-
-which will create 'foo/bar/' in the buildout root directory (not the
-``parts/`` directory). Also intermediate directories are created (if
-they do not exist) except you set ``create-intermediate`` option
-(``yes`` by default) to ``no``.
-
-Starting with version 0.4 you can also set user, group, and mode if
-your system supports that::
-
-  [buildout]
-  parts = foo
-
-  [foo]
-  recipe = z3c.recipe.mkdir
-  paths = foo/bar
-  user = someuser
-  group = somegroup
-  mode = 0750
-
-will create any non-existing directory 'foo/' and 'foo/bar/' with
-permissions set as told.

Deleted: z3c.recipe.mkdir/trunk/buildout.cfg
===================================================================
--- z3c.recipe.mkdir/trunk/buildout.cfg	2013-05-21 19:28:34 UTC (rev 130249)
+++ z3c.recipe.mkdir/trunk/buildout.cfg	2013-05-21 20:04:47 UTC (rev 130250)
@@ -1,7 +0,0 @@
-[buildout]
-parts = test
-develop = .
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = z3c.recipe.mkdir [test]

Deleted: z3c.recipe.mkdir/trunk/setup.py
===================================================================
--- z3c.recipe.mkdir/trunk/setup.py	2013-05-21 19:28:34 UTC (rev 130249)
+++ z3c.recipe.mkdir/trunk/setup.py	2013-05-21 20:04:47 UTC (rev 130250)
@@ -1,42 +0,0 @@
-from setuptools import setup, find_packages
-import os
-
-version = '0.5.1dev'
-
-setup(name='z3c.recipe.mkdir',
-      version=version,
-      description="Buildout recipe to create directories.",
-      long_description=open("README.txt").read() + "\n\n" +
-                       open(os.path.join("z3c", "recipe", "mkdir",
-                                         "README.txt")).read() + "\n\n" +
-                       open("CHANGES.txt").read(),
-      classifiers=[
-        "Development Status :: 3 - Alpha",
-        "Framework :: Buildout",
-        "Programming Language :: Python",
-        "Topic :: Software Development :: Libraries :: Python Modules",
-        "License :: OSI Approved :: Zope Public License",
-        ],
-      keywords='buildout directory folder mkdir',
-      author='Uli Fouquet',
-      author_email='grok-dev at zope.org',
-      url='http://pypi.python.org/pypi/z3c.recipe.mkdir',
-      license='ZPL 2.1',
-      packages=find_packages(exclude=['ez_setup']),
-      namespace_packages=['z3c', 'z3c.recipe' ],
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-          'setuptools',
-          'zc.buildout >= 1.5',
-      ],
-      extras_require=dict(
-        test = [
-            'zope.testing',
-            ]
-        ),
-      entry_points="""
-      [zc.buildout]
-      default = z3c.recipe.mkdir:Recipe
-      """,
-      )



More information about the checkins mailing list