Added: trunk/dports/python/py-yappi/Portfile (0 => 139512)
--- trunk/dports/python/py-yappi/Portfile (rev 0)
+++ trunk/dports/python/py-yappi/Portfile 2015-08-19 17:55:34 UTC (rev 139512)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python 1.0
+
+name py-yappi
+categories-append devel
+
+version 0.94
+revision 0
+
+license MIT
+
+platforms darwin
+maintainers openmaintainer adfernandes
+
+supported_archs noarch
+python.versions 27 34
+
+description Yet Another Python Profiler.
+long_description \
+ The CPython standard distribution comes with three profilers: cProfile, Profile and \
+ hotshot. The cProfile module is implemented as a C module based on lsprof, Profile \
+ is in pure Python, and the hotshot can be seen as a small subset of a cProfile. Unlike \
+ any of these profilers, however, yappi fully supports profiling multi-threaded programs.
+
+homepage https://bitbucket.org/sumerc/yappi
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
+distname ${python.rootname}-${version}
+
+checksums md5 a02c49efe783c4e31d6bbd805a37adec \
+ sha1 3a64499d0a60f144128020b1d000868465d39499 \
+ rmd160 52fbdea9892c3fc9187474b255163ef40a416f16
+
+if {$subport ne $name} {
+ livecheck.type none
+} else {
+ livecheck.type pypi
+}
Property changes on: trunk/dports/python/py-yappi/Portfile
___________________________________________________________________