[139365] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Aug 14 05:10:29 PDT 2015


Revision: 139365
          https://trac.macports.org/changeset/139365
Author:   stromnov at macports.org
Date:     2015-08-14 05:10:29 -0700 (Fri, 14 Aug 2015)
Log Message:
-----------
py-click-plugins: new port

Added Paths:
-----------
    trunk/dports/python/py-click-plugins/
    trunk/dports/python/py-click-plugins/Portfile

Added: trunk/dports/python/py-click-plugins/Portfile
===================================================================
--- trunk/dports/python/py-click-plugins/Portfile	                        (rev 0)
+++ trunk/dports/python/py-click-plugins/Portfile	2015-08-14 12:10:29 UTC (rev 139365)
@@ -0,0 +1,35 @@
+# -*- 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-plugins
+version             1.0
+revision            0
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         An extension module for click to enable registering CLI commands via setuptools entry-points.
+long_description    ${description}
+
+homepage            https://github.com/click-contrib/click-plugins
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  78352b4bafaa35808bd0375a064847ed8e67bfd4 \
+                    sha256  a6260de2625d70ee284b599a8f3096f30adb9b824b647c1234a901a920ae02bc
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-setuptools \
+                        port:py${python.version}-click
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-click-plugins/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/20150814/e92a20ae/attachment.html>


More information about the macports-changes mailing list