mirror of
https://abf.rosa.ru/djam/python-cython.git
synced 2025-02-23 22:02:47 +00:00
Updated to 0.20.1
This commit is contained in:
parent
bd419810ce
commit
00cfaa5572
3 changed files with 8 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
Cython-0.18.tar.gz: d95026aebd2e438ee52033f8c9cef1de4e6b03f4
|
Cython-0.20.1.tar.gz: e0f2c2094722bada54f24c33f5c792411778ba4f
|
||||||
|
|
1
python-cython.rpmlintrc
Normal file
1
python-cython.rpmlintrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
addFilter("E: devel-file-in-non-devel-package")
|
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
Summary: Language for writing C extensions to Python
|
Summary: Language for writing C extensions to Python
|
||||||
Name: python-cython
|
Name: python-cython
|
||||||
Version: 0.18
|
Version: 0.20.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Source0: http://www.cython.org/release/%{tarname}-%{version}.tar.gz
|
Source0: http://www.cython.org/release/%{tarname}-%{version}.tar.gz
|
||||||
|
Source100: %{name}.rpmlintrc
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Development/Python
|
Group: Development/Python
|
||||||
Url: http://www.cython.org
|
Url: http://www.cython.org
|
||||||
|
@ -29,8 +30,10 @@ the Python language. It is based on Pyrex, but provides more cutting
|
||||||
edge functionality and optimizations.
|
edge functionality and optimizations.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{tarname}-%{version}
|
%setup -q -c
|
||||||
|
|
||||||
|
mv %{tarname}-%{version} python2
|
||||||
|
cp -r python2 python3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd python2
|
pushd python2
|
||||||
|
|
Loading…
Add table
Reference in a new issue