Revision: 105631 https://trac.macports.org/changeset/105631 Author: robitaille@macports.org Date: 2013-04-28 09:59:29 -0700 (Sun, 28 Apr 2013) Log Message: ----------- py-aplpy: updated to 0.9.9 and deprecated +montage variant Modified Paths: -------------- trunk/dports/python/py-aplpy/Portfile Modified: trunk/dports/python/py-aplpy/Portfile =================================================================== --- trunk/dports/python/py-aplpy/Portfile 2013-04-28 16:40:35 UTC (rev 105630) +++ trunk/dports/python/py-aplpy/Portfile 2013-04-28 16:59:29 UTC (rev 105631) @@ -5,7 +5,7 @@ PortGroup python 1.0 name py-aplpy -version 0.9.8 +version 0.9.9 maintainers robitaille stsci.edu:mperrin categories-append science @@ -21,24 +21,27 @@ license MIT homepage http://aplpy.github.com/ -master_sites http://cloud.github.com/downloads/aplpy/aplpy/ +master_sites https://pypi.python.org/packages/source/A/APLpy/ distname APLpy-${version} -checksums md5 a93848f72951e3114c5b7a618750ca82 \ - sha1 358823f0381bfc9ce86e9bd606e3f2a6b6692557 \ - rmd160 2c823655aeb251206ce37594bb104d634e3ee977 +checksums md5 10d247bdf42f920bc9ca01368a5e13b8 \ + sha1 399d1212ffc9cbb9016299aacebca2f7c02fd0a7 \ + rmd160 2d2008afa9846aa1dbb2b0fabfce5c83eee1fb0f -python.versions 25 26 27 +python.versions 26 27 31 32 33 python.default_version 27 if {$subport != $name} { depends_run-append port:py${python.version}-numpy \ - port:py${python.version}-pyfits \ - port:py${python.version}-pywcs \ port:py${python.version}-matplotlib \ + port:py${python.version}-astropy variant rgb description {Include support for RGB images} { - depends_run-append port:py${python.version}-pil + if {${python.version} >= 31} { + depends_run-append port:py${python.version}-Pillow + } else { + depends_run-append port:py${python.version}-pil + } } variant avm description {Include support for AVM meta-data} { @@ -49,8 +52,7 @@ depends_run-append port:py${python.version}-pyregion } - variant montage description {Include support for Montage reprojection} { - depends_run-append port:py${python.version}-montage + variant montage description {Deprecated variant - Montage and montage-wrapper should be installed manually} { } default_variants +rgb +avm +ds9
participants (1)
-
robitaille@macports.org