]> git.pld-linux.org Git - packages/python-more_itertools.git/commitdiff
- python3-only version packaged in python3-more_itertools.spec auto/th/python-more_itertools-5.0.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Oct 2019 19:07:33 +0000 (21:07 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Oct 2019 19:07:33 +0000 (21:07 +0200)
python-more_itertools.spec

index 90f2858e20a729fcebbecf7c5a765855e33c1d0c..274e007cb09232ead815e9a33d8098619f48ea96 100644 (file)
@@ -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
This page took 0.083909 seconds and 4 git commands to generate.