Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Rings:2-TestDVD
python3-Cython
python3-Cython.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3-Cython.spec of Package python3-Cython
# # spec file for package python3-Cython # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python3-Cython Version: 0.23 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0 Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz Source1: python3-Cython-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-xml Requires: python3-xml Requires(post): update-alternatives Requires(postun): update-alternatives %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 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} sed -i "s|^#!.*||" Cython/Debugger/{libpython,Cygdb}.py cython.py # Fix non-executable scripts # Fix EOL encoding sed -i "s|\r||" Demos/callback/{README.txt,cheesefinder.h} Demos/embed/Makefile.{unix,msc.static} Doc/primes.c # Fix EOL encoding %build CFLAGS="%{optflags}" python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} # Prepare for update-alternatives usage mkdir -p %{buildroot}%{_sysconfdir}/alternatives for p in cython cythonize cygdb ; do mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/$p-%{py3_ver} ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p # create a dummy target for /etc/alternatives/$p touch %{buildroot}%{_sysconfdir}/alternatives/$p done %fdupes -s %{buildroot}%{python3_sitearch} %{buildroot}%{_docdir} rm -rf %{buildroot}%{python3_sitearch}/__pycache__/ %post "%_sbindir/update-alternatives" \ --install %{_bindir}/cython cython %{_bindir}/cython-%{py3_ver} 30 \ --slave %{_bindir}/cythonize cythonize %{_bindir}/cythonize-%{py3_ver} \ --slave %{_bindir}/cygdb cygdb %{_bindir}/cygdb-%{py3_ver} %postun if [ $1 -eq 0 ] ; then "%_sbindir/update-alternatives" --remove cython %{_bindir}/cython-%{py3_ver} fi %if 0%{?suse_version} != 1315 && 0%{?suse_version} != 1320 %check python3 runtests.py -vv %endif %files %defattr(-,root,root,-) %doc COPYING.txt LICENSE.txt README.txt ToDo.txt USAGE.txt Doc Demos %{_bindir}/cygdb %{_bindir}/cython %{_bindir}/cythonize %{_bindir}/cygdb-%{py3_ver} %{_bindir}/cython-%{py3_ver} %{_bindir}/cythonize-%{py3_ver} %ghost %{_sysconfdir}/alternatives/cygdb %ghost %{_sysconfdir}/alternatives/cython %ghost %{_sysconfdir}/alternatives/cythonize %{python3_sitearch}/Cython/ %{python3_sitearch}/Cython-%{version}-py*.egg-info %{python3_sitearch}/cython.py* %{python3_sitearch}/pyximport/ %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor