[130959] trunk/dports/python

larryv at macports.org larryv at macports.org
Sat Jan 3 22:59:32 PST 2015


Revision: 130959
          https://trac.macports.org/changeset/130959
Author:   larryv at macports.org
Date:     2015-01-03 22:59:32 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
py-tracer: Create new port

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

Added: trunk/dports/python/py-tracer/Portfile
===================================================================
--- trunk/dports/python/py-tracer/Portfile	                        (rev 0)
+++ trunk/dports/python/py-tracer/Portfile	2015-01-04 06:59:32 UTC (rev 130959)
@@ -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-tracer
+version             0.3.2
+platforms           darwin
+supported_archs     noarch
+license             GPL-3+
+maintainers         nomaintainer
+
+description         A more flexible interface to sys.settrace
+long_description    A more flexible interface to sys.settrace(), \
+                    allowing chained trace hooks, prioritiziation \
+                    of hooks, or filtering out functions to ignore \
+                    for a specific hook.
+homepage            https://code.google.com/p/pytracer
+
+master_sites        https://pypi.python.org/packages/source/t/tracer
+distname            tracer-${version}
+checksums           rmd160  11cce959b338cab44e822ddfce1d3b0e85b1f72a \
+                    sha256  1ddb3f438ea5ab4180776e8bb8bfa857edf7f52264f6b8189bba2bafb1a7cae3
+
+python.versions     27 34
+
+if {${subport} ne ${name}} {
+    depends_build-append    port:py${python.version}-setuptools
+    livecheck.type          none
+} else {
+    livecheck.type          regex
+    livecheck.url           [lindex ${master_sites} 0]
+    livecheck.regex         {tracer-(\d(?:\.\d+)+)}
+}


Property changes on: trunk/dports/python/py-tracer/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/20150103/692ee952/attachment.html>


More information about the macports-changes mailing list