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

stromnov at macports.org stromnov at macports.org
Thu Dec 15 03:21:15 PST 2011


Revision: 87991
          http://trac.macports.org/changeset/87991
Author:   stromnov at macports.org
Date:     2011-12-15 03:21:12 -0800 (Thu, 15 Dec 2011)
Log Message:
-----------
py-sympy: skip livecheck for py24-sympy subport

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

Modified: trunk/dports/python/py-sympy/Portfile
===================================================================
--- trunk/dports/python/py-sympy/Portfile	2011-12-15 11:09:35 UTC (rev 87990)
+++ trunk/dports/python/py-sympy/Portfile	2011-12-15 11:21:12 UTC (rev 87991)
@@ -76,4 +76,9 @@
 
 }
 
-livecheck.regex     "sympy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+
+if {$subport == "py24-sympy"} {
+    livecheck.type  none
+} else {
+    livecheck.regex     "sympy-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111215/ad2c8c91/attachment.html>


More information about the macports-changes mailing list