Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2012-02-24 | Comment out obviously untested Python 3.x support. | joerg | 1 | -2/+2 | |
2012-02-16 | Update devel/py-argparse to 1.2.1 | gls | 3 | -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-03 | Tag the 28 locations that result in a Python 3.1 package as supporting so. | joerg | 1 | -1/+2 | |
Remove it from the default list for the rest. | |||||
2010-07-24 | Fix HOMEPAGE. | gdt | 1 | -2/+2 | |
2010-07-24 | Import py26-argparse-1.1 as devel/py-argparse. | gdt | 4 | -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... |