[146471] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Mar 9 03:25:01 PST 2016


Revision: 146471
          https://trac.macports.org/changeset/146471
Author:   stromnov at macports.org
Date:     2016-03-09 03:25:01 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
py-locket: new port

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

Added: trunk/dports/python/py-locket/Portfile
===================================================================
--- trunk/dports/python/py-locket/Portfile	                        (rev 0)
+++ trunk/dports/python/py-locket/Portfile	2016-03-09 11:25:01 UTC (rev 146471)
@@ -0,0 +1,34 @@
+# -*- 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-locket
+version             0.2.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         File-based locks for Python.
+long_description    ${description}
+
+homepage            http://github.com/mwilliamson/locket.py
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  73636095d813c43913a48b3c87e134e85216601a \
+                    sha256  1fee63c1153db602b50154684f5725564e63a0f6d09366a1cb13dffcec179fb4
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-locket/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/20160309/270c9381/attachment-0001.html>


More information about the macports-changes mailing list