[133353] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Thu Feb 26 15:44:05 PST 2015
Revision: 133353
https://trac.macports.org/changeset/133353
Author: stromnov at macports.org
Date: 2015-02-26 15:44:05 -0800 (Thu, 26 Feb 2015)
Log Message:
-----------
py-funcsigs: new port
Added Paths:
-----------
trunk/dports/python/py-funcsigs/
trunk/dports/python/py-funcsigs/Portfile
Added: trunk/dports/python/py-funcsigs/Portfile
===================================================================
--- 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
___________________________________________________________________
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/20150226/02963dc3/attachment.html>
More information about the macports-changes
mailing list