[130098] trunk/dports/math/liblinear/Portfile

larryv at macports.org larryv at macports.org
Fri Dec 26 19:10:47 PST 2014


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

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

Modified: trunk/dports/math/liblinear/Portfile
===================================================================
--- trunk/dports/math/liblinear/Portfile	2014-12-27 03:00:30 UTC (rev 130097)
+++ trunk/dports/math/liblinear/Portfile	2014-12-27 03:10:47 UTC (rev 130098)
@@ -5,6 +5,7 @@
 
 name                liblinear
 version             1.96
+revision            1
 categories          math
 maintainers         hum openmaintainer
 
@@ -58,16 +59,12 @@
         ${dest_py}
 }
 
-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 }
@@ -78,16 +75,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/5fe8a973/attachment-0001.html>


More information about the macports-changes mailing list