[66117] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Apr 5 21:54:57 PDT 2010


Revision: 66117
          http://trac.macports.org/changeset/66117
Author:   jmr at macports.org
Date:     2010-04-05 21:54:56 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------
py*-paramiko: noarch

Modified Paths:
--------------
    trunk/dports/python/py-paramiko/Portfile
    trunk/dports/python/py25-paramiko/Portfile
    trunk/dports/python/py26-paramiko/Portfile

Modified: trunk/dports/python/py-paramiko/Portfile
===================================================================
--- trunk/dports/python/py-paramiko/Portfile	2010-04-06 04:54:43 UTC (rev 66116)
+++ trunk/dports/python/py-paramiko/Portfile	2010-04-06 04:54:56 UTC (rev 66117)
@@ -7,6 +7,9 @@
 version           1.7.6
 categories        python net security
 platforms         darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 maintainers       jwa openmaintainer
 
 description       python library for making SSH2 connections
@@ -31,8 +34,6 @@
   file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
 }
 
-universal_variant no
-
 livecheck.type    regex
 livecheck.url     ${homepage}
 livecheck.regex   {paramiko ([0-9]+\.[0-9]+\.[0-9]+)}

Modified: trunk/dports/python/py25-paramiko/Portfile
===================================================================
--- trunk/dports/python/py25-paramiko/Portfile	2010-04-06 04:54:43 UTC (rev 66116)
+++ trunk/dports/python/py25-paramiko/Portfile	2010-04-06 04:54:56 UTC (rev 66117)
@@ -8,6 +8,9 @@
 version           1.7.6
 categories        python net security
 platforms         darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 maintainers       jwa openmaintainer
 
 description       python library for making SSH2 connections
@@ -32,8 +35,6 @@
   file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
 }
 
-universal_variant no
-
 livecheck.type    regex
 livecheck.url     ${homepage}
 livecheck.regex   {paramiko (\d+(?:\.\d+)*)}

Modified: trunk/dports/python/py26-paramiko/Portfile
===================================================================
--- trunk/dports/python/py26-paramiko/Portfile	2010-04-06 04:54:43 UTC (rev 66116)
+++ trunk/dports/python/py26-paramiko/Portfile	2010-04-06 04:54:56 UTC (rev 66117)
@@ -7,6 +7,9 @@
 version           1.7.6
 categories        python net security
 platforms         darwin
+if {[info exists supported_archs]} {
+    supported_archs noarch
+}
 maintainers       jwa openmaintainer
 
 description       python library for making SSH2 connections
@@ -31,8 +34,6 @@
   file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
 }
 
-universal_variant no
-
 livecheck.type    regex
 livecheck.url     ${homepage}
 livecheck.regex   {paramiko (\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100405/030cfa22/attachment.html>


More information about the macports-changes mailing list