[Checkins] SVN: lovely.memcached/trunk/buildout.cfg reverted r76416 because adding a hardcoded url to a specific tarball is a bad idea. python-memcached not being installable is something that should be fixed *there* (i.e. with its cheeseshop account) not *here*.

Tom Lazar tom at tomster.org
Mon Jul 30 15:36:16 EDT 2007


Log message for revision 78480:
  reverted r76416 because adding a hardcoded url to a specific tarball is a bad idea. python-memcached not being installable is something that should be fixed *there* (i.e. with its cheeseshop account) not *here*.

Changed:
  U   lovely.memcached/trunk/buildout.cfg

-=-
Modified: lovely.memcached/trunk/buildout.cfg
===================================================================
--- lovely.memcached/trunk/buildout.cfg	2007-07-30 11:42:58 UTC (rev 78479)
+++ lovely.memcached/trunk/buildout.cfg	2007-07-30 19:36:16 UTC (rev 78480)
@@ -1,10 +1,7 @@
 [buildout]
 develop = .
 parts = test
-find-links = ftp://ftp.tummy.com/pub/python-memcached/python-memcached-1.34.tar.gz
-             http://download.zope.org/distribution/
 
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = lovely.memcached [test]



More information about the Checkins mailing list