Revision: | 1.7 |
Committed: | Tue Aug 30 14:41:34 2011 UTC (13 years, 8 months ago) by lat |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.6: | +0 -0 lines |
State: | FILE REMOVED |
Log Message: | Remove old obsolete RPMs and patches. |
# | Content |
---|---|
1 | ### RPM external pyrex 0.9.3.1 |
2 | %define pythonv $(echo $PYTHON_VERSION | cut -d. -f 1,2) |
3 | ## INITENV +PATH PYTHONPATH %{i}/lib/python%{pythonv}/site-packages |
4 | ## INITENV +PATH PATH %{i}/bin |
5 | |
6 | Summary: A language for writing Python extension modules. |
7 | Group: Development/Libraries |
8 | Vendor: Greg Ewing <greg@cosc.canterbury.ac.nz> |
9 | Url: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ |
10 | Packager: Conrad Steenberg <conrad@hep.caltech.edu> |
11 | Source: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-%{v}.tar.gz |
12 | Requires: python |
13 | %prep |
14 | %setup -n Pyrex-%{v} |
15 | %build |
16 | python setup.py build |
17 | %install |
18 | python setup.py install --prefix=%i |