the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: sympy-py%type_pkg[python]
Version: 0.6.7
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: d73e0a5a128f38f930d566110f4b668b
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.
<<
<<