On Tue, Jun 14, 2011 at 2:57 PM, wen heping <wenhep...@gmail.com> wrote: > 2011/6/14 Federico Schwindt <fg...@lodoss.net>: >> new version attached: >> >> - remove setuptools and pip from the package >> - add pip as dependency > > would you explain why force use system's pip but not the pip come with > virtualenv ?
same reason we try to use the system libs rather than the ones bundled in. >[..] > But I think these lines should be added to Makefile: > > +REGRESS_DEPENDS = devel/py-mock \ > + devel/py-nose > + > +do-regress: fake > + @cd ${WRKSRC} && \ > + ${MAKE_ENV} ${MODPY_BIN} setup.py test the REGRESS_DEPENDS is there so you're talking about do-regress. why? fake might or might not be needed but since at this point is basically a noop shouldn't matter. > [..] f.-