[136297] trunk/dports/math/libsvm/Portfile
hum at macports.org
hum at macports.org
Thu May 14 04:01:26 PDT 2015
Revision: 136297
https://trac.macports.org/changeset/136297
Author: hum at macports.org
Date: 2015-05-14 04:01:25 -0700 (Thu, 14 May 2015)
Log Message:
-----------
libsvm: remove obsolete python variants and set default_variant +python27
Modified Paths:
--------------
trunk/dports/math/libsvm/Portfile
Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile 2015-05-14 11:00:53 UTC (rev 136296)
+++ trunk/dports/math/libsvm/Portfile 2015-05-14 11:01:25 UTC (rev 136297)
@@ -6,7 +6,7 @@
name libsvm
epoch 3
version 3.20
-revision 1
+revision 2
categories math
maintainers hum openmaintainer
license BSD
@@ -71,27 +71,11 @@
}
}
-# 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 python26 description {Install Python 2.6 interface} {
- depends_lib-append port:python26
- post-destroot { install_py 2.6 }
-}
-
variant python27 description {Install Python 2.7 interface} {
depends_lib-append port:python27
post-destroot { install_py 2.7 }
}
-variant python33 description {Install Python 3.3 interface} {
- depends_lib-append port:python33
- post-destroot { install_py 3.3 }
-}
-
variant python34 description {Install Python 3.4 interface} {
depends_lib-append port:python34
post-destroot { install_py 3.4 }
@@ -125,7 +109,7 @@
}
}
-default_variants +java +tools
+default_variants +java +python27 +tools
livecheck.type regex
livecheck.regex {Version ([0-9.]+) }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150514/29fa2d9d/attachment-0001.html>
More information about the macports-changes
mailing list