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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py-sympy |
---|
8 | version 0.7.1 |
---|
9 | categories python |
---|
10 | platforms darwin |
---|
11 | maintainers nomaintainer |
---|
12 | homepage http://sympy.org |
---|
13 | description Sympy is a Python library for symbolic mathematics |
---|
14 | long_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 | |
---|
20 | master_sites googlecode:sympy |
---|
21 | distname sympy-${version} |
---|
22 | checksums md5 3847b5ed5c1531bf3c1b849dc2337253 \ |
---|
23 | sha1 b8609cc7e08d2883f96526ee8a4afdc90d77b911 \ |
---|
24 | rmd160 ba6f95435d72708a12e4c4285d82d5e51d38bce4 |
---|