[127895] trunk/dports/python

hum at macports.org hum at macports.org
Thu Nov 6 06:12:59 PST 2014


Revision: 127895
          https://trac.macports.org/changeset/127895
Author:   hum at macports.org
Date:     2014-11-06 06:12:59 -0800 (Thu, 06 Nov 2014)
Log Message:
-----------
New port: py-sumy @ 0.3.0 - Module for automatic summarization of text documents and HTML pages

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

Added: trunk/dports/python/py-sumy/Portfile
===================================================================
--- trunk/dports/python/py-sumy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-sumy/Portfile	2014-11-06 14:12:59 UTC (rev 127895)
@@ -0,0 +1,40 @@
+# -*- 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
+
+set real_name       sumy
+name                py-${real_name}
+version             0.3.0
+categories-append   textproc
+platforms           darwin
+supported_archs     noarch
+license             Apache-2
+maintainers         hum openmaintainer
+
+description         Module for automatic summarization of text documents and HTML pages
+
+long_description    ${description}
+
+homepage            https://github.com/miso-belica/sumy
+master_sites        https://pypi.python.org/packages/source/s/${real_name}/
+distname            ${real_name}-${version}
+use_zip             yes
+
+checksums           rmd160  081d45a1d5aca397667aeabcc0e6d65d375fc345 \
+                    sha256  f0755f044118fe95a7c5e01dae973a2a894b1a5975b7bb7a7e73e63faad8ab9c
+
+python.versions     26 27 32 33 34
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-docopt \
+                        port:py${python.version}-breadability \
+                        port:py${python.version}-nltk
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       [lindex ${master_sites} 0]
+    livecheck.regex     "${real_name}-(\\d+(?:\\.\\d+)*(-p\\d+)?)${extract.suffix}"
+}


Property changes on: trunk/dports/python/py-sumy/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/20141106/218c26c5/attachment.html>


More information about the macports-changes mailing list