most recent changes, diff for py-elementtree

Index: python/py-elementtree/Portfile
--- python/py-elementtree/Portfile (revision 30811)
+++ python/py-elementtree/Portfile (revision 30812)
@@ -5,6 +5,7 @@

name py-elementtree
version 1.2.6-20050316
+revision 1
categories python
platforms darwin
maintainers mww
@@ -20,7 +21,12 @@
distname elementtree-${version}
checksums md5 6751a9005efbd2c543ef32905d4a0acd
use_zip yes
+patchfiles patch-setup.py

+depends_build-append port:py-setuptools
+
+post-extract { file copy ${filespath}/ez_setup.py ${worksrcpath} }
+
test.run yes
test.cmd ${python.bin}
test.target selftest.py