<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/363c3a5087e738eaf6302f99ba4cc93004c18cd5">https://github.com/macports/macports-ports/commit/363c3a5087e738eaf6302f99ba4cc93004c18cd5</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 363c3a5087e py-pygments-mathematica: fetch from PyPI instead of GitHub
</span>363c3a5087e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 363c3a5087e738eaf6302f99ba4cc93004c18cd5
</span>Author: Szabolcs Horvát <szhorvat@gmail.com>
AuthorDate: Mon Mar 17 08:07:39 2025 +0000
<span style='display:block; white-space:pre;color:#404040;'> py-pygments-mathematica: fetch from PyPI instead of GitHub
</span>---
python/py-pygments-mathematica/Portfile | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pygments-mathematica/Portfile b/python/py-pygments-mathematica/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c2b83032989..fb07274f4de 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pygments-mathematica/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pygments-mathematica/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,13 +2,9 @@
</span>
PortSystem 1.0
PortGroup python 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup github 1.0
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Get the sources from PyPI instead of GitHub if/when this becomes possible:
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/rsmenon/pygments-mathematica/issues/26
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup rsmenon pygments-mathematica 0.4.2 v
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-github.tarball_from archive
</span> name py-pygments-mathematica
<span style='display:block; white-space:pre;background:#e0ffe0;'>+version 0.4.2
</span> revision 0
license MIT
supported_archs noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +17,8 @@ maintainers nomaintainer
</span> description Mathematica lexer and highlighter for Pygments.
long_description {*}${description}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage https://github.com/rsmenon/pygments-mathematica/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> checksums rmd160 a11464ecdcf55f387fa94016142e952234640bcf \
sha256 a14a1d557181dfcb64e9cc5ca22c680b5e250d59fc116191e6e8a77ba63ab05a \
size 54239
</pre><pre style='margin:0'>
</pre>