Info2: << Package: sympy-py%type_pkg[python] Version: 0.6.4 Revision: 1 Maintainer: Lev Givon Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5 Type: python (2.4 2.5 2.6) Depends: python%type_pkg[python] Source: http://sympy.googlecode.com/files/sympy-%v.tar.gz Source-MD5: 5b1c4f76d5b7e1477c852a0ec2201092 CompileScript: << %p/bin/python%type_raw[python] setup.py build << InstallScript: << %p/bin/python%type_raw[python] setup.py install --root %d mv %i/bin/isympy %i/bin/isympy%type_pkg[python] mv %i/share/man/man1/isympy.1 %i/share/man/man1/isympy-py%type_pkg[python].1 << PostInstScript: << update-alternatives --install %p/bin/isympy isympy %p/bin/isympy%type_pkg[python] %type_pkg[python] --slave %p/share/man/man1/isympy.1 isympy.1 %p/share/man/man1/isympy-py%type_pkg[python].1 echo "" echo "The script 'isympy' installed in %p/bin/ is a symlink" echo "automatically updated by the update-alternatives utility." echo "If you install multiple flavors of the sympy package the" echo "symlink will point to the higher flavor by default." << PreRmScript:<< if [ $1 != "upgrade" ]; then update-alternatives --remove isympy %p/bin/isympy%type_pkg[python] fi << License: BSD HomePage: http://sympy.googlecode.com DocFiles: README LICENSE TODO examples/* Description: Python library for symbolic mathematics DescDetail: << SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for plotting support. << <<