[113714] trunk/dports/python/py-nltk/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:35:49 PST 2013


Revision: 113714
          https://trac.macports.org/changeset/113714
Author:   sean at macports.org
Date:     2013-11-23 08:35:49 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
py-nltk: remove 2.4 and 2.5 due to numpy update

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

Modified: trunk/dports/python/py-nltk/Portfile
===================================================================
--- trunk/dports/python/py-nltk/Portfile	2013-11-23 16:35:45 UTC (rev 113713)
+++ trunk/dports/python/py-nltk/Portfile	2013-11-23 16:35:49 UTC (rev 113714)
@@ -6,6 +6,7 @@
 
 name                py-nltk
 version             2.0.1rc1
+revision            1
 categories          python textproc
 platforms           darwin
 maintainers         gmail.com:stevenbird1
@@ -20,14 +21,12 @@
 checksums           sha1    4cd2b834875db6df2662a86a35f90d1e9bb8c1ce \
                     rmd160  2ae4a490b73a7d0dc49412a621ed8223761619ec
 
-python.versions     24 25 26 27
+python.versions     26 27
 
 if {$subport != $name} {
     depends_lib         port:py${python.version}-numpy \
-                        port:py${python.version}-yaml
-    if {${python.version} >= 26} {
-        depends_lib-append port:py${python.version}-matplotlib
-    }
+                        port:py${python.version}-yaml \
+                        port:py${python.version}-matplotlib
 
     post-destroot {
         set docdir ${destroot}${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/6b13fa77/attachment.html>


More information about the macports-changes mailing list