On Sun, Oct 31, 2010 at 11:46:18AM +0100, Remi Pointel wrote:
> On Sat, 30 Oct 2010 12:57:54 +0100
> Valery Masiutsin <[email protected]> wrote:
> > Hello, list !
> >
> > py-argparse module provides an easy, declarative interface for creating
> > tools, which know hot wo parse the arguments and flags from sys.argv and
> > much more.
> > Module is a part of standard library since python-2.7.
> >
> > Regards,
> > Valera Masutin
>
> Hello,
>
> few remarks :
>
> - if PKGNAME == DISTNAME, it is not necessary to precise PKGNAME.
> - VERSION is not needed because it is equal to MODPY_EGG_VERSION.
> => DISTNAME= argparse-${MODPY_EGG_VERSION}
>
> - use make update-plist
>
> Because it is included in 2.7, it could be usefull to have this in ports.
To add to this:
- Please look at infrastructure/templates/Makefile.template for order.
- Use spaces around variables.
- Look at existing python ports and follow them (i.e. name should be
py-argparse).
- Remove the rm/cp and use something like "pax -rw *.html *.js _static".
f.-