Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12942 - (show annotations) (download)
Fri Nov 23 10:07:12 2018 UTC (5 years, 10 months ago) by niro
File size: 537 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 sminclude pypi
13
14 # generate a fake SPLIT_PACKAGE for transition
15 SPLIT_PACKAGES+=" ${PNAME}"
16
17 split_info_numpy()
18 {
19 PVER="9999"
20 PKGTYPE="virtual"
21
22 DESCRIPTION="Transitional package for python2-${PNAME}."
23 HOMEPAGE="http://www.magellan-linux.de/"
24
25 DEPEND=">= dev-python/python-${PNAME}-1"
26 }