<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2e8c2ab4954081997b8b6b35612ab5736c713637">https://github.com/macports/macports-ports/commit/2e8c2ab4954081997b8b6b35612ab5736c713637</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 2e8c2ab4954 py-distro: add py39 subport
</span>2e8c2ab4954 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2e8c2ab4954081997b8b6b35612ab5736c713637
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon Oct 12 19:15:53 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-distro: add py39 subport
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> don't use github PG
</span><span style='display:block; white-space:pre;color:#404040;'> code cleanup
</span>---
python/py-distro/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-distro/Portfile b/python/py-distro/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 948f1d6bd73..5756ae24ed2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-distro/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-distro/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,13 +1,11 @@
</span> # -*- 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
PortSystem 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup github 1.0
</span> PortGroup python 1.0
name py-distro
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup nir0s distro 1.5.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 1.5.0
</span> revision 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 27 36 37 38
</span> license Apache-2
maintainers {mps @Schamschula} openmaintainer
description distro provides information about the OS distribution it runs on, \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,6 +13,8 @@ description distro provides information about the OS distribution it run
</span> long_description ${description}
platforms darwin
<span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 27 36 37 38 39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> checksums rmd160 69383f8c672d7355516646aa898c924c2490b5ff \
sha256 6922ea1514375f31ada8e0354a83f4cf502b5b371da53aa1ed8159c5e08a694e \
size 51057
</pre><pre style='margin:0'>
</pre>