void-packages/srcpkgs/python-scipy/template
Alessio Sergi 0205d22afa python-scipy: rebuild for Python 3.5
Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
2016-10-17 18:56:09 +02:00

40 lines
1.1 KiB
Bash

# Template file for 'python-scipy'
pkgname=python-scipy
version=0.18.1
revision=2
wrksrc="scipy-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools 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="http://www.scipy.org/"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz"
checksum=8ab6e9c808bf2fb3e8576cd8cf07226d9cdc18b012c06d9708429a821ac6634e
export FFLAGS="-fPIC"
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}"
}