Magellan Linux

Annotation of /branches/magellan-next/extras/numpy/numpy-1.6.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8679 - (hide annotations) (download)
Wed Jul 27 18:48:09 2011 UTC (12 years, 10 months ago) by niro
File size: 529 byte(s)
-rebuild against fixed python
1 niro 8679 # $Id$
2    
3     PNAME="numpy"
4     PVER="1.6.0"
5     PBUILD="r2"
6    
7     PCATEGORIE="dev-python"
8    
9     DESCRIPTION="NumPy: array processing for numbers, strings, records, and objects."
10     HOMEPAGE="http://pypi.python.org/pypi/numpy"
11    
12     DEPEND=">= dev-lang/python-2.7"
13     SDEPEND=">= dev-python/setuptools-0.6"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude python
19    
20     SRC_URI=(
21     http://pypi.python.org/packages/source/${PNAME:0:1}/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"