[Checkins] SVN: lovely.recipe/trunk/ Moved to GitHub.

Stephen Richter cvs-admin at zope.org
Sun Feb 24 02:31:41 UTC 2013


Log message for revision 129723:
  Moved to GitHub.

Changed:
  D   lovely.recipe/trunk/CHANGES.txt
  A   lovely.recipe/trunk/MOVED_TO_GITHUB
  D   lovely.recipe/trunk/TODO.txt
  D   lovely.recipe/trunk/bootstrap.py
  D   lovely.recipe/trunk/buildout.cfg
  D   lovely.recipe/trunk/setup.py
  D   lovely.recipe/trunk/src/

-=-
Deleted: lovely.recipe/trunk/CHANGES.txt
===================================================================
--- lovely.recipe/trunk/CHANGES.txt	2013-02-23 23:11:51 UTC (rev 129722)
+++ lovely.recipe/trunk/CHANGES.txt	2013-02-24 02:31:39 UTC (rev 129723)
@@ -1,164 +0,0 @@
-=========================
-Changes for lovely.recipe
-=========================
-
-2010/01/28 1.0.0
-================
-
- - fixed script generation in eggbox recipe, thanks to Jens Klein for
-   reporting this.
-
-2009/08/27 1.0.0b6
-==================
-
- - removed unused dependencies in setup.py
-
- - generate doc from readmes and use it as long_description in setup,
-   a doc.txt file is generated when setup.py gets executed. this
-   method is taken from zc.buildout's setup.py.
-
- - lovely.recipe.eggbox does not copy contents of develop eggs anymore
-   if zip is off (better for development).
-
- - fixed interpreter option in lovely.recipe.eggbox
-
- - cleaned up test setup and imports
-
-2009/06/18 1.0.0b5
-==================
-
- - removed pdb
-
-2009/05/18 1.0.0b4
-==================
-
- - mkdir recipe: was not working on win32 because win32 does not have the
-   pwd module. That means it's not possible to set an owner on win32.
-
-
-2009/04/14 1.0.0b3
-==================
-
- - do not use -U for msgmerge because it doesn't work on MAC and verion 0.17
-   of msgmerge.
-
-2009/04/03 1.0.0b2
-==================
-
-- added missing import in mkfile recipe
-
-- fix test setup
-
-2009/02/05 1.0.0b1
-==================
-
-- do the same upon install in update, to recreate directories in
-  mkdir. fixes https://bugs.launchpad.net/lovely.recipe/+bug/322275
-
-- added the variation option to the mkfile recipe
-
-2008/10/03 1.0.0a1
-==================
-
-- added the lovely.recipe:eggbox recipe
-
-- INCOMPATIBLE CHANGE: moved zope recipies into an extra called "zope"
-  this requires one to write the extra in the recipe declaraion like
-  this lovely.recipe[zope]:<name>
-
-- BIG TODO: add tests for lovely.recipe.zeo and lovely.recipe.zope to
-  test and to show what this all is for.
-
-- Added a way to change the owner of created directories.
-
-- INCOMPATIBLE CHANGE: When creating directories the path used to be
-  automatically joined with the buildout:directory. This was removed in favour
-  of explicit joining in buildout.cfg.
-
-2008/07/16 0.3.1b8
-==================
-
-- changed homepage url and uploaded release to pypi to make philikon happy :)
-
-2008/07/16 0.3.1b7
-==================
-
-- make sure we don't fail if the directory to create already exists
-
-2008/07/16 0.3.1b6
-==================
-
-- added option extract-html to i18n recipe, i18nextract will then also parse
-  "*.html" files.
-
-2008/06/02 0.3.1b5
-==================
-
-- Re-arranged the fs recipe code to not check for directory existence during
-  initialisation phase.
-
-- Fixed some test issues.
-
-2008/04/24 0.3.1b4:
-===================
-
-- fixed os error if a path already exists
-
-2008/04/24 0.3.1b3:
-===================
-
-- added option "createpath" to mkfile and mkdir recipe
-
-2008/02/24 0.3.1b2:
-===================
-
-- Added ``i18nstats`` as an additional script.
-
-2007/09/21 0.3.1b1:
-===================
-
-- mkdir makes sure directories are never deleted
-
-
-2007/08/31 0.3.1a3:
-===================
-
-- generated script names are created from the section name to allow more than
-  just one extractor in one buildout.
-
-
-2007/08/31 0.3.1a2:
-===================
-
-- merge from lovely-instance branch
-
-- i18nextract allows the definition of a custem configure.zcml which is needed
-  to be able to use it with package who do not contain a full configuration
-  setup.
-
-- fix tests to run not only on jukart's mac
-
-
-2007/06/04 0.3.0a2:
-===================
-
-- recipe for zope instances (instance, app); no tests as well :(
-
-
-2007/06/04 0.3.0a1:
-===================
-
-- recipe for importchecker
-
-
-2007/06/04 0.2.0a1:
-===================
-
-- Recipe for i18nextract and i18nmerge
-- no tests right now because of the complex setup (will come soon)
-
-
-2007/06/04 0.1a1:
-=================
-
-- first release. mkdir and mkfile implemented

Added: lovely.recipe/trunk/MOVED_TO_GITHUB
===================================================================
--- lovely.recipe/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ lovely.recipe/trunk/MOVED_TO_GITHUB	2013-02-24 02:31:39 UTC (rev 129723)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/lovely.recipe
\ No newline at end of file

Deleted: lovely.recipe/trunk/TODO.txt
===================================================================
--- lovely.recipe/trunk/TODO.txt	2013-02-23 23:11:51 UTC (rev 129722)
+++ lovely.recipe/trunk/TODO.txt	2013-02-24 02:31:39 UTC (rev 129723)
@@ -1 +0,0 @@
-tests for lovely.recipe.instance
\ No newline at end of file

Deleted: lovely.recipe/trunk/bootstrap.py
===================================================================
--- lovely.recipe/trunk/bootstrap.py	2013-02-23 23:11:51 UTC (rev 129722)
+++ lovely.recipe/trunk/bootstrap.py	2013-02-24 02:31:39 UTC (rev 129723)
@@ -1,55 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 Zope Corporation 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.
-
-$Id$
-"""
-
-import os, shutil, sys, tempfile, urllib2
-
-tmpeggs = tempfile.mkdtemp()
-
-try:
-    import pkg_resources
-except ImportError:
-    ez = {}
-    exec urllib2.urlopen('http://peak.telecommunity.com/dist/ez_setup.py'
-                         ).read() in ez
-    ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
-
-    import pkg_resources
-
-cmd = 'from setuptools.command.easy_install import main; main()'
-if sys.platform == 'win32':
-    cmd = '"%s"' % cmd # work around spawn lamosity on windows
-
-ws = pkg_resources.working_set
-assert os.spawnle(
-    os.P_WAIT, sys.executable, sys.executable,
-    '-c', cmd, '-mqNxd', tmpeggs, 'zc.buildout',
-    dict(os.environ,
-         PYTHONPATH=
-         ws.find(pkg_resources.Requirement.parse('setuptools')).location
-         ),
-    ) == 0
-
-ws.add_entry(tmpeggs)
-ws.require('zc.buildout')
-import zc.buildout.buildout
-zc.buildout.buildout.main(sys.argv[1:] + ['bootstrap'])
-shutil.rmtree(tmpeggs)

Deleted: lovely.recipe/trunk/buildout.cfg
===================================================================
--- lovely.recipe/trunk/buildout.cfg	2013-02-23 23:11:51 UTC (rev 129722)
+++ lovely.recipe/trunk/buildout.cfg	2013-02-24 02:31:39 UTC (rev 129723)
@@ -1,16 +0,0 @@
-[buildout]
-develop = .
-parts = test importchecker
-versions = versions
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = lovely.recipe[zope]
-defaults = ['--auto-color']
-
-[importchecker]
-recipe = lovely.recipe:importchecker
-path = src/lovely
-
-[versions]
-zc.buildout=1.4.3

Deleted: lovely.recipe/trunk/setup.py
===================================================================
--- lovely.recipe/trunk/setup.py	2013-02-23 23:11:51 UTC (rev 129722)
+++ lovely.recipe/trunk/setup.py	2013-02-24 02:31:39 UTC (rev 129723)
@@ -1,63 +0,0 @@
-#!/usr/bin/env python
-from setuptools import setup, find_packages
-import os
-
-entry_points = """
-[zc.buildout]
-mkdir = lovely.recipe.fs.mkdir:Mkdir
-mkfile = lovely.recipe.fs.mkfile:Mkfile
-i18n = lovely.recipe.i18n.i18n:I18n
-importchecker = lovely.recipe.importchecker.app:ImportChecker
-instance = lovely.recipe.zope.zope:LovelyInstance
-app = lovely.recipe.zope.zope:LovelyApp
-server = lovely.recipe.zeo:LovelyServer
-eggbox = lovely.recipe.egg:EggBox
-"""
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-long_description=(
-        'Lovely Recipes\n'
-        '**************\n'
-        + '\n' +
-        read('src', 'lovely', 'recipe', 'fs', 'README.txt')
-        + '\n' +
-        read('src', 'lovely', 'recipe', 'egg', 'README.txt')
-        + '\n' +
-        read('src', 'lovely', 'recipe', 'i18n', 'README.txt')
-        + '\n' +
-        read('src', 'lovely', 'recipe', 'importchecker', 'README.txt')
-        + '\n'
-        )
-
-open('doc.txt', 'w').write(long_description)
-
-
-setup (
-    name='lovely.recipe',
-    description = "Set of helper recipies for zc.buildout",
-    long_description = long_description,
-    version='1.0.0',
-    author = "Lovely Systems",
-    author_email = "office at lovelysystems.com",
-    license = "ZPL 2.1",
-    keywords = "buildout recipe filesystem i18n importchecker",
-    url = 'http://launchpad.net/lovely.recipe',
-    packages = find_packages('src'),
-    include_package_data = True,
-    package_dir = {'':'src'},
-    namespace_packages = ['lovely', 'lovely.recipe'],
-    extras_require = dict(zope=[
-                        'zope.error',
-                        'zc.zope3recipes',
-                        'zc.zodbrecipes',
-                        'zope.app.locales>=3.4.5',
-                        'ZConfig']),
-    install_requires = ['setuptools',
-                        'zc.buildout',
-                        'zc.recipe.egg',
-                        ],
-    entry_points = entry_points,
-    zip_safe = True,
-    )



More information about the checkins mailing list