[129828] trunk/dports/python

hum at macports.org hum at macports.org
Sun Dec 21 00:12:17 PST 2014


Revision: 129828
          https://trac.macports.org/changeset/129828
Author:   hum at macports.org
Date:     2014-12-21 00:12:16 -0800 (Sun, 21 Dec 2014)
Log Message:
-----------
New port: py-word2vec @ 0.6.7 - Google word2vec python wrapper

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

Added: trunk/dports/python/py-word2vec/Portfile
===================================================================
--- trunk/dports/python/py-word2vec/Portfile	                        (rev 0)
+++ trunk/dports/python/py-word2vec/Portfile	2014-12-21 08:12:16 UTC (rev 129828)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-word2vec
+version             0.6.7
+categories-append   textproc
+maintainers         hum openmaintainer
+license             Apache-2
+platforms           darwin
+
+description         Google word2vec python wrapper
+long_description    ${description}
+
+homepage            https://github.com/danielfrg/word2vec/
+master_sites        https://pypi.python.org/packages/source/w/word2vec/
+
+distname            word2vec-${version}
+
+python.versions     27 34
+
+if {${name} ne ${subport}} {
+    checksums           rmd160  dfb88e8e503f2c3e3d40aec8840c6374a4aa3804 \
+                        sha256  ebc6989f7bc0ec7f0c7c5aed4dceaad193cf4df8fb321585d05dcdb94c634b4b
+
+    depends_build-append  port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-numpy
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       [lindex ${master_sites} 0]
+    livecheck.regex     "word2vec-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141221/0c8212c6/attachment.html>


More information about the macports-changes mailing list