[115128] trunk/dports/python

g5pw at macports.org g5pw at macports.org
Wed Dec 25 03:24:55 PST 2013


Revision: 115128
          https://trac.macports.org/changeset/115128
Author:   g5pw at macports.org
Date:     2013-12-25 03:24:55 -0800 (Wed, 25 Dec 2013)
Log Message:
-----------
python/py-chronic:
  new port

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

Added: trunk/dports/python/py-chronic/Portfile
===================================================================
--- trunk/dports/python/py-chronic/Portfile	                        (rev 0)
+++ trunk/dports/python/py-chronic/Portfile	2013-12-25 11:24:55 UTC (rev 115128)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; 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           github 1.0
+PortGroup           python 1.0
+
+github.setup        davidcrawford chronic 0.3.1
+name                py-${name}
+maintainers         g5pw openmaintainer
+categories-append   devel
+description         Chronic is halfway between a simple timer and a profiler.
+long_description    ${description}  Add decorators or wrap code in with \
+                    statements to get the execution time. Chronic keeps track \
+                    of the call hierarchy to tell you what timed blocks executed \
+                    within other timed blocks. Attach an event listener to log \
+                    your timings however you want.
+platforms           darwin
+license             MIT
+
+python.versions     27 33 34
+
+if { $subport ne $name } {
+    checksums           rmd160  4320705a0656fad02dfa4a73bdc044bbb1c593f2 \
+                        sha256  098a3bb7e5b9140ecad4a49fa4fadaa5c9b937fa8abd901133294bf85a2579cd
+
+    livecheck.type      none
+}


Property changes on: trunk/dports/python/py-chronic/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/20131225/e32dc87c/attachment.html>


More information about the macports-changes mailing list