Commit graph

6 commits

Author SHA1 Message Date
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
joerg
ea02066df7 Comment out obviously untested Python 3.x support. 2012-02-24 20:04:14 +00:00
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
joerg
9a0666357e Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
2011-12-03 00:02:14 +00:00
gdt
2d01b57aec Fix HOMEPAGE. 2010-07-24 17:46:59 +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