Revision
120675
Author
hum@macports.org
Date
2014-06-05 06:36:47 -0700 (Thu, 05 Jun 2014)

Log Message

py-gensim: update to 0.10.0; add support fo python33+.

Modified Paths

Diff

Modified: trunk/dports/python/py-gensim/Portfile (120674 => 120675)


--- trunk/dports/python/py-gensim/Portfile	2014-06-05 13:30:45 UTC (rev 120674)
+++ trunk/dports/python/py-gensim/Portfile	2014-06-05 13:36:47 UTC (rev 120675)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-gensim
-version             0.9.1
+version             0.10.0
 categories-append   textproc
 maintainers         hum openmaintainer
 supported_archs     noarch
@@ -22,12 +22,12 @@
 license             LGPL
 
 master_sites        https://pypi.python.org/packages/source/g/gensim/
-checksums           rmd160  bcb11362c9a1109682628c83ba19c645eeeba26c \
-                    sha256  566c2e43b3879f2e74fed851c10babd360957158b83ae72cddfd2b7ae2101dcc
+checksums           rmd160  ed3774d41eeb6348b0b57020a53271962d67f45e \
+                    sha256  99d9a5155415d7381f3cbe73c77c371f02b722379b736024bed9e940ed6456a9
 
 distname            gensim-${version}
 
-python.versions     26 27
+python.versions     26 27 33 34
 # Note: python 2.5 or earlier is not supported according to py-numpy.
 
 if {${name} ne ${subport}} {