<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e482f28f8bc97ed40b305739692115892346f7cc">https://github.com/macports/macports-ports/commit/e482f28f8bc97ed40b305739692115892346f7cc</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 e482f28  py-unittest2: revert addition of 35 36 subports
</span>e482f28 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e482f28f8bc97ed40b305739692115892346f7cc
</span>Author: Mojca Miklavec <mojca@macports.org>
AuthorDate: Sat Apr 28 12:58:09 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    py-unittest2: revert addition of 35 36 subports
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Revert 6c05e9852d0b08b2a8f14e7ee622031196a9d699.
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/56357
</span>---
 python/py-unittest2/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-unittest2/Portfile b/python/py-unittest2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e4cf925..876492d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-unittest2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-unittest2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,15 +8,16 @@ version             0.5.1
</span> revision            1
 license             PSF
 maintainers         {aronnax @lpsinger} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     26 27 33 34 35 36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# do not add subports for python > 3.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     26 27 33 34
</span> 
 description         New features in the unittest library
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    unittest2 is a backport of the new features added to the unittest testing \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    framework in Python 2.7. It is tested to run on Python 2.4 - 2.7. To use \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    unittest2 instead of unittest simply replace import unittest with \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    import unittest2.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    unittest2 is a backport of the new features added to the unittest \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    testing framework in Python 2.7 and onwards. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    It is tested to run on Python 2.6, 2.7, 3.2, 3.3, 3.4 and pypy. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    To use unittest2 instead of unittest simply replace import unittest with \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    import unittest2.
</span> 
 platforms           darwin
 supported_archs     noarch
</pre><pre style='margin:0'>

</pre>