[127202] trunk/dports/python

sean at macports.org sean at macports.org
Wed Oct 22 15:21:22 PDT 2014


Revision: 127202
          https://trac.macports.org/changeset/127202
Author:   sean at macports.org
Date:     2014-10-22 15:21:22 -0700 (Wed, 22 Oct 2014)
Log Message:
-----------
py-statprof: add new port for python profiling

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

Added: trunk/dports/python/py-statprof/Portfile
===================================================================
--- trunk/dports/python/py-statprof/Portfile	                        (rev 0)
+++ trunk/dports/python/py-statprof/Portfile	2014-10-22 22:21:22 UTC (rev 127202)
@@ -0,0 +1,31 @@
+# -*- 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-statprof
+version             0.1.2
+license             LGPL-2.1
+maintainers         nomaintainer
+description         Statistical profiling for Python
+long_description    This package provides a simple statistical profiler for Python.
+platforms           darwin
+supported_archs     noarch
+homepage            http://pypi.python.org/pypi/statprof
+master_sites        http://pypi.python.org/packages/source/s/statprof
+distname            statprof-${version}
+
+checksums           rmd160  f52c929dc5a9a942e3fc6c2281b823b59047c01d \
+                    sha256  adb8654edd5183e91e1538ee9112314f8129a52796bfa32cfa34b2f0e73295b4
+
+python.versions     27
+python.link_binaries_suffix
+
+if {${name} ne ${subport}} {
+    depends_build-append        port:py${python.version}-setuptools
+    livecheck.type              none
+} else {
+    livecheck.type              regex
+    livecheck.regex             {statprof/(\d+(?:\.\d+)*)}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141022/1075ac9f/attachment.html>


More information about the macports-changes mailing list