<pre style='margin:0'>
Leo Singer (lpsinger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f3475234af57942bb3f41af12528285875e05f2d">https://github.com/macports/macports-ports/commit/f3475234af57942bb3f41af12528285875e05f2d</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 f347523  py-astropy: remove -ap suffix from bin filenames
</span>f347523 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f3475234af57942bb3f41af12528285875e05f2d
</span>Author: Leo Singer <leo.singer@ligo.org>
AuthorDate: Wed Jan 3 22:21:03 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-astropy: remove -ap suffix from bin filenames
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The suffix was there to prevent a conflict with py-pyfits.
</span><span style='display:block; white-space:pre;color:#404040;'>    However, py-pyfits is now an obsolete stub port, so there
</span><span style='display:block; white-space:pre;color:#404040;'>    will no longer be a conflict.
</span>---
 python/py-astropy/Portfile | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-astropy/Portfile b/python/py-astropy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8b6853c..247e837 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-astropy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-astropy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 name                py-astropy
 version             2.0.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> maintainers         robitaille gmail.com:Deil.Christoph
 
 dist_subdir         ${name}/${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,18 +48,4 @@ if {${name} ne ${subport}} {
</span>     build.cmd  ${python.bin} setup.py --no-user-cfg --offline --no-git
     destroot.cmd  ${python.bin} setup.py --no-user-cfg --offline --no-git
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Don't let the python portgroup create symlinks to the binaries, because
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # the python portgroup's post-destroot block will run before ours, so the
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    # files won't have the right names yet, and the symlinks will be broken.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    python.link_binaries no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    post-destroot {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # Don't conflict with files installed by py-pyfits.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        set ap_suffix -ap
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        foreach bin {fitscheck fitsdiff fitsheader volint fits2bitmap samp_hub wcslint} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            move ${destroot}${python.prefix}/bin/${bin} ${destroot}${python.prefix}/bin/${bin}${ap_suffix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            ln -s ${python.prefix}/bin/${bin}${ap_suffix} ${destroot}${prefix}/bin/${bin}${ap_suffix}${python.link_binaries_suffix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> }
</pre><pre style='margin:0'>

</pre>