Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12943 - (show annotations) (download)
Fri Nov 23 10:09:41 2018 UTC (5 years, 5 months ago) by niro
File size: 538 byte(s)
auto added: ver bump to 1.15.4-r1
1 # $Id$
2
3 PNAME="numpy"
4 PVER="1.15.4"
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 SRCFILE="${PNAME}-${PVER}.zip"
12
13 sminclude pypi
14
15 # generate a fake SPLIT_PACKAGE for transition
16 SPLIT_PACKAGES+=" ${PNAME}"
17
18 split_info_numpy()
19 {
20 PVER="9999"
21 PKGTYPE="virtual"
22
23 DESCRIPTION="Transitional package for python2-${PNAME}."
24 HOMEPAGE="http://www.magellan-linux.de/"
25
26 DEPEND=">= dev-python/python-${PNAME}-1"
27 }