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:
Todd R 2018-12-05 19:23:27 +00:00 committed by Git OBS Bridge
parent 241a2586f6
commit 1afad3f290
2 changed files with 9 additions and 12 deletions

View File

@ -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>

View File

@ -20,7 +20,7 @@
Name: python-docopt
Version: 0.6.2
Release: 0
Summary: Pythonic argument parser, that will make you smile
Summary: Pythonic argument parser
License: MIT
Group: Development/Languages/Python
URL: http://docopt.org
@ -32,18 +32,10 @@ BuildArch: noarch
%python_subpackages
%description
docopt creates beautiful command-line interfaces.
docopt creates command-line interfaces.
Isn't it awesome how optparse and argparse generate help
messages based on your code?!
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.
This way one does not need to write repeatable parser-code,
and instead can write only the help message.
%prep
%setup -q -n docopt-%{version}