<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/14/2017 01:22 AM, Marius
      Schamschula wrote:<br>
    </div>
    <blockquote
      cite="mid:20170114002354.7884.99055@braeburn.macports.org"
      type="cite">
      <pre style="margin:0">Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
      <p><a moz-do-not-send="true"
href="https://github.com/macports/macports-ports/commit/34767d74a27ef02f00bde27cb79a762f46bd6b00">https://github.com/macports/macports-ports/commit/34767d74a27ef02f00bde27cb79a762f46bd6b00</a></p>
      <pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style="display:block; white-space:pre;color:#404040;">     new 34767d7  py-certbot 0.10.0: new port
</span>34767d7 is described below

<span style="display:block; white-space:pre;color:#808000;">commit 34767d74a27ef02f00bde27cb79a762f46bd6b00
</span>Author: Marius Schamschula <a class="moz-txt-link-rfc2396E" href="mailto:mps@macports.org"><mps@macports.org></a>
AuthorDate: Fri Jan 13 18:22:14 2017 -0600

<span style="display:block; white-space:pre;color:#404040;">    py-certbot 0.10.0: new port
</span><span style="display:block; white-space:pre;color:#404040;">    
</span><span style="display:block; white-space:pre;color:#404040;">    An ACME Let's Encrypt client that can obtain certs and extensibly
</span><span style="display:block; white-space:pre;color:#404040;">    update server configurations
</span>---
 python/py-certbot/Portfile | 48 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

<span style="display:block; white-space:pre;color:#808080;">diff --git a/python/py-certbot/Portfile b/python/py-certbot/Portfile
</span>new file mode 100644
<span style="display:block; white-space:pre;color:#808080;">index 0000000..8e3cb67
</span><span style="display:block; white-space:pre;background:#ffe0e0;">--- /dev/null
</span><span style="display:block; white-space:pre;background:#e0e0ff;">+++ b/python/py-certbot/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;">@@ -0,0 +1,48 @@
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+# -*- 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
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+PortSystem          1.0
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+PortGroup           github 1.0
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+PortGroup           python 1.0
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+github.setup        certbot certbot 0.10.0 v
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+name                py-certbot
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+categories-append   security
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+license             Apache-2
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+maintainers         mps openmaintainer
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+description         An ACME Let's Encrypt client that can obtain certs and extensibly \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                    update server configurations.
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+long_description    ${description}
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+platforms           darwin
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+homepage            <a class="moz-txt-link-freetext" href="https://letsencrypt.org/">https://letsencrypt.org/</a></span></pre>
    </blockquote>
    Why did you call this port py-certbot? This is meant to be used as a
    standalone tool and not as a python module. The port should use the
    name "certbot" and the maintainer should decide to use a single
    python version (only if really necessary, provide +pythonXY
    variants). Look at python tool ports like bzr, mercurial, and others
    for examples.<br>
    <br>
    Rainer
  </body>
</html>