summaryrefslogtreecommitdiff
path: root/devel/py-argparse
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-02-24Comment out obviously untested Python 3.x support.joerg1-2/+2
2012-02-16Update devel/py-argparse to 1.2.1gls3-10/+13
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
2011-12-03Tag the 28 locations that result in a Python 3.1 package as supporting so.joerg1-1/+2
Remove it from the default list for the rest.
2010-07-24Fix HOMEPAGE.gdt1-2/+2
2010-07-24Import py26-argparse-1.1 as devel/py-argparse.gdt4-0/+38
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...