[114570] trunk/dports/python

hum at macports.org hum at macports.org
Tue Dec 10 07:18:13 PST 2013


Revision: 114570
          https://trac.macports.org/changeset/114570
Author:   hum at macports.org
Date:     2013-12-10 07:18:13 -0800 (Tue, 10 Dec 2013)
Log Message:
-----------
New port: py-gensim @ 0.8.8 - Python framework for fast Vector Space Modelling.

Added Paths:
-----------
    trunk/dports/python/py-gensim/
    trunk/dports/python/py-gensim/Portfile

Added: trunk/dports/python/py-gensim/Portfile
===================================================================
--- trunk/dports/python/py-gensim/Portfile	                        (rev 0)
+++ trunk/dports/python/py-gensim/Portfile	2013-12-10 15:18:13 UTC (rev 114570)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-gensim
+version             0.8.8
+categories-append   textproc
+maintainers         hum openmaintainer
+supported_archs     noarch
+
+description         Python framework for fast Vector Space Modelling
+
+long_description    Gensim is a Python library for topic modelling, document \
+                    indexing and similarity retrieval with large corpora. \
+                    Target audience is the natural language processing (NLP) and \
+                    information retrieval (IR) community.
+
+homepage            http://radimrehurek.com/gensim/
+platforms           darwin
+license             LGPL
+
+master_sites        https://pypi.python.org/packages/source/g/gensim/
+checksums           rmd160  a2e794ba9a4422c7dea96aba601193f58c98778b \
+                    sha256  398a2e7ba1aa47c946cbf49d3ac315bf640cfd9a64d341ee691325015a85b899
+
+distname            gensim-${version}
+
+python.versions     25 26 27
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-numpy \
+                        port:py${python.version}-scipy
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       [lindex ${master_sites} 0]
+    livecheck.regex     "gensim-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}


Property changes on: trunk/dports/python/py-gensim/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131210/a21426f9/attachment.html>


More information about the macports-changes mailing list