Accepting request 530586 from home:jengelh:branches:devel:languages:python

- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/530586
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=86
This commit is contained in:
Dirk Mueller 2017-10-03 14:11:11 +00:00 committed by Git OBS Bridge
parent 19f88cba8e
commit c26f220f6a
2 changed files with 8 additions and 8 deletions

View File

@ -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 Mon Dec 19 17:49:22 UTC 2016 - jmatejek@suse.com

View File

@ -45,20 +45,15 @@ Obsoletes: %{oldpython}-cython < %{version}
%python_subpackages %python_subpackages
%description %description
The Cython language makes writing C extensions for the Python language as The Cython language allows for writing C extensions for the Python
easy as Python itself. Cython is a source code translator based on the language. Cython is a source code translator based on Pyrex, but
well-known Pyrex, but supports more cutting edge functionality and supports more cutting edge functionality and optimizations.
optimizations.
The Cython language is very close to the Python language (and most Python 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 code is also valid Cython code), but Cython additionally supports calling C
functions and declaring C types on variables and class attributes. This functions and declaring C types on variables and class attributes. This
allows the compiler to generate very efficient C code from Cython code. 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 %prep
%setup -q -n Cython-%{version} %setup -q -n Cython-%{version}
# Fix non-executable scripts # Fix non-executable scripts