[127896] trunk/dports/python
hum at macports.org
hum at macports.org
Thu Nov 6 06:16:15 PST 2014
Revision: 127896
https://trac.macports.org/changeset/127896
Author: hum at macports.org
Date: 2014-11-06 06:16:14 -0800 (Thu, 06 Nov 2014)
Log Message:
-----------
New port: py-langid @ 20140819 - Stand-alone language identification system
Added Paths:
-----------
trunk/dports/python/py-langid/
trunk/dports/python/py-langid/Portfile
Added: trunk/dports/python/py-langid/Portfile
===================================================================
--- trunk/dports/python/py-langid/Portfile (rev 0)
+++ trunk/dports/python/py-langid/Portfile 2014-11-06 14:16:14 UTC (rev 127896)
@@ -0,0 +1,30 @@
+# -*- 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
+PortGroup github 1.0
+
+github.setup saffsd langid.py ab36af7d8c1d87fddafcf9a3e4f051cad05ca7fc
+name py-langid
+version 20140819
+categories-append textproc
+platforms darwin
+supported_archs noarch
+license BSD
+maintainers hum openmaintainer
+
+description Stand-alone language identification system
+
+long_description ${description}
+
+python.versions 26 27 32 33 34
+
+if {${name} ne ${subport}} {
+ checksums rmd160 03b9218a71048e9c1824b37b163db3ff4cea5568 \
+ sha256 cbd91ffe2bd6043dcecf9fc77c188bf552d6fc1e6d0b59cabda0983544aab93d
+
+ depends_lib-append port:py${python.version}-numpy
+
+ livecheck.type none
+}
Property changes on: trunk/dports/python/py-langid/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/52652c63/attachment.html>
More information about the macports-changes
mailing list