[62566] trunk/dports/python/py-sympy/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jan 11 01:31:04 PST 2010


Revision: 62566
          http://trac.macports.org/changeset/62566
Author:   stromnov at macports.org
Date:     2010-01-11 01:31:01 -0800 (Mon, 11 Jan 2010)
Log Message:
-----------
py-sympy: sync with py26-sympy port layout

Modified Paths:
--------------
    trunk/dports/python/py-sympy/Portfile

Modified: trunk/dports/python/py-sympy/Portfile
===================================================================
--- trunk/dports/python/py-sympy/Portfile	2010-01-11 09:20:59 UTC (rev 62565)
+++ trunk/dports/python/py-sympy/Portfile	2010-01-11 09:31:01 UTC (rev 62566)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -7,18 +8,19 @@
 version             0.6.6
 categories          python math
 maintainers         stromnov openmaintainer
-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 \
+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        http://sympy.googlecode.com/files
+master_sites        googlecode:sympy
 
 checksums           md5     aa7be690a1df7e7415fe968f5e076733 \
                     sha1    aad5f919552a4e3710baee83ef0b2573d1950881 \
@@ -27,7 +29,9 @@
 post-destroot {
     file delete ${destroot}${prefix}/bin/test ${destroot}${prefix}/bin/doctest
     move ${destroot}${prefix}/bin/isympy \
-         ${destroot}${prefix}/bin/isympy2.4
+         ${destroot}${prefix}/bin/isympy${python.branch}
     move ${destroot}${prefix}/share/man/man1/isympy.1 \
-         ${destroot}${prefix}/share/man/man1/isympy2.4.1
+         ${destroot}${prefix}/share/man/man1/isympy${python.branch}.1
 }
+
+livecheck.regex     "sympy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100111/399db7fa/attachment.html>


More information about the macports-changes mailing list