[125102] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Sep 5 03:58:59 PDT 2014


Revision: 125102
          https://trac.macports.org/changeset/125102
Author:   stromnov at macports.org
Date:     2014-09-05 03:58:59 -0700 (Fri, 05 Sep 2014)
Log Message:
-----------
py-hat-trie: new port

Added Paths:
-----------
    trunk/dports/python/py-hat-trie/
    trunk/dports/python/py-hat-trie/Portfile

Added: trunk/dports/python/py-hat-trie/Portfile
===================================================================
--- trunk/dports/python/py-hat-trie/Portfile	                        (rev 0)
+++ trunk/dports/python/py-hat-trie/Portfile	2014-09-05 10:58:59 UTC (rev 125102)
@@ -0,0 +1,35 @@
+# -*- 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-hat-trie
+version             0.2
+revision            0
+categories-append   devel
+platforms           darwin
+license             MIT
+
+python.versions     27 33 34
+
+maintainers         stromnov openmaintainer
+
+description         HAT-Trie for Python.
+long_description    ${description}
+
+homepage            https://github.com/kmike/hat-trie/
+master_sites        http://pypi.python.org/packages/source/h/hat-trie/
+
+distname            hat-trie-${version}
+
+checksums           rmd160  766f84a5d7002ef2144440b0fc8932eec1d21857 \
+                    sha256  320f40f957273c5550725a9be09791b7cdb82d7ea151d68bf59237553c588f42
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {hat-trie-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-hat-trie/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/20140905/baf7b0c7/attachment.html>


More information about the macports-changes mailing list