# Template file for 'python-sympy' pkgname=python-sympy version=1.1 revision=1 noarch=yes wrksrc="sympy-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python-mpmath" pycompile_module="sympy" short_desc="Computer algebra system for Python2" maintainer="Alessio Sergi " homepage="http://sympy.org/" license="3-clause-BSD" distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz" checksum=e42d7b8cc719bb0427b503d49f8489ec6292c74957c3bd04216a8392bee37782 alternatives=" sympy:isympy:/usr/bin/isympy2 sympy:isympy.1:/usr/share/man/man1/isympy2.1" post_install() { # create versioned man pages mv ${DESTDIR}/usr/share/man/man1/isympy{,2}.1 vman doc/man/isympy.1 isympy3.1 vlicense LICENSE } python3-sympy_package() { alternatives=" sympy:isympy:/usr/bin/isympy3 sympy:isympy.1:/usr/share/man/man1/isympy3.1" noarch=yes depends="python3-mpmath" pycompile_module="sympy" replaces="python3.4-sympy>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/bin/isympy3 vmove usr/lib/python3* vmove usr/share/man/man1/isympy3.1 vlicense LICENSE } } python3.4-sympy_package() { noarch=yes build_style=meta short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" depends="python3-sympy>=${version}_${revision}" }