<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/42295b9048cce34db33be13aee028bd4be30606c">https://github.com/macports/macports-ports/commit/42295b9048cce34db33be13aee028bd4be30606c</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 42295b9048c py-kapteyn: update to 3.0 with py3x support
</span>42295b9048c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 42295b9048cce34db33be13aee028bd4be30606c
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Dec 23 09:08:41 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-kapteyn: update to 3.0 with py3x support
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/64269
</span>---
 python/py-kapteyn/Portfile | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-kapteyn/Portfile b/python/py-kapteyn/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8797be3156e..9ce2d5fed19 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-kapteyn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-kapteyn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,32 +4,38 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 
 name                py-kapteyn
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             2.3.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             3.0
</span> maintainers         nomaintainer
 
 categories-append   science
 description         The Kapteyn Package
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    The Kapteyn Package is a collection of Python modules and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} is a collection of Python modules and \
</span>                     applications developed by the computer group of the \
                     Kapteyn Astronomical Institute, University of Groningen, \
                     The Netherlands. The purpose of the package is to provide \
                     tools for the development of astronomical applications \
                     with Python.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.astro.rug.nl/software/kapteyn/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        ${homepage}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.astro.rug.nl/software/kapteyn/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:k/${python.rootname}/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            ${python.rootname}-${version}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           md5     ddabe71a8c9ce710d7f8375049b22be8 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha1    558923cbb7b1a0bad4782345bd293281e9cbb5e5 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    rmd160  b0bf5634714e2a2a25cd98c67d6ad02cd42b344f
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  7edf830bca9660d4fa2406bf3776c741aa8f9983 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  3a70167622931e33f6965aa5c1065eb6d7b11cf9e807445097b0251c7e3eddc4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    3483067
</span> 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append  port:py${python.version}-numpy \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        path:${python.pkgd}/pyfits:py${python.version}-astropy \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:py${python.version}-matplotlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-cython \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-pythran \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-astropy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-numpy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:wcslib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.type  none
</span> }
</pre><pre style='margin:0'>

</pre>