mirror of
https://abf.rosa.ru/djam/python-cython.git
synced 2025-02-23 13:52:47 +00:00
Properly install cythonize
This commit is contained in:
parent
095c3c9da7
commit
f760dbd1f8
1 changed files with 3 additions and 1 deletions
|
@ -51,6 +51,7 @@ pushd python3
|
|||
PYTHONDONTWRITEBYTECODE= %__python3 setup.py install --root %{buildroot}
|
||||
mv %{buildroot}/usr/bin/cython %{buildroot}/usr/bin/cython3
|
||||
mv %{buildroot}/usr/bin/cygdb %{buildroot}/usr/bin/cygdb3
|
||||
mv %{buildroot}/usr/bin/cythonize %{buildroot}/usr/bin/cythonize3
|
||||
popd
|
||||
|
||||
pushd python2
|
||||
|
@ -71,14 +72,15 @@ popd
|
|||
%{_sysconfdir}/emacs/site-start.d/*.el*
|
||||
%{_bindir}/cython
|
||||
%{_bindir}/cygdb
|
||||
%{_bindir}/cythonize
|
||||
%{py_platsitedir}/Cython*
|
||||
%{py_platsitedir}/cython*
|
||||
%{py_platsitedir}/pyximport*
|
||||
%{_bindir}/cythonize
|
||||
|
||||
%files -n python3-cython
|
||||
%{_bindir}/cython3
|
||||
%{_bindir}/cygdb3
|
||||
%{_bindir}/cythonize3
|
||||
%{py3_platsitedir}/__pycache__/*
|
||||
%{py3_platsitedir}/Cython*
|
||||
%{py3_platsitedir}/cython*
|
||||
|
|
Loading…
Add table
Reference in a new issue