py-ElementTree is included in python2.5, so build it only for python2.4 this changes depend on pending changes in sonata and py-turbogears
Index: py-ElementTree/Makefile =================================================================== RCS file: /cvs/ports/textproc/py-ElementTree/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- py-ElementTree/Makefile 10 Dec 2007 21:07:51 -0000 1.7 +++ py-ElementTree/Makefile 19 Mar 2008 09:53:58 -0000 @@ -3,7 +3,7 @@ COMMENT= pure-Python implementation of the ElementTree API DISTNAME= elementtree-1.2.6-20050316 -PKGNAME= py-ElementTree-1.2.6p2 +PKGNAME= py-ElementTree-1.2.6p3 CATEGORIES= textproc devel HOMEPAGE= http://effbot.org/zone/element-index.htm @@ -16,6 +16,8 @@ MASTER_SITES= http://effbot.org/downloads/ MODULES= lang/python +MODPY_VERSION= 2.4 + RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS} REGRESS_DEPENDS=${RUN_DEPENDS} Index: py-cElementTree/Makefile =================================================================== RCS file: /cvs/ports/textproc/py-cElementTree/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- py-cElementTree/Makefile 10 Dec 2007 21:07:51 -0000 1.10 +++ py-cElementTree/Makefile 19 Mar 2008 09:53:58 -0000 @@ -5,7 +5,7 @@ COMMENT= C implementation of the ElementTree API DISTNAME= cElementTree-1.0.5-20051216 -PKGNAME= py-cElementTree-1.0.5p2 +PKGNAME= py-cElementTree-1.0.5p3 CATEGORIES= textproc devel HOMEPAGE= http://effbot.org/zone/celementtree.htm @@ -19,6 +19,8 @@ MASTER_SITES= http://effbot.org/downloads/ MODULES= lang/python +MODPY_VERSION= 2.4 + RUN_DEPENDS= ::textproc/py-ElementTree REGRESS_DEPENDS=${RUN_DEPENDS}