forked from pool/python-click
Accepting request 654129 from home:jengelh:branches:devel:languages:python
- Trim bias and future aims from description. OBS-URL: https://build.opensuse.org/request/show/654129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 5 01:18:27 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Trim bias and future aims from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:46:39 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:46:39 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
Name: python-click
|
Name: python-click
|
||||||
Version: 6.7
|
Version: 6.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple wrapper around optparse for powerful command line utilities
|
Summary: A wrapper around optparse for command line utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://github.com/mitsuhiko/click
|
URL: http://github.com/mitsuhiko/click
|
||||||
@@ -35,14 +35,10 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Click is a Python package for creating beautiful command line interfaces
|
Click is a Python package for creating command line interfaces
|
||||||
in a composable way with as little code as necessary. It's the "Command
|
in a composable way with as little code as necessary. It's the "Command
|
||||||
Line Interface Creation Kit". It's highly configurable but comes with
|
Line Interface Creation Kit". It is configurable, and comes with
|
||||||
sensible defaults out of the box.
|
defaults out of the box.
|
||||||
|
|
||||||
It aims to make the process of writing command line tools quick and fun
|
|
||||||
while also preventing any frustration caused by the inability to implement
|
|
||||||
an intended CLI API.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n click-%{version}
|
%setup -q -n click-%{version}
|
||||||
|
Reference in New Issue
Block a user