Magellan Linux

Diff of /smage/trunk/extras/numpy/numpy-1.15.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12943 by niro, Fri Nov 23 10:09:41 2018 UTC revision 12944 by niro, Fri Nov 23 10:12:32 2018 UTC
# Line 8  DESCRIPTION="NumPy: array processing for Line 8  DESCRIPTION="NumPy: array processing for
8  SDEPEND=">= dev-python/python2-setuptools-20  SDEPEND=">= dev-python/python2-setuptools-20
9   >= dev-python/python3-setuptools-20"   >= dev-python/python3-setuptools-20"
10    
11  SRCFILE="${PNAME}-${PVER}.zip"  SRCFILE="v${PVER}.tar.gz"
12    
13    SRC_URI=(
14     https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
15     mirror://${PNAME}/${SRCFILE}
16    )
17    
18  sminclude pypi  sminclude pypi
19    

Legend:
Removed from v.12943  
changed lines
  Added in v.12944