From: Jakub Bogusz Date: Sun, 31 May 2020 15:58:06 +0000 (+0200) Subject: - disable python3 here X-Git-Tag: auto/th/python-numpydoc-0.9.2-2~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=27a21b562213a6598bb8c6bd646842d05b896d38;p=packages%2Fpython-numpydoc.git - disable python3 here --- diff --git a/python-numpydoc.spec b/python-numpydoc.spec index 1c0c91f..fdf0705 100644 --- a/python-numpydoc.spec +++ b/python-numpydoc.spec @@ -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