From: Jakub Bogusz Date: Wed, 23 Oct 2019 19:07:33 +0000 (+0200) Subject: - python3-only version packaged in python3-more_itertools.spec X-Git-Tag: auto/th/python-more_itertools-5.0.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=1c40f66bcbc1d6f53324a477e6d2df5b6a7d419c;p=packages%2Fpython-more_itertools.git - python3-only version packaged in python3-more_itertools.spec --- diff --git a/python-more_itertools.spec b/python-more_itertools.spec index 90f2858..274e007 100644 --- a/python-more_itertools.spec +++ b/python-more_itertools.spec @@ -1,9 +1,10 @@ +# NOTE: 5.0.0 is the last version supporting python2; for later versions see python3-more_itertools.spec # # Conditional build: %bcond_without doc # Sphinx documentation %bcond_without tests # unit tests %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module [see python3-more_itertools.spec instead] Summary: More routines for operating on iterables, beyond itertools Summary(pl.UTF-8): Uzupełniające itertools dodatkowe funkcje do operowania na zmiennych iterowalnych