Magellan Linux

Contents of /smage/branches/alx07x-stable/extras/numpy/numpy-1.15.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13622 - (show annotations) (download)
Fri Jul 12 12:08:54 2019 UTC (4 years, 9 months ago) by niro
File size: 703 byte(s)
-release branches/alx07x-stable
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 >= dev-python/python2-cython-0.29
11 >= dev-python/python3-cython-0.29"
12
13 SRCFILE="v${PVER}.tar.gz"
14
15 SRC_URI=(
16 https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
17 mirror://${PNAME}/${SRCFILE}
18 )
19
20 sminclude pypi
21
22 # generate a fake SPLIT_PACKAGE for transition
23 SPLIT_PACKAGES+=" ${PNAME}"
24
25 split_info_numpy()
26 {
27 PVER="9999"
28 PKGTYPE="virtual"
29
30 DESCRIPTION="Transitional package for python2-${PNAME}."
31 HOMEPAGE="http://www.magellan-linux.de/"
32
33 DEPEND=">= dev-python/python-${PNAME}-1"
34 }