Ticket #32464: Portfile

File Portfile, 1.0 KB (added by sognat@…, 12 years ago)

SymPy Portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           python25 1.0
6
7name                py-sympy
8version             0.7.1
9categories          python
10platforms           darwin
11maintainers         nomaintainer
12homepage            http://sympy.org
13description         Sympy is a Python library for symbolic mathematics
14long_description    SymPy is a Python library for symbolic mathematics. \
15                    It aims to become a full-featured computer algebra \
16                    system (CAS) while keeping the code as simple as \
17                    possible in order to be comprehensible and easily \
18                    extensible.
19
20master_sites        googlecode:sympy
21distname            sympy-${version}
22checksums           md5     3847b5ed5c1531bf3c1b849dc2337253 \
23                    sha1    b8609cc7e08d2883f96526ee8a4afdc90d77b911 \
24                    rmd160  ba6f95435d72708a12e4c4285d82d5e51d38bce4