<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/13966f822eaaf6f9c4a87eea9ff01d8cf523d33d">https://github.com/macports/macports-ports/commit/13966f822eaaf6f9c4a87eea9ff01d8cf523d33d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 13966f822eaaf6f9c4a87eea9ff01d8cf523d33d
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Tue Apr 9 17:50:39 2019 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-sisyphus: no livecheck, deprecated
</span>---
python/py-sisyphus/Portfile | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-sisyphus/Portfile b/python/py-sisyphus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dac0caa..2153313 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-sisyphus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-sisyphus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup python 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup deprecated 1.0
</span>
name py-sisyphus
version 0.9.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,10 +22,14 @@ long_description This module simplifies running Python stuff as cron \
</span> running. In addition to that, logging features are provided.
homepage http://www.livinglogic.de/Python/sisyphus/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites http://ftp.livinglogic.de/sisyphus
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites macports_distfiles
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> distname ll-sisyphus-${version}
checksums md5 9d03cdd036dd1ab65da167c53d97ba4a
<span style='display:block; white-space:pre;background:#e0ffe0;'>+deprecated.upstream_support no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> python.versions 27
if {${name} ne ${subport}} {
</pre><pre style='margin:0'>
</pre>