Accepting request 530883 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/530883 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=32
This commit is contained in:
commit
e332c65843
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 22:02:54 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Ensure neutrality of description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 17:49:22 UTC 2016 - jmatejek@suse.com
|
||||
|
||||
|
@ -45,20 +45,15 @@ Obsoletes: %{oldpython}-cython < %{version}
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
The Cython language makes writing C extensions for the Python language as
|
||||
easy as Python itself. Cython is a source code translator based on the
|
||||
well-known Pyrex, but supports more cutting edge functionality and
|
||||
optimizations.
|
||||
The Cython language allows for writing C extensions for the Python
|
||||
language. Cython is a source code translator based on Pyrex, but
|
||||
supports more cutting edge functionality and optimizations.
|
||||
|
||||
The Cython language is very close to the Python language (and most Python
|
||||
code is also valid Cython code), but Cython additionally supports calling C
|
||||
functions and declaring C types on variables and class attributes. This
|
||||
allows the compiler to generate very efficient C code from Cython code.
|
||||
|
||||
This makes Cython the ideal language for writing glue code for external C
|
||||
libraries, and for fast C modules that speed up the execution of Python
|
||||
code.
|
||||
|
||||
%prep
|
||||
%setup -q -n Cython-%{version}
|
||||
# Fix non-executable scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user