void-packages/srcpkgs/python-scipy/template
2017-10-30 23:23:34 +01:00

40 lines
1.1 KiB
Bash

# Template file for 'python-scipy'
pkgname=python-scipy
version=1.0.0
revision=1
wrksrc="scipy-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools
python-Cython python3-Cython gcc-fortran"
makedepends="python-devel python3-devel python-numpy python3-numpy lapack-devel"
depends="python-numpy"
pycompile_module="scipy"
short_desc="Scientific library for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://www.scipy.org/"
license="3-clause-BSD"
distfiles="https://github.com/scipy/scipy/archive/v${version}.tar.gz"
checksum=c423a4511684554958dab55f2877df78e765b44f8eef46d5425891d6ac3b49bc
LDFLAGS="-shared"
post_install() {
vlicense LICENSE.txt LICENSE
}
python3-scipy_package() {
replaces="python3.4-scipy>=0"
pycompile_module="scipy"
depends="python3-numpy"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
}
}
python3.4-scipy_package() {
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-scipy>=${version}_${revision}"
}