Added: trunk/dports/python/py-funcsigs/Portfile (0 => 133353)
--- trunk/dports/python/py-funcsigs/Portfile (rev 0)
+++ trunk/dports/python/py-funcsigs/Portfile 2015-02-26 23:44:05 UTC (rev 133353)
@@ -0,0 +1,36 @@
+# -*- 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-funcsigs
+version 0.4
+revision 0
+categories-append devel
+platforms darwin
+license Apache
+supported_archs noarch
+
+python.versions 27
+
+maintainers stromnov openmaintainer
+
+description Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
+long_description ${description}
+
+homepage http://funcsigs.readthedocs.org/
+master_sites https://pypi.python.org/packages/source/f/funcsigs/
+
+distname funcsigs-${version}
+
+checksums rmd160 8c2f71e5442315cacad785df219938ed0f6a4180 \
+ sha256 d83ce6df0b0ea6618700fe1db353526391a8a3ada1b7aba52fed7a61da772033
+
+if {${name} ne ${subport}} {
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url https://pypi.python.org/pypi/funcsigs/json
+ livecheck.regex {funcsigs-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-funcsigs/Portfile
___________________________________________________________________