forked from pool/python-more-itertools
Accepting request 727051 from home:jengelh:branches:devel:languages:python
- Place a mildly useful text in the %description section. OBS-URL: https://build.opensuse.org/request/show/727051 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 15:01:51 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Place a mildly useful text in the %description section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 12:15:12 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
@@ -34,15 +34,8 @@ BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
I love itertools; it's one of the most beautiful, composable standard libs.
|
||||
Whenever I have an iteration problem, there's almost always an itertools
|
||||
routine that fits it perfectly. Sometimes, however, neither itertools nor the
|
||||
recipes included in its docs do quite what I need.
|
||||
|
||||
Here I've collected several routines I've reached for but not found. Since
|
||||
they are deceptively tricky to get right, I've wrapped them up into a library.
|
||||
We've also included implementations of the recipes from the itertools
|
||||
documentation. Enjoy! Any additions are welcome; just file a pull request.
|
||||
Additional building blocks, recipes, and routines for working with
|
||||
Python iterables.
|
||||
|
||||
%prep
|
||||
%setup -q -n more-itertools-%{version}
|
||||
|
||||
Reference in New Issue
Block a user