Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39321 - dev-python/getargs-2.16.ebuild (New package)
Summary: dev-python/getargs-2.16.ebuild (New package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://iamroot.beigetower.org/getargs...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-01-25 01:32 UTC by Lukasz Strzygowski (RETIRED)
Modified: 2004-10-28 10:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
getargs-2.0.ebuild (getargs-2.0.ebuild,520 bytes, text/plain)
2004-01-25 01:33 UTC, Lukasz Strzygowski (RETIRED)
Details
Updated ebuild (getargs-2.11.ebuild,527 bytes, text/plain)
2004-01-27 13:55 UTC, Lukasz Strzygowski (RETIRED)
Details
getargs-2.15.ebuild (getargs-2.15.ebuild,525 bytes, text/plain)
2004-03-01 05:45 UTC, Lukasz Strzygowski (RETIRED)
Details
getargs-2.16.ebuild (getargs-2.16.ebuild,543 bytes, text/plain)
2004-05-01 09:10 UTC, Lukasz Strzygowski (RETIRED)
Details
getargs-2.16.tar.gz (getargs-2.16.tar.gz,9.00 KB, application/octet-stream)
2004-05-01 09:11 UTC, Lukasz Strzygowski (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Strzygowski (RETIRED) gentoo-dev 2004-01-25 01:32:39 UTC
From WWW Page:
"This module implements a Command Line Parser class (CLParser) that 
applications can use to parse command line arguments in sys.argv. 
getargs is designed as a considerably more powerful and flexible alternative
to the standard getopt module.

The CLParser provides the following capabilities:
 - Each command line option can take an arbitrary number of arguments.
 - Distingushes between switches (options without arguments) and options
   with arguments.
 - Further classifies options as 'single-argument-options' or 
   'default-if-set' options.
 - Switches and options with arguments can be interleaved in the command
   line.
 - You can specify the maximum and minimum number of arguments an option
   can take. Use -1 if you don't want to specify an upper bound.
 - Specify default arguments to an option
 - Arguments need not all be on the commandline. They can be specified
   in a file too.
 - Methods isset() and getargs() to check if a switch (an option without
   arguments) is set (present) on the commandline and to obtain arguments
   to an option, respectively"

Reproducible: Always
Steps to Reproduce:
Comment 1 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-01-25 01:33:20 UTC
Created attachment 24371 [details]
getargs-2.0.ebuild

ebuild
Comment 2 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-01-27 13:55:56 UTC
Created attachment 24502 [details]
Updated ebuild
Comment 3 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-03-01 05:45:06 UTC
Created attachment 26654 [details]
getargs-2.15.ebuild

Updated ebuild.
Comment 4 Bryan Østergaard (RETIRED) gentoo-dev 2004-04-17 06:30:45 UTC
Homepage has been closed for a while. As far as I can see this project is dead, so I'm closing this bug.
Comment 5 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-04-17 12:55:39 UTC
let me reopen it. project isn't dead, the newest stable version -- 2.16, has been released on 2004-04-09. give me some time to contact author and update ebuild. temporarily you can find it's webpage here: http://www.gnu.org/directory/devel/prog/Python_programming_language/getargs.html
Comment 6 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-05-01 09:10:02 UTC
Created attachment 30460 [details]
getargs-2.16.ebuild
Comment 7 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-05-01 09:11:57 UTC
Created attachment 30461 [details]
getargs-2.16.tar.gz

that's it
Comment 8 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-05-01 09:15:25 UTC
i didn't get any response from author.
Comment 9 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-10-28 10:03:36 UTC
Now it seems that this project is really dead.