[133856] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Mar 13 02:19:12 PDT 2015


Revision: 133856
          https://trac.macports.org/changeset/133856
Author:   jmr at macports.org
Date:     2015-03-13 02:19:11 -0700 (Fri, 13 Mar 2015)
Log Message:
-----------
New port: py-snowballstemmer, stemmer algorithms in python

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

Added: trunk/dports/python/py-snowballstemmer/Portfile
===================================================================
--- trunk/dports/python/py-snowballstemmer/Portfile	                        (rev 0)
+++ trunk/dports/python/py-snowballstemmer/Portfile	2015-03-13 09:19:11 UTC (rev 133856)
@@ -0,0 +1,32 @@
+# -*- 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-snowballstemmer
+version             1.2.0
+platforms           darwin
+supported_archs     noarch
+license             BSD
+maintainers         nomaintainer
+
+description         This package provides 16 stemmer algorithms 15 Poerter English stemmer \
+                    generated from Snowball algorithms.
+long_description    ${description}
+
+homepage            https://github.com/shibukawa/snowball_py
+master_sites        https://pypi.python.org/packages/source/s/snowballstemmer
+distname            snowballstemmer-${version}
+
+checksums           rmd160 fe80dd91bf4d1c5c6df947959a117c5e918d7cfc \
+                    sha256 6d54f350e7a0e48903a4e3b6b2cabd1b43e23765fbc975065402893692954191
+
+python.versions     26 27 33 34
+
+if {$subport ne $name} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+}


Property changes on: trunk/dports/python/py-snowballstemmer/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/20150313/7b2762ab/attachment.html>


More information about the macports-changes mailing list