mirror of
https://abf.rosa.ru/djam/python-cython.git
synced 2025-02-23 13:52:47 +00:00
3.0.4
This commit is contained in:
parent
99df481184
commit
fab55ead92
1 changed files with 6 additions and 4 deletions
|
@ -18,6 +18,12 @@ URL: https://cython.org
|
|||
Source0: https://github.com/cython/cython/archive/%{version}/%{tarname}-%{version}.tar.gz
|
||||
Source1: %{name}.rpmlintrc
|
||||
Patch0: cython-0.29.28-missing-header.patch
|
||||
BuildRequires: pkgconfig(python)
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python38-devel
|
||||
BuildRequires: python38-setuptools
|
||||
BuildRequires: dos2unix
|
||||
%if %{with check}
|
||||
BuildRequires: gdb
|
||||
|
@ -34,8 +40,6 @@ edge functionality and optimizations.
|
|||
%package -n python3-cython
|
||||
Summary: Language for writing C extensions to Python
|
||||
Group: Development/Python
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: python3-setuptools
|
||||
Provides: python-cython = %{version}-%{release}
|
||||
|
||||
%description -n python3-cython
|
||||
|
@ -58,8 +62,6 @@ edge functionality and optimizations.
|
|||
%package -n python38-cython
|
||||
Summary: Language for writing C extensions to Python
|
||||
Group: Development/Python
|
||||
BuildRequires: python38-devel
|
||||
BuildRequires: python38-setuptools
|
||||
Provides: python-cython = %{version}-%{release}
|
||||
|
||||
%description -n python38-cython
|
||||
|
|
Loading…
Add table
Reference in a new issue