]> git.pld-linux.org Git - packages/python-numpydoc.git/commitdiff
- disable python3 here
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 May 2020 15:58:06 +0000 (17:58 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 May 2020 15:58:06 +0000 (17:58 +0200)
python-numpydoc.spec

index 1c0c91ffc9047a7e7fbd2ab77ee73a5fe6fdf76a..fdf0705fad94858944e111e356e9e3d6de064ccd 100644 (file)
@@ -1,12 +1,14 @@
+# NOTE: for versions >= 1.0 see python3-numpydoc.spec
 #
 # Conditional build:
 %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 (built from python3-numpydoc.spec)
 
 Summary:       Sphinx extension to support docstrings in Numpy format
 Summary(pl.UTF-8):     Rozszerzenie Sphinksa do obsług docstringów w formacie Numpy
 Name:          python-numpydoc
+# NOTE: keep 0.x here for python2 support
 Version:       0.9.2
 Release:       1
 License:       BSD
This page took 0.0978290000000001 seconds and 4 git commands to generate.