[130102] trunk/dports/math/libsvm/Portfile

larryv at macports.org larryv at macports.org
Fri Dec 26 19:24:51 PST 2014


Revision: 130102
          https://trac.macports.org/changeset/130102
Author:   larryv at macports.org
Date:     2014-12-26 19:24:51 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
libsvm: Remove Python 2.4, 2.5, 3.1, 3.2 variants

Modified Paths:
--------------
    trunk/dports/math/libsvm/Portfile

Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile	2014-12-27 03:15:58 UTC (rev 130101)
+++ trunk/dports/math/libsvm/Portfile	2014-12-27 03:24:51 UTC (rev 130102)
@@ -6,6 +6,7 @@
 name                libsvm
 epoch               3
 version             3.20
+revision            1
 categories          math
 maintainers         hum openmaintainer
 license             BSD
@@ -70,16 +71,12 @@
     }
 }
 
-variant python24 description {Install Python 2.4 interface} {
-    depends_lib-append  port:python24
-    post-destroot { install_py 2.4 }
-}
+# TODO: Remove after 2015-12-26.
+variant python24 requires python27 description {Legacy variant} {}
+variant python25 requires python27 description {Legacy variant} {}
+variant python31 requires python34 description {Legacy variant} {}
+variant python32 requires python34 description {Legacy variant} {}
 
-variant python25 description {Install Python 2.5 interface} {
-    depends_lib-append  port:python25
-    post-destroot { install_py 2.5 }
-}
-
 variant python26 description {Install Python 2.6 interface} {
     depends_lib-append  port:python26
     post-destroot { install_py 2.6 }
@@ -90,16 +87,6 @@
     post-destroot { install_py 2.7 }
 }
 
-variant python31 description {Install Python 3.1 interface} {
-    depends_lib-append  port:python31
-    post-destroot { install_py 3.1 }
-}
-
-variant python32 description {Install Python 3.2 interface} {
-    depends_lib-append  port:python32
-    post-destroot { install_py 3.2 }
-}
-
 variant python33 description {Install Python 3.3 interface} {
     depends_lib-append  port:python33
     post-destroot { install_py 3.3 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141226/2bc0f33d/attachment.html>


More information about the macports-changes mailing list