[125027] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Wed Sep 3 01:31:58 PDT 2014
Revision: 125027
https://trac.macports.org/changeset/125027
Author: stromnov at macports.org
Date: 2014-09-03 01:31:57 -0700 (Wed, 03 Sep 2014)
Log Message:
-----------
py-click: new port
Added Paths:
-----------
trunk/dports/python/py-click/
trunk/dports/python/py-click/Portfile
Added: trunk/dports/python/py-click/Portfile
===================================================================
--- trunk/dports/python/py-click/Portfile (rev 0)
+++ trunk/dports/python/py-click/Portfile 2014-09-03 08:31:57 UTC (rev 125027)
@@ -0,0 +1,39 @@
+# -*- 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-click
+version 3.2
+revision 0
+categories-append devel
+platforms darwin
+license BSD
+supported_archs noarch
+
+python.versions 27 33 34
+
+maintainers stromnov openmaintainer
+
+description A simple wrapper around optparse for powerful command line utilities.
+long_description ${description}
+
+homepage http://github.com/mitsuhiko/click
+master_sites http://pypi.python.org/packages/source/c/click/
+
+distname click-${version}
+
+checksums rmd160 bb0bd01fd2d559d76c79d5ed22f5ac0b304038a4 \
+ sha256 51106b31333604f20c9617bc290883e9b43ca156942dcca2afc21cfcc39ae6bc
+
+if {${name} ne ${subport}} {
+ depends_build-append \
+ port:py${python.version}-setuptools
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {click-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-click/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/20140903/5061dcb8/attachment-0001.html>
More information about the macports-changes
mailing list