]> git.pld-linux.org Git - packages/python-webcolors.git/commitdiff
- disable python3 here
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 11 Apr 2020 20:05:57 +0000 (22:05 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 11 Apr 2020 20:05:57 +0000 (22:05 +0200)
python-webcolors.spec

index 1065dc7614894ec165945ee83ce789e49a1c2743..e630cc72e27999c789db0907a1bf7a76f8a14c1c 100644 (file)
@@ -1,7 +1,8 @@
+# NOTE: for versions >= 1.11 (for python 3.5+) see python3-webcolors.spec
 #
 # Conditional build:
 %bcond_without python2 # CPython 2.x module
 #
 # Conditional build:
 %bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with    python3 # CPython 3.x module (built from python3-webcolors.spec)
 %bcond_without doc     # Sphinx documentation
 %bcond_without tests   # unit tests
 
 %bcond_without doc     # Sphinx documentation
 %bcond_without tests   # unit tests
 
@@ -9,6 +10,7 @@
 Summary:       Library for working with sRGB color specifications as used in HTML and CSS
 Summary(pl.UTF-8):     Biblioteka do pracy z definicjami kolorów sRGB używanymi w formatach HTML i CSS
 Name:          python-%{module}
 Summary:       Library for working with sRGB color specifications as used in HTML and CSS
 Summary(pl.UTF-8):     Biblioteka do pracy z definicjami kolorów sRGB używanymi w formatach HTML i CSS
 Name:          python-%{module}
+# keep 1.10.x here for python2 support
 Version:       1.10
 Release:       2
 License:       BSD
 Version:       1.10
 Release:       2
 License:       BSD
This page took 0.06168 seconds and 4 git commands to generate.