[62562] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Mon Jan 11 01:01:44 PST 2010
Revision: 62562
http://trac.macports.org/changeset/62562
Author: stromnov at macports.org
Date: 2010-01-11 01:01:40 -0800 (Mon, 11 Jan 2010)
Log Message:
-----------
py26-sympy: New port.
Added Paths:
-----------
trunk/dports/python/py26-sympy/
trunk/dports/python/py26-sympy/Portfile
Added: trunk/dports/python/py26-sympy/Portfile
===================================================================
--- trunk/dports/python/py26-sympy/Portfile (rev 0)
+++ trunk/dports/python/py26-sympy/Portfile 2010-01-11 09:01:40 UTC (rev 62562)
@@ -0,0 +1,36 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-sympy
+version 0.6.6
+categories python math
+maintainers stromnov openmaintainer
+
+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.
+
+platforms darwin
+distname sympy-${version}
+homepage http://code.google.com/p/sympy/
+master_sites googlecode:sympy
+
+checksums md5 aa7be690a1df7e7415fe968f5e076733 \
+ sha1 aad5f919552a4e3710baee83ef0b2573d1950881 \
+ rmd160 663671a544d47ff25df407a6168affe7b7b89767
+
+post-destroot {
+ ln -s ${python.prefix}/bin/isympy \
+ ${destroot}${prefix}/bin/isympy${python.branch}
+ ln -s ${python.prefix}/share/man/man1/isympy.1 \
+ ${destroot}${prefix}/share/man/man1/isympy${python.branch}.1
+}
+
+livecheck.regex "sympy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/python/py26-sympy/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100111/227a742e/attachment.html>
More information about the macports-changes
mailing list