]> git.pld-linux.org Git - packages/python-Cython.git/blobdiff - python-Cython.spec
- up to 0.29.24
[packages/python-Cython.git] / python-Cython.spec
index 0d942f408bf62b896cf0cc3050d9ba4c452c6dae..fce36913c3bf4252bbab8bd238780f3f0023c202 100644 (file)
 Summary:       Language for writing Python Extension Modules (Python 2.x version)
 Summary(pl.UTF-8):     Język służący do pisania modułów rozszerzających Pythona (wersja dla Pythona 2.x)
 Name:          python-%{module}
-Version:       0.29.13
+Version:       0.29.24
 Release:       1
 License:       Apache v2.0
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/cython/
 Source0:       https://files.pythonhosted.org/packages/source/c/cython/%{module}-%{version}.tar.gz
-# Source0-md5: f8109a2a86cded40b3896ee7a63bc5a5
+# Source0-md5: 81aff945f5bfdfb86e7a5d24f5467668
 URL:           http://cython.org/
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with python2}
@@ -30,7 +30,7 @@ BuildRequires:        python3-devel >= 1:3.3
 BuildRequires: python3-setuptools
 %endif
 BuildRequires: rpm-pythonprov
-%{?with_apidocs:BuildRequires: sphinx-pdg}
+%{?with_apidocs:BuildRequires: sphinx-pdg-3 >= 1.8}
 Requires:      python-devel >= 1:2.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -109,7 +109,8 @@ Pakiet zawierający przykładowe programy napisane w języku Cython.
 %py3_build
 
 %if %{with tests}
-%{__python3} runtests.py
+%{__python3} runtests.py \
+       SPHINXBUILD=sphinx-build-3
 %endif
 %endif
 
This page took 0.037427 seconds and 4 git commands to generate.