[Checkins] SVN: z3c.rml/trunk/ Use official PIL 1.1.7

Gediminas Paulauskas menesis at pov.lt
Sun Apr 24 07:08:01 EDT 2011


Log message for revision 121463:
  Use official PIL 1.1.7
  

Changed:
  U   z3c.rml/trunk/buildout.cfg
  U   z3c.rml/trunk/setup.py

-=-
Modified: z3c.rml/trunk/buildout.cfg
===================================================================
--- z3c.rml/trunk/buildout.cfg	2011-04-21 19:40:12 UTC (rev 121462)
+++ z3c.rml/trunk/buildout.cfg	2011-04-24 11:08:00 UTC (rev 121463)
@@ -1,7 +1,7 @@
 [buildout]
 develop = .
 versions = versions
-parts = PILwoTk test scripts python
+parts = test scripts python
 
 [test]
 recipe = zc.recipe.testrunner
@@ -20,15 +20,8 @@
 recipe = z3c.recipe.tag
 eggs = ${test:eggs}
 
-[PILwoTk]
-recipe=zc.recipe.egg
-eggs=
-    PILwoTk
-find-links=
-    http://download.zope.org/distribution/PILwoTk-1.1.6.4.tar.gz
-
 [versions]
 # tag-textField test fails with reportlab 2.5, because of this change to PDFPattern:
 # http://two.pairlist.net/pipermail/reportlab-users/2010-January/009216.html
 reportlab = 2.4
-PILwoTk = 1.1.6.4
+PIL = 1.1.7

Modified: z3c.rml/trunk/setup.py
===================================================================
--- z3c.rml/trunk/setup.py	2011-04-21 19:40:12 UTC (rev 121462)
+++ z3c.rml/trunk/setup.py	2011-04-24 11:08:00 UTC (rev 121463)
@@ -47,7 +47,7 @@
         test = [
             'zope.pagetemplate',
             'zope.testing',
-            'PILwoTk'],
+            'PIL'],
         pagetemplate = [
             'zope.pagetemplate']
         ),



More information about the checkins mailing list