Compare commits
8 commits
rawhide
...
Cython-0_1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d2fa9318b | ||
|
|
ef09522485 | ||
|
|
9b046b6405 | ||
|
|
2db25af2e2 | ||
|
|
37ee66021c | ||
|
|
7d466bae96 | ||
|
|
bd4df13126 | ||
|
|
74bbbf9f0a |
4 changed files with 50 additions and 7 deletions
|
|
@ -1 +1 @@
|
||||||
Cython-0.9.6.13.1.tar.gz
|
Cython-0.10.3.tar.gz
|
||||||
|
|
|
||||||
52
Cython.spec
52
Cython.spec
|
|
@ -1,9 +1,10 @@
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
|
||||||
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.9.6.13.1
|
Version: 0.11
|
||||||
Release: 3%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
|
|
@ -14,7 +15,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: python-devel python-setuptools
|
BuildRequires: python-devel python-setuptools
|
||||||
Requires: python
|
Requires: python
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a development version of Pyrex, a language
|
This is a development version of Pyrex, a language
|
||||||
|
|
@ -44,18 +44,60 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{__python} runtests.py -x numpy
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/cython
|
%{_bindir}/cython
|
||||||
%{python_sitelib}/Cython
|
%{python_sitearch}/Cython
|
||||||
|
%{python_sitearch}/cython.py*
|
||||||
|
%{python_sitearch}/pyximport
|
||||||
%if 0%{?fedora} >= 9
|
%if 0%{?fedora} >= 9
|
||||||
%{python_sitelib}/Cython*egg-info
|
%{python_sitearch}/Cython*egg-info
|
||||||
%endif
|
%endif
|
||||||
%doc *.txt Demos Doc Tools
|
%doc *.txt Demos Doc Tools
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 14 2009 Neal Becker <ndbecker2@gmail.com> - 0.11-2
|
||||||
|
- Missed cython.py*
|
||||||
|
|
||||||
|
* Sat Mar 14 2009 Neal Becker <ndbecker2@gmail.com> - 0.11-1
|
||||||
|
- Update to 0.11
|
||||||
|
- Exclude numpy from tests so we don't have to BR it
|
||||||
|
|
||||||
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Dec 17 2008 Neal Becker <ndbecker2@gmail.com> - 0.10.3-1
|
||||||
|
- Update to 0.10.3
|
||||||
|
|
||||||
|
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.10.2-2
|
||||||
|
- Rebuild for Python 2.6
|
||||||
|
|
||||||
|
* Mon Dec 1 2008 Neal Becker <ndbecker2@gmail.com> - 0.10.2-1
|
||||||
|
- Update to 0.10.2
|
||||||
|
|
||||||
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.10.1-2
|
||||||
|
- Rebuild for Python 2.6
|
||||||
|
|
||||||
|
* Wed Nov 19 2008 Neal Becker <ndbecker2@gmail.com> - 0.10.1-1
|
||||||
|
- Update to 0.10.1
|
||||||
|
|
||||||
|
* Sun Nov 9 2008 Neal Becker <ndbecker2@gmail.com> - 0.10-3
|
||||||
|
- Fix typo
|
||||||
|
|
||||||
|
* Sun Nov 9 2008 Neal Becker <ndbecker2@gmail.com> - 0.10-1
|
||||||
|
- Update to 0.10
|
||||||
|
|
||||||
|
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-2
|
||||||
|
- Install into python_sitearch
|
||||||
|
- Add %%check
|
||||||
|
|
||||||
|
* Fri Jun 13 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-1
|
||||||
|
- Update to 0.9.8
|
||||||
|
|
||||||
* Mon Apr 14 2008 José Matos <jamatos[AT]fc.up.pt> - 0.9.6.13.1-3
|
* Mon Apr 14 2008 José Matos <jamatos[AT]fc.up.pt> - 0.9.6.13.1-3
|
||||||
- Remove remaining --record.
|
- Remove remaining --record.
|
||||||
- Add more documentation (Doc and Tools).
|
- Add more documentation (Doc and Tools).
|
||||||
|
|
|
||||||
1
branch
Normal file
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
F-9
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
b84818d4cfcec68e6dfb71187e9f0b4b Cython-0.9.6.13.1.tar.gz
|
2a6cd318e642f3c166bdd2ac6a9a2d9d Cython-0.11.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue