Accepting request 654121 from home:jengelh:branches:devel:languages:python
- Remove rhetorics and bias from descriptions. OBS-URL: https://build.opensuse.org/request/show/654121 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docopt?expand=0&rev=16
This commit is contained in:
parent
241a2586f6
commit
1afad3f290
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 5 01:03:34 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Remove rhetorics and bias from descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:47:24 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:47:24 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: python-docopt
|
Name: python-docopt
|
||||||
Version: 0.6.2
|
Version: 0.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pythonic argument parser, that will make you smile
|
Summary: Pythonic argument parser
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://docopt.org
|
URL: http://docopt.org
|
||||||
@ -32,18 +32,10 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
docopt creates beautiful command-line interfaces.
|
docopt creates command-line interfaces.
|
||||||
|
|
||||||
Isn't it awesome how optparse and argparse generate help
|
This way one does not need to write repeatable parser-code,
|
||||||
messages based on your code?!
|
and instead can write only the help message.
|
||||||
|
|
||||||
Hell no! You know what's awesome? It's when the option parser is
|
|
||||||
generated based on the beautiful help message that you write yourself!
|
|
||||||
This way you don't need to write this stupid repeatable parser-code,
|
|
||||||
and instead can write only the help message--the way you want it.
|
|
||||||
|
|
||||||
docopt helps you create most beautiful command-line interfaces
|
|
||||||
easily.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n docopt-%{version}
|
%setup -q -n docopt-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user