Commit graph

2 commits

Author SHA1 Message Date
gls
4d636ca153 Update devel/py-argparse to 1.2.1
pkgsrc changes:
- uses egg.mk now

upstream changes:
- fixed Issue #79: re-licensed argparse package under same license as
py 2.7 stdlib argparse code
- fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code
2012-02-16 22:11:38 +00:00
gdt
ec57fda1ee Import py26-argparse-1.1 as devel/py-argparse.
The argparse module provides an easy, declarative interface for
creating command line tools, which knows how to:

    * parse the arguments and flags from sys.argv
    * convert arg strings into objects for your program
    * format and print informative help messages
    * and much more...
2010-07-24 17:25:51 +00:00