contrib/numeric/Pkgfile

16 lines
431 B
Plaintext
Raw Normal View History

# Description: Numeric Python Library.
2020-07-12 20:48:11 +02:00
# URL: https://numeric.scipy.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: python
name=numeric
version=24.2
release=1
2011-01-10 18:37:04 +01:00
source=(http://downloads.sourceforge.net/project/numpy/Old%20Numeric/$version/Numeric-$version.tar.gz)
build() {
cd Numeric-$version
/usr/bin/python setup.py install --root=$PKG
}