Revision: 8191
          http://svn.sourceforge.net/mailman/?rev=8191&view=rev
Author:   bwarsaw
Date:     2007-04-12 11:39:57 -0700 (Thu, 12 Apr 2007)

Log Message:
-----------
Python 2.5 is the required minimum now and that comes with the required version 
of the email package.  So, finally! we can get rid of our copy.

Modified Paths:
--------------
    trunk/mailman/misc/Makefile.in

Removed Paths:
-------------
    trunk/mailman/misc/email-4.0.1.tar.gz

Modified: trunk/mailman/misc/Makefile.in
===================================================================
--- trunk/mailman/misc/Makefile.in      2007-04-10 02:09:07 UTC (rev 8190)
+++ trunk/mailman/misc/Makefile.in      2007-04-12 18:39:57 UTC (rev 8191)
@@ -55,7 +55,7 @@
                --install-data $(DESTDIR)$(PYTHONLIBDIR)
 SETUPCMD=      setup.py --quiet install $(SETUPINSTOPTS)
 
-EMAIL=         email-4.0.1
+EMAIL=         
 SETUPTOOLS=    setuptools-0.6c3
 PYSQLITE=      pysqlite-2.3.2
 SQLALCHEMY=    SQLAlchemy-0.3.3

Deleted: trunk/mailman/misc/email-4.0.1.tar.gz
===================================================================
(Binary files differ)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to