[37594] trunk/dports/python

ram at macports.org ram at macports.org
Sat Jun 14 20:32:57 PDT 2008


Revision: 37594
          http://trac.macosforge.org/projects/macports/changeset/37594
Author:   ram at macports.org
Date:     2008-06-14 20:32:56 -0700 (Sat, 14 Jun 2008)

Log Message:
-----------
py-sympy/py25-sympy: new port, closes #15617

Added Paths:
-----------
    trunk/dports/python/py-sympy/
    trunk/dports/python/py-sympy/Portfile
    trunk/dports/python/py25-sympy/
    trunk/dports/python/py25-sympy/Portfile

Added: trunk/dports/python/py-sympy/Portfile
===================================================================
--- trunk/dports/python/py-sympy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-sympy/Portfile	2008-06-15 03:32:56 UTC (rev 37594)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python24 1.0
+
+name              py-sympy
+version           0.5.15
+categories        python math
+maintainers       nomaintainer
+platforms         darwin
+
+description       Python module for symbolic mathematics.
+long_description  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.
+
+distname          sympy-${version}
+homepage          http://code.google.com/p/sympy/
+master_sites      http://sympy.googlecode.com/files
+
+checksums         md5 b99d241464e2d3b3e5e7479965cb329f \
+                  sha1 cd329c1899d1a0d847fefeec9b136d3ebd45000c \
+                  rmd160 030bf156aff54f6be7d566462402caff7559896c
+
+post-destroot {
+  move ${destroot}${prefix}/bin/isympy \
+    ${destroot}${prefix}/bin/isympy2.4
+  move ${destroot}${prefix}/share/man/man1/isympy.1 \
+    ${destroot}${prefix}/share/man/man1/isympy2.4.1
+}


Property changes on: trunk/dports/python/py-sympy/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/python/py25-sympy/Portfile
===================================================================
--- trunk/dports/python/py25-sympy/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-sympy/Portfile	2008-06-15 03:32:56 UTC (rev 37594)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-sympy
+version           0.5.15
+categories        python math
+maintainers       nomaintainer
+platforms         darwin
+
+description       Python module for symbolic mathematics.
+long_description  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.
+
+distname          sympy-${version}
+homepage          http://code.google.com/p/sympy/
+master_sites      http://sympy.googlecode.com/files
+
+checksums         md5 b99d241464e2d3b3e5e7479965cb329f \
+                  sha1 cd329c1899d1a0d847fefeec9b136d3ebd45000c \
+                  rmd160 030bf156aff54f6be7d566462402caff7559896c
+
+post-destroot {
+  move ${destroot}${prefix}/bin/isympy \
+    ${destroot}${prefix}/bin/isympy2.5
+  move ${destroot}${prefix}/share/man/man1/isympy.1 \
+    ${destroot}${prefix}/share/man/man1/isympy2.5.1
+}


Property changes on: trunk/dports/python/py25-sympy/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080614/c138865a/attachment.htm 


More information about the macports-changes mailing list