Accepting request 647084 from security:idm
Initial submit to devel:languages:python prior to Factory submission OBS-URL: https://build.opensuse.org/request/show/647084 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argparse-manpage?expand=0&rev=1
This commit is contained in:
parent
241dcde4a7
commit
f32d46242e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 12 14:29:54 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary. Repair grammar issues in description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 11 15:04:42 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
|
Thu Oct 11 15:04:42 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: python-argparse-manpage
|
Name: python-argparse-manpage
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build manual page from python's ArgumentParser object
|
Summary: Tool for automatic manual page building from a Python ArgumentParser object
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/praiskup/argparse-manpage
|
Url: https://github.com/praiskup/argparse-manpage
|
||||||
@ -33,12 +33,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Generate manual page an automatic way from ArgumentParser object, so the
|
This utility generates a manual page in an automatic way from an
|
||||||
manpage 1:1 corresponds to the automatically generated --help output. The
|
ArgumentParser object, so the manpage 1:1 corresponds to the
|
||||||
manpage generator needs to known the location of the object, user can specify
|
automatically generated --help output. The manpage generator needs to
|
||||||
that by (a) the module name or corresponding python filename and (b) the object
|
known the location of the object, user can specify that by (a) the
|
||||||
name or the function name which returns the object. There's a limited support
|
module name or corresponding python filename and (b) the object name
|
||||||
for (deprecated) optparse objects, too.
|
or the function name which returns the object. There's a limited
|
||||||
|
support for (deprecated) optparse objects, too.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{mod_name}-%{version}
|
%setup -q -n %{mod_name}-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user