Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12944 - (show annotations) (download)
Fri Nov 23 10:12:32 2018 UTC (5 years, 5 months ago) by niro
File size: 633 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="v${PVER}.tar.gz"
12
13 SRC_URI=(
14 https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
15 mirror://${PNAME}/${SRCFILE}
16 )
17
18 sminclude pypi
19
20 # generate a fake SPLIT_PACKAGE for transition
21 SPLIT_PACKAGES+=" ${PNAME}"
22
23 split_info_numpy()
24 {
25 PVER="9999"
26 PKGTYPE="virtual"
27
28 DESCRIPTION="Transitional package for python2-${PNAME}."
29 HOMEPAGE="http://www.magellan-linux.de/"
30
31 DEPEND=">= dev-python/python-${PNAME}-1"
32 }