./wip/py-modargs, line argument parsing library that infers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7, Package name: py27-modargs-1.7, Maintainer: kamel.derouiche

modargs is a simple command line argument parsing library that infers
arguments from functions in a module


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: c990b031d9be1fd422551e673713f29001c1de7f
Filesize: 7.103 KB

Version history: (Expand)


CVS history: (Expand)


   2014-12-31 14:58:32 by Thomas Klausner | Files touched by this commit (37)
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Fix various problems while here, including marking packages as not ready
for python-3.x.
   2013-09-05 02:51:14 by Kamel Derouiche | Files touched by this commit (4)
Log message:
Import py27-modargs-1.7 as wip/py-modargs.

modargs is a simple command line argument parsing library that infers
arguments from functions in a module