Hi, SOAPpy fails to build without fpconst. I suggest the following patch:
--- 8< ----- --- py-SOAPpy/Makefile.orig Fri Nov 11 16:39:50 2005 +++ py-SOAPpy/Makefile Fri Nov 11 16:39:50 2005 @@ -20,7 +20,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/} -RUN_DEPENDS= ::devel/py-fpconst \ +BUILD_DEPENDS= ::devel/py-fpconst +RUN_DEPENDS= ${BUILD_DEPENDS} \ ::textproc/py-xml --- 8< ----- Another load-balancing suggestion: why not putting py-fpconst into math rather than devel? Otherwise, it works ok on amd64 with 2.4. Eric.