Magellan Linux

Annotation of /smage/trunk/extras/numpy/numpy-1.10.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12939 - (hide annotations) (download)
Fri Nov 23 10:00:04 2018 UTC (5 years, 5 months ago) by niro
File size: 506 byte(s)
auto added: ver bump to 1.10.2-r2
1 niro 12876 # $Id$
2    
3     PNAME="numpy"
4     PVER="1.10.2"
5     PBUILD="r1"
6    
7     DESCRIPTION="NumPy: array processing for numbers, strings, records, and objects."
8     SDEPEND=">= dev-python/python2-setuptools-20
9     >= dev-python/python3-setuptools-20"
10    
11     sminclude pypi
12    
13     # generate a fake SPLIT_PACKAGE for transition
14     SPLIT_PACKAGES+=" ${PNAME}"
15    
16     split_info_numpy()
17     {
18     PVER="9999"
19     PKGTYPE="virtual"
20    
21     DESCRIPTION="Transitional package for python2-${PNAME}."
22     HOMEPAGE="http://www.magellan-linux.de/"
23    
24 niro 12939 DEPEND=">= dev-python/python-${PNAME}-1"
25 niro 12876 }