[Repoze-checkins] r763 - repoze.recipe.egg/trunk
Chris McDonough
chrism at agendaless.com
Mon Mar 3 15:02:19 UTC 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Mon Mar 3 10:02:19 2008
New Revision: 763
Log:
Prep for 0.1.
Modified:
repoze.recipe.egg/trunk/CHANGES.txt
repoze.recipe.egg/trunk/README.txt
repoze.recipe.egg/trunk/setup.py
Modified: repoze.recipe.egg/trunk/CHANGES.txt
==============================================================================
--- repoze.recipe.egg/trunk/CHANGES.txt (original)
+++ repoze.recipe.egg/trunk/CHANGES.txt Mon Mar 3 10:02:19 2008
@@ -8,8 +8,10 @@
Change History
**************
-Unreleased (2008-02-29)
-=======================
+0.1 (2008-02-29)
+================
-- Fork of zc.recipe.egg 1.0.0 which will install dependent scripts by default.
+- Fork of zc.recipe.egg 1.0.0 which will install dependent scripts by
+ default. Use "dependent_scripts = false" in the recipe to turn this
+ behavior off.
Modified: repoze.recipe.egg/trunk/README.txt
==============================================================================
--- repoze.recipe.egg/trunk/README.txt (original)
+++ repoze.recipe.egg/trunk/README.txt Mon Mar 3 10:02:19 2008
@@ -5,7 +5,9 @@
.. contents::
The egg-installation recipe is a customization of zc.recipe.egg that
-allows for by-default installs of dependent scripts.
+allows for by-default installs of dependent scripts. This uses
+code by James Gardner from http://pypi.python.org/pypi/pylons_sandbox
+to perform the dependent-script installation.
Modified: repoze.recipe.egg/trunk/setup.py
==============================================================================
--- repoze.recipe.egg/trunk/setup.py (original)
+++ repoze.recipe.egg/trunk/setup.py Mon Mar 3 10:02:19 2008
@@ -22,7 +22,6 @@
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
def alltests():
- import pdb; pdb.set_trace()
# use the zope.testing testrunner machinery to find all the
# test suites we've put under ourselves
from zope.testing.testrunner import get_options
More information about the Repoze-checkins
mailing list