Magellan Linux

Contents of /branches/R11-unstable/extras/numpy/numpy-1.10.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32544 - (show annotations) (download)
Mon Apr 29 13:06:57 2019 UTC (5 years ago) by niro
File size: 507 byte(s)
-release branches/R11-unstable
1 # $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 DEPEND=">= dev-python/python2-${PNAME}-1"
25 }