summaryrefslogtreecommitdiff
path: root/net/py-mimelib
AgeCommit message (Collapse)AuthorFilesLines
2003-10-21one Python file is not byte-compiled if Python-2.1(-pth) is used,drochner2-4/+12
so comment out the result conditionally
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-1/+24
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-08-11Import a standalone version of mimelib (AKA email). Python includesdrochner5-0/+88
this since 2.2, but some Zope apps require it and Zope uses Python-2.1.