[115636] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Jan 7 01:55:21 PST 2014


Revision: 115636
          https://trac.macports.org/changeset/115636
Author:   stromnov at macports.org
Date:     2014-01-07 01:55:21 -0800 (Tue, 07 Jan 2014)
Log Message:
-----------
py-hiredis: new port

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

Added: trunk/dports/python/py-hiredis/Portfile
===================================================================
--- trunk/dports/python/py-hiredis/Portfile	                        (rev 0)
+++ trunk/dports/python/py-hiredis/Portfile	2014-01-07 09:55:21 UTC (rev 115636)
@@ -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-hiredis
+version             0.1.2
+revision            0
+categories-append   devel databases
+platforms           darwin
+license             BSD
+
+python.versions     27 33
+
+maintainers         stromnov openmaintainer
+
+description         Python wrapper for hiredis
+long_description    ${description}
+
+homepage            https://github.com/pietern/hiredis-py
+master_sites        https://pypi.python.org/packages/source/h/hiredis/
+
+distname            hiredis-${version}
+
+checksums           rmd160  959358f095fa6a3607895bf279cac45ea24f2244 \
+                    sha256  c44df954d9dcc9f57682bf8fabf172a112edf53ff35bb5ce8f8fff1b1985abb1
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {hiredis-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-hiredis/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/20140107/7e772f47/attachment.html>


More information about the macports-changes mailing list