[121883] trunk/dports/python/py-cython/Portfile

stromnov at macports.org stromnov at macports.org
Thu Jul 10 07:52:03 PDT 2014


Revision: 121883
          https://trac.macports.org/changeset/121883
Author:   stromnov at macports.org
Date:     2014-07-10 07:52:03 -0700 (Thu, 10 Jul 2014)
Log Message:
-----------
py-cython: fix whitespaces

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

Modified: trunk/dports/python/py-cython/Portfile
===================================================================
--- trunk/dports/python/py-cython/Portfile	2014-07-10 14:47:40 UTC (rev 121882)
+++ trunk/dports/python/py-cython/Portfile	2014-07-10 14:52:03 UTC (rev 121883)
@@ -9,8 +9,8 @@
 version             0.20.2
 revision            0
 categories-append   devel
+platforms           darwin
 license             Apache-2
-platforms           darwin
 
 python.versions     24 25 26 27 31 32 33 34
 
@@ -51,11 +51,11 @@
         }
     }
 
-    depends_run             port:cython_select
-    test.run                no
+    depends_run         port:cython_select
+    test.run            no
 
-    select.group            cython
-    select.file             ${filespath}/cython${python.version}
+    select.group        cython
+    select.file         ${filespath}/cython${python.version}
 
     notes "
 To make the Python ${python.branch} version of Cython the one that is run\
@@ -63,6 +63,8 @@
 
 port select --set ${select.group} [file tail ${select.file}]
 "
+
+    livecheck.type      none
 } else {
     livecheck.type      regex
     livecheck.url       [lindex ${master_sites} 0]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140710/9b791557/attachment-0001.html>


More information about the macports-changes mailing list