<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a3f2542af400f63c284643feb0870f320c0a72e4">https://github.com/macports/macports-ports/commit/a3f2542af400f63c284643feb0870f320c0a72e4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a3f2542af400f63c284643feb0870f320c0a72e4
</span>Author: Steven Thomas Smith <s.t.smith@ieee.org>
AuthorDate: Sat Nov 30 10:00:24 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-cookies: add py3{89} subports
</span>---
 python/py-cookies/Portfile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cookies/Portfile b/python/py-cookies/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e34be54c210..52fc5724fc7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cookies/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cookies/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,27 +14,26 @@ license             MIT
</span> maintainers         {petr @petrrr} openmaintainer
 
 description         Friendly, RFC 6265-compliant cookie parser/renderer module
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    Python module for working with HTTP cookies: parsing and rendering \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    'Cookie:' request headers and 'Set-Cookie:' response headers, and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    exposing a convenient API for creating and modifying cookies. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    It can be used as a replacement of Python's `Cookie` or `http.cookies`.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    Python module for working with HTTP cookies: \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    parsing and rendering 'Cookie:' request headers \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    and 'Set-Cookie:' response headers, and exposing a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    convenient API for creating and modifying cookies. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    It can be used as a replacement of Python's \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    `Cookie` or `http.cookies`.
</span> 
 homepage            https://github.com/sashahart/cookies
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            ${python.rootname}-${version}
</span> 
 checksums           rmd160  a942793a1d643cb30ddf5d161e4c4b1e5c8dcf31 \
                     sha256  d6b698788cae4cfa4e62ef8643a9ca332b79bd96cb314294b864ae8d7eb3ee8e \
                     size    40704
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 35 36 37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 35 36 37 38 39
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
                     port:py${python.version}-setuptools
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_test-append \
</span>                     port:py${python.version}-pytest
 
     test.run        yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,6 +45,7 @@ if {${name} ne ${subport}} {
</span>         set dest_doc ${destroot}${prefix}/share/doc/${subport}
         xinstall -d ${dest_doc}
         xinstall -m 0644 -W ${worksrcpath} README ${dest_doc}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        xinstall -m 0644 -W ${filespath} LICENSE ${dest_doc}
</span>     }
 
     livecheck.type  none
</pre><pre style='margin:0'>

</pre>