On Mon, Jan 11, 2010 at 04:19:18PM -0600, Will Maier wrote:
> Hi all-
> 
> I'd like to commit this[0] (and below) py-sqlalchemy update soonish.
> Substantially similar to one by Robert 
> (thanks!). Note that regress requires nose as well as an invocation
> of setup.py develop now.
> 
> Works fine on i386 for me -- anyone else want to test?

  looks good. just one comment:
 
> [..]
>  post-install:
>       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-sqlalchemy
> @@ -35,7 +38,7 @@
>               pax -rw * ${PREFIX}/share/examples/py-sqlalchemy
>  
>  do-regress:
> -     @cd ${WRKSRC} && ${MAKE_ENV} \
> -         PYTHONPATH=test ${MODPY_BIN} test/alltests.py --db sqlite
> +     ${_MODPY_CMD} develop -d.
> +     @cd ${WRKSRC} && ${MAKE_ENV} nosetests
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  any reason not to use _MODPY_CMD here as well?

+       ${_MODPY_CMD} nosetests

  f.-

Reply via email to